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

EnableAjax="True" not working

2 Answers 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Justin Jones
Top achievements
Rank 1
Justin Jones asked on 08 Sep 2008, 04:12 PM
Hi There,

When I set EnableAjax to True in my RadGrid, I still get full page refreshe flicker when I page through the results, and when I click Refresh.  Any ideas?

I'm not doing any other Ajax stuff.  I am using master pages, but nothing else fancy going on.  Here's how I instantiate the RadGrid control:

<

telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" DataSourceID="_dsBots" GridLines="None" ShowGroupPanel="True" Skin="Telerik" AllowAutomaticDeletes="False" AllowAutomaticInserts="False" AllowAutomaticUpdates="False" AutoGenerateColumns="False" AutoGenerateDeleteColumn="False" AutoGenerateEditColumn="False" PageSize="20" ClientSettings-Scrolling-ScrollHeight="500" BorderStyle="None" Width="90%" ondatabound="RadGrid1_DataBound" ShowStatusBar="false" EnableAJAX="True" >

Thanks!
Justin



2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Sep 2008, 05:05 AM
Hello Justin,

EnableAjax is available in our old "Classic" RadGrid. In RadGrid for ASP.NET AJAX you can use RadAjaxManager to ajaxify desired control.

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shinu
Top achievements
Rank 2
answered on 09 Sep 2008, 05:07 AM
Hi Justin,

You can refer the following help article for getting more details about RadAjaxManager.
AJAX Manager

Thanks
Shinu.
Tags
Grid
Asked by
Justin Jones
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Shinu
Top achievements
Rank 2
Share this question
or