Hey,
I have Used RadGrid "Promethese" with Ajax Manager.
My Grid has sorting,selection features.but when i run the project and do sorting on that grid after that try to select the row it wont allow me to select row(nothing happen).
selection feature works only if i wont do sorting(means wont click on head field) then it works fine..
Any Solution
thanks
HHH
I have Used RadGrid "Promethese" with Ajax Manager.
My Grid has sorting,selection features.but when i run the project and do sorting on that grid after that try to select the row it wont allow me to select row(nothing happen).
selection feature works only if i wont do sorting(means wont click on head field) then it works fine..
Any Solution
thanks
HHH
4 Answers, 1 is accepted
0
alan
Top achievements
Rank 1
answered on 12 Feb 2008, 11:31 AM
0
HHH
Top achievements
Rank 1
answered on 12 Feb 2008, 02:51 PM
Thanks For the reply but i have seen this and this isn't doing sorting with AJAX..
if i remove AJAX functionality it works same like this example.
if i remove AJAX functionality it works same like this example.
0
Accepted
Hi HHH,
I added RadAjaxManager to the example that Alan pointed and it worked fine for me. Here are the ajax settings used:
Best Regards,
Ves
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I added RadAjaxManager to the example that Alan pointed and it worked fine for me. Here are the ajax settings used:
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="RadGrid1"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="RadGrid1" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| <telerik:AjaxSetting AjaxControlID="RadGrid2"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="RadGrid2" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
Best Regards,
Ves
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
HHH
Top achievements
Rank 1
answered on 14 Feb 2008, 03:35 PM
Thanks..Ves
Good
Good