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
485
deleting a record from the grid
posted

Hi,

I've searched the forums a bit, but I can't seem to find a solution to my problem, which is the following.

I have some records in my datagrid. I want to select one, and then press DEL to delete it. If once of the cells is in editmode (or has been) this works, but when I only select the record, pressing DEL doesn't appear to trigger deletion. Am I missing something here?

 

Parents
  • 69686
    posted

    Hello,

    To delete a record in the XamDataGrid you have to select it with the RecordSelector and press Del key. This should work no matter if a cell has entered or not Edit Mode. If the grid in your application requires to enter edit mode to delete a record, please give me the xaml and code-behind (if any), because this is not expected behavior.

    Alex.

Reply Children