Hello,
I have a datawindow with edit mask column on it. I also have a ddlb column in the same datawindow, their position is same, i just set the edit mask column in the front and ddlb column in back.
What I expect to happen:
1) User clicks on the ddlb arrow, and select any value, after the value is selected however ddlb column will be in front of edit mask column.
2) The edit mask column change to the front because I use SetPosition in ItemChanged event.
3) The problem is, how if user select 'a' as a first value, and he select 'a' again, it's not include in itemchanged event but i want the edit mask column in front of ddlb column, is anybody knows how to solve this?
Any help would be greatly appreciated.
Thanks,
I have a datawindow with edit mask column on it. I also have a ddlb column in the same datawindow, their position is same, i just set the edit mask column in the front and ddlb column in back.
What I expect to happen:
1) User clicks on the ddlb arrow, and select any value, after the value is selected however ddlb column will be in front of edit mask column.
2) The edit mask column change to the front because I use SetPosition in ItemChanged event.
3) The problem is, how if user select 'a' as a first value, and he select 'a' again, it's not include in itemchanged event but i want the edit mask column in front of ddlb column, is anybody knows how to solve this?
Any help would be greatly appreciated.
Thanks,