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 Reply Children
No Data