ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Editing selected items
Title:
B
I
{code}
?
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?
Save Changes
Cancel
Sean Davidson
asked at 03 Sep 2020
Answers
B
I
{code}
?
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 editing
Save Changes
Cancel
Omu
answered at 03 Sep 2020
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK