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
190
Update a single cell in selected rows
posted

Using the XamDataGrid, we have a requirement that the users want to be able to select multiple rows (xamdatagrid we have contains about 20 columns, of which only 4 are presently editable) and then type into one of the 4 editable fields and have it update all rows selected with that value for that column.  How can this be accomplished?

Note I presently am using SelectionTypeRecord="Extended", but I also have CellClickAction="EnterEditModeIfAllowed" since the users will often be using the keyboard and tabbing between fields when updating single records.

Thanks,

Brian

Parents
  • 138253
    Verified Answer
    Offline posted

    Hello Brian,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    XamDataGridEditWholeField.zip
Reply Children