Hi,
Verion 5.0: I'm trying to catch an event after ListGrid.startEditingNew();
for a selection change in a dropdwon as an editor in a cell. I truied almost all the editor events but the fire after editing is done. I need to catch the event immediately after selection during the editing I mean value is not saved yet.
Wanted to get access to the FormItem (Cell editor) and add an EventHandler to catch it right away but could not find a way.
I'm sure there is a way and would appreciate any help. This is a very important validation i need to do at that time (required by client).
Verion 5.0: I'm trying to catch an event after ListGrid.startEditingNew();
for a selection change in a dropdwon as an editor in a cell. I truied almost all the editor events but the fire after editing is done. I need to catch the event immediately after selection during the editing I mean value is not saved yet.
Wanted to get access to the FormItem (Cell editor) and add an EventHandler to catch it right away but could not find a way.
I'm sure there is a way and would appreciate any help. This is a very important validation i need to do at that time (required by client).