I have a list of objects then I assign that to the datasource of the grid grouping control to display in my form.
In my grid, I let the user change one column by selecting from a dropdownlist of values, that dropdownlist is available for all rows.
I'm new with Syncfusion control, much more with grid. What's the best approach to let users edit the rows:
1.Edit the rows in the grid any order they want, then have a single button to save all rows?
2. Edit each row and save immediately to database and just not use a save button?
What's the advisable way of doing this, and can you please paste a code to loop through each row in the grid if I need to just use a button to save all change?
Thank you, I just need to have the answers asap as the project is only allowed a few days, and any help would be greatly appreciated.
God bless.