I am using UltraWebGrid in edit mode (version 10.3.20103.2134). I need prevent some characters from keystroke input. Now I am using client side event EditKeyDownHandler to check the keycode but I can not differentiate from the key or shift/key by keycode, For example colon or semicolon.
Need help.
Hello Hongguang,Please take a look at the following forum thread. It contains similar question -http://community.infragistics.com/forums/p/62039/314195.aspx . Please let me know if you have further questions about this issue.
Please help me on the below issue.
In my application we are using UltraWebGrid and it has the following columns.
No, Name, Address, CheckBox1, CheckBox2, CheckBox3.
If users clicks any one of the check box button, rest of the checkbox (on the row) needs to disabled. It works fine and we are using the event AfterCellUpdateHandler. Assume user clicks on the Left Mouse button.
The exceptional case would be user clicking through SpaceBar/Enter button in the disabled checkboxes. I need to restrict them to use spacebar to check in the boxes all over the grid. Please help me on this issue.
It would not solve my problem. I need detect the key or shift/key to cancel the event. for example I need allow colon but not allow semicolon in a cell. how can I achieve it?
thanks,