Hi,
I already asked this question as a reply to an answer I got from you but I see there is no answer to the second post so I write it as a new one.
I'm uising the Telerik.WinControls.UI dll version 2011.3.11.1219
The only problem is the that for firing the "CellEndEdit" event I need to:
* After selecting a value from the list with KEBORD (tyyping a value or go through the list values with the seybord up/down arrows)-
for selecting it I press ENTER but than I must press ENTER again in order to fire the CellEndEdit event (which select the value and removes it from another list)
* To select value from the list I have to DOUBLE click the value.
What should I change in order that one ENTER and one CLICK on the desired value would fire the CellEndEdit event?
Thanks,
Hila.
I already asked this question as a reply to an answer I got from you but I see there is no answer to the second post so I write it as a new one.
I'm uising the Telerik.WinControls.UI dll version 2011.3.11.1219
and working with RadGridView object.
I have a RadGridView which contains a large possible values. (0-200000)
In order to allow the user type the requested value and get a visual feedback that he is in EDIT mode I used the next code (as you suggested):
colType.DropDownStyle = RadDropDownStyle.DropDown;
colType.AutoCompleteMode = AutoCompleteMode.SuggestAppend; -> instead of APPEND.
The only problem is the that for firing the "CellEndEdit" event I need to:
* After selecting a value from the list with KEBORD (tyyping a value or go through the list values with the seybord up/down arrows)-
for selecting it I press ENTER but than I must press ENTER again in order to fire the CellEndEdit event (which select the value and removes it from another list)
* To select value from the list I have to DOUBLE click the value.
What should I change in order that one ENTER and one CLICK on the desired value would fire the CellEndEdit event?
Thanks,
Hila.