Hi,
I have the exact similar scenario which is descrbed in the below thread.
http://www.telerik.com/forums/problem-working-with-dynamically-created-radgrid-s
The solution suggested by Telerik Team in this thread is given below
1) To drop the resizing and reordering features from this grid.
2) To disable the ViewState of the whole placeholder where you load the RadGrid control. In this scenario have in mind that the SqlDataReader binding may not works, as each postback in the page will make the grid try to rebind and if the reader is currently closed, you will get an exception.
Unfortunately I cannot use the above suggestion as my customer is so particular on the ReOrder functionality.
As it an old thread(2011) My query here is there any solution available for this issue in latest Telerik Controls?
Thanks,
A2H
I have the exact similar scenario which is descrbed in the below thread.
http://www.telerik.com/forums/problem-working-with-dynamically-created-radgrid-s
The solution suggested by Telerik Team in this thread is given below
1) To drop the resizing and reordering features from this grid.
2) To disable the ViewState of the whole placeholder where you load the RadGrid control. In this scenario have in mind that the SqlDataReader binding may not works, as each postback in the page will make the grid try to rebind and if the reader is currently closed, you will get an exception.
Unfortunately I cannot use the above suggestion as my customer is so particular on the ReOrder functionality.
As it an old thread(2011) My query here is there any solution available for this issue in latest Telerik Controls?
Thanks,
A2H