Whenever I set enableAjax="true", I see a lot of weird display issues. Whenever the mouse is moved over a row or column, it seems to resize which results in the table looking like it's quivering. I would really like to have ajax enabled, hopefully there is a way to do this without the quivering.
| <telerik:RadGrid ID="appsGrid" runat="server" Skin="Web20" Width="97%" Height="100%" |
| AutoGenerateColumns=false AllowPaging=false OnDetailTableDataBind="appsGrid_DetailTableDataBind" |
| OnNeedDataSource="appsGrid_NeedDataSource" EnableAJAX="false"> |
| <ClientSettings> |
| <Selecting AllowRowSelect="False" EnableDragToSelectRows=False/> |
| <Scrolling AllowScroll="True" UseStaticHeaders="True" /> |
| </ClientSettings> |