Key Press Event in the Grid
-
how can i catch the "delete button" on key press event on DataGrid :sigh:i had catches all Keys pressed on Grid , but Only the Delete Button i Cant:sigh: :confused::confused::confused::confused::confused::confused::confused::confused: Thanks. Mohamad A. Flefel C#.net Developer
-
how can i catch the "delete button" on key press event on DataGrid :sigh:i had catches all Keys pressed on Grid , but Only the Delete Button i Cant:sigh: :confused::confused::confused::confused::confused::confused::confused::confused: Thanks. Mohamad A. Flefel C#.net Developer
Let me see If I'm getting this right. Is this the scenario You are facing: 1. The user selects the entire datagrid row by clicking on the gray field to the left on the datagrids row. 2. You want to do something else besides the automated action taking place upon delete-button pressed? If this is right take a look at the datatable datarow delete event. Hope this was helpfull Cheers Harry. HarryS - Norway Developer/Referee
-
how can i catch the "delete button" on key press event on DataGrid :sigh:i had catches all Keys pressed on Grid , but Only the Delete Button i Cant:sigh: :confused::confused::confused::confused::confused::confused::confused::confused: Thanks. Mohamad A. Flefel C#.net Developer
the character of Delete kyepress is 127, like others keypressed wirte and for delete key down below is table of ASCII Characters http://web.cs.mun.ca/~michael/c/ascii-table.html
-
Let me see If I'm getting this right. Is this the scenario You are facing: 1. The user selects the entire datagrid row by clicking on the gray field to the left on the datagrids row. 2. You want to do something else besides the automated action taking place upon delete-button pressed? If this is right take a look at the datatable datarow delete event. Hope this was helpfull Cheers Harry. HarryS - Norway Developer/Referee
-
the character of Delete kyepress is 127, like others keypressed wirte and for delete key down below is table of ASCII Characters http://web.cs.mun.ca/~michael/c/ascii-table.html