Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
965
Deletion of row in xamGrid if the columns are editable
posted

Hi guys,

I have a XamGrid with some customized columns.

I have set :   DeleteKeyAction = Infragistics.Controls.Grids.DeleteKeyAction.DeleteSelectedRows;

If I select a row:

If the first column is a textBox, for example, when I press the Delete key, first a letter from the Text of TextBox is deleted and only after that, it deletes the row.

My idea is that the rowSelector should get the focus, and then it works fine, but I don't have access in code to the row selector.

Now, it works only if I double-click the row selector, but this is not what I want.

Please, tell me, how can I manage this?