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.
I'm running 2012.3.1308.35 on Microsoft SharePoint 2010.
Thanks,
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,