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

ClientSettings no longer working after sorting

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 15 Jun 2010, 10:50 PM
Hi,
I need to make a presentation to my managers and I can't get the RadGrid to do the simplest thing.  

I have a RadGrid inside a RadAjaxPanel, to ajaxify my Grid.  The RadGrid has the following ClientSettings:

            <ClientSettings   
                EnableRowHoverStyle="true"   
                EnableAlternatingItems="true">  
                    <Selecting AllowRowSelect="true" />  
                    <ClientEvents OnGridCreated="GridCreated"  OnRowDblClick="RowDblClick" />  
            </ClientSettings>  


But after I do a sort, and the page does a partial postback, all my client settings are gone.  No more hovering, and the client events stop firing.  What am I doing wrong?

1 Answer, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 16 Jun 2010, 03:39 PM
So I found a  work-around for this problem.  I took out the RadAjaxPanel, and used the RadAjaxManager instead to ajaxify my grid.  This made the Grid behave fine.
Tags
Grid
Asked by
James
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Share this question
or