This is a migrated thread and some comments may be shown as answers.

Grid Sort issue when placed inside mulitple panels

2 Answers 20 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
RB
Top achievements
Rank 1
RB asked on 23 Jul 2014, 10:56 PM
I have a User Control MainPage.aspx. Based on the tab clicked, it calls another class Page1.cs.Based on WorkFlow state, this calls another class Page2.cs. Page2 has 5 controls out of which 2 are radgrids. Page 2 has an Update panel, where all the 5 controls are added. Now Page2 to add the 1st grid, calls another class Inner1.cs, which based on certain conditions, calls Inner2 which again calls Inner3.cs which has the RadGrid. Here the RadGrid is simply added as   this.Controls.Add(this._RadGrid1); No panels or updatePanels here.  Inner2 adds Inner3 in a Panel. If Page2 directly adds Inner2 in its update panel, it works good. But as per the application, Page2 has to add Inner1, and hence sorting doesnt work in this case.It can sort one way but on 2nd click it gives back the no sort results. I also tried the onSort_Command function, but on each click it gave None as the current sort value!

2 Answers, 1 is accepted

Sort by
0
RB
Top achievements
Rank 1
answered on 25 Jul 2014, 04:54 PM
If the grids are placed directly in Page2, instead of calling the in between layers, it works fine! But I need the in between layers. Please help.
0
Viktor Tachev
Telerik team
answered on 28 Jul 2014, 11:04 AM
Hello,

I have answered in the other thread you have submitted describing a similar issue. The thread is found here. I suggest we continue the conversation there.

Please note that it is recommended to avoid submitting duplicate posts. This would allow us to keep better track of your support history and provide better answers in shorter time.

Regards,
Viktor Tachev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
RB
Top achievements
Rank 1
Answers by
RB
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or