Hello,
I am trying to create a RadGrid in Batch edit mode. In each row, I have a GridbuttonColumn that opens a RadWindow using JavaScript function.
Data in the popup must be savec in the datasource of the RadGrid as they are represented by hidden columns. To do this, the save button in the popup must update the datasource.
What I need to do here is to save changes made on the RadGrid to the datasource each time I click on the GridButtonColumn.
Thanks,
Abbas