Hi,
I have a radgrid bound to a custom datatable. The radgrid is created in the design, but the Cols are added at runtime in the code depending on some conditions.
I have Edit and Delete Columns on the grid to perform the respective operations.
Of the rows generated, the bottom half rows do not fire the postabck event completely and do the operation, where the first half of the rows do it. After the click on any of the first half rows it works correctly for all the rows.
The issue is for some rows, the postback is not happening fully.