Editing selected items
I'm looking to see if there's a way to perform an update using a popup if a user has selected multiple rows from a grid. If we have 20 items in a grid and the user wants to update the price on 10 of them to be the same price, I'd like to allow them to select those 10 items, and then enter the price once and it update all 10 rows. Is this possible?
And if the above is possible, is it also possible to use inline editing if the user hasn't selected multiple rows/items?
Sean Davidson
asked
at 03 Sep 2020
Answers
-
yes, you can see how to select rows here: https://demo.aspnetawesome.com/GridCheckboxesDemo https://demo.aspnetawesome.com/GridDemo/Selection and open popup with parameters: https://demo.aspnetawesome.com/PopupDemo#Sending-client-side-parameters-to-server-on-content-load refresh grid via api: https://demo.aspnetawesome.com/GridDemo/ClientSideApi you can always use inline editingOmuanswered at 03 Sep 2020