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

[Solved] Disable Selection Feature after Sorting.

4 Answers 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
HHH
Top achievements
Rank 1
HHH asked on 11 Feb 2008, 10:46 PM
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

4 Answers, 1 is accepted

Sort by
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.



0
Accepted
Ves
Telerik team
answered on 14 Feb 2008, 03:19 PM
Hi HHH,

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
Tags
Grid
Asked by
HHH
Top achievements
Rank 1
Answers by
alan
Top achievements
Rank 1
HHH
Top achievements
Rank 1
Ves
Telerik team
Share this question
or