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

RadGrid + ClientSettings-EnableRowHoverStyle doesn't work after pos

1 Answer 148 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rubens
Top achievements
Rank 1
Rubens asked on 07 Feb 2013, 06:56 PM
Hi ALL,

I have a search page with a RadGrid.Visible=false; after user clicks on "Search" button, a partial postback controlled by RadAjaxManager sets grid.Visible=true, but configured client settings doesn't works. If i have a full postback or grid always shows up, that problem doesn't occurs.

<telerik:RadGrid runat="server" ID="grid" Visible="false"
                 OnNeedDataSource="grid_NeedDataSource" 
                 AllowPaging="true" AllowCustomPaging="true" PageSize="10">
    <ClientSettings ClientEvents-OnRowClick="consultarSolicitacao" 
                    EnableRowHoverStyle="true" />
    ...
</telerik:RadGrid>

I'm running 2012.3.1308.35 on Microsoft SharePoint 2010.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 12 Feb 2013, 10:07 AM
Hello Rubens,

Can you please verify that you have added your grid in the ajax settings as an initiator as well as updated control?
<telerik:AjaxSetting AjaxControlID="RadGrid1">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
    </UpdatedControls>
</telerik:AjaxSetting>

Looking forward to your reply.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Rubens
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or