Hi,
I am trying to implement a Batch Edit mode in a RadGrid from a DataTable say Documents. RadGrid is being generated from the code behind.
Documents datatable has 2 different columns say DocumentType as string and Publish Status as int which I want to be displayed as GridDropDownColumns.
I am also creating 2 other datatables for reference values of these columns.
Document type refers value and text to one column (TEXTValue) in it's reference datatable.
Publish Status refers value to one column (PublishID) and text to another column (TEXTValue) in it's reference table.
For Cell value changed of the radgrid, I am running a javascript function which I got from telerik forms to save changes.
Problem:
The Document type column which refers both value and text to same column works fine but the Publish Status column which refers to 2 different columns for value and text field gets stuck in an infinite loop running the javascript function without making any saves to the database.
Can someone help me with figuring this problem out?
Thanks in advance,
Swanand Nalawade