When I have EnableOnKeyPress set to true, when i enter a key on a cell that has focus, it goes into edit more correctly, however, i have to press the key again to get it to input the char into the text box. This will be VERY aggrivating for the user, how can we correct this?
So basically, the user would type "Group 006", but the cell would only display "roup 006". The missing "G" was for the edit mode entry and was lost....
I just noticed that this behavior is only happening on the Add row, when typing in those cells it loses the first char... the existing rows behave as expected....
We've decided to go with a different method to add new rows, so this behavior will not affect us, but it'd be nice to know how to fix it anyway...
Hello Scott,
EnableOnKeyPress is working on that way. I think that this will be more intuitive for the users:
<Behaviors> <ig:Activation> </ig:Activation> <ig:EditingCore> <Behaviors> <ig:RowAdding Alignment="Top"> <EditModeActions EnableOnActive="true" /> </ig:RowAdding>
Hope this helps