Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
Slection problem in Ultra Grid
posted

Hi Mike,
   I am using Infragistics 2010.2. I have one problem related to selection in Ultra Combo as editor control in Ultra Grid.
Suppose I have 1 combo with following columns
ID - ValueMember,
Data - DisplayMember  with following data
ID          Data
 0          Combo
 1          Grid
 2         TextBox
and AutoCompleteMode as SuggestAppend.

Now in grid click in any cell which is having above combo as editor control
Now type 'G' and select combo item 'Grid' using Key board.
Without moving focus double click in same click so it will select text present in cell.
Again type 'G' in cell and select Grid using mouse.
Now if you click on any other cell it is displaying only 'G' in previous cell.

Is there any way to stop this behavior?
Actually in real time if user performance same steps then it is displaying previous valid value which is not acceptable behavior.

 -- Thanks & Regards,
Ganesh Patil