The code is gien below:-
<
telerik:RadGrid ID="rdgCustomers" AllowMultiRowSelection="false" runat="server"
Skin="Outlook" Width="100%" PageSize="10" BorderStyle="None" AllowPaging="True"
AutoGenerateColumns="true" ItemStyle-Wrap="false" GridLines="None" OnItemCreated="rdgCustomers_ItemCreated"
OnItemCommand="rdgCustomers_ItemCommand">
<ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="true">
<ClientEvents OnRowDblClick="OpenCustomer"/>
<Resizing AllowRowResize="False" EnableRealTimeResize="True" ResizeGridOnColumnResize="true"
AllowColumnResize="True"></Resizing>
<Scrolling AllowScroll="true" UseStaticHeaders="True" />
<Selecting AllowRowSelect="True" />
</ClientSettings>
<MasterTableView CommandItemDisplay="None" TableLayout="Fixed" ClientDataKeyNames="ID"
ItemStyle-Wrap="false" AutoGenerateColumns="true" DataKeyNames="ID" Width="100%">
<PagerStyle Wrap="false" Mode="NextPrevAndNumeric" PrevPageImageUrl="Images/arrowLeft.gif"
NextPageImageUrl="Images/arrowRight.gif" NextPageText="Next" PrevPageText="Prev"
AlwaysVisible="true" />
<Columns>
</Columns>
</MasterTableView>
</telerik:RadGrid>
6 Answers, 1 is accepted
I failed to reproduce the issue you mentioned. I created a test project based on the code you provided. Could you please try to run it locally and let me know whether it behaves as expected?
Best regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

I am using a telerik ragGrid.I have implemented header templates inside the grid template columns in order to create a table kind of format for the headers.But when I try to re-size the column width,I am getting a gap next to the column.
The re-size of the column is done after the filtering.That gap itself is showing the tool tip "Drag to resize".That gap is added nowhere in the design page.
Also when I filter any column it narrows down its width to some fixed value.Do you have any idea how to fix this issue?
Please help me....its urgent...

Hope u have understood my question, if not plz let me know,I'll explain it in a different way.
Thanks,
Swati
The problem you are facing is in some of the previous versions of RadControls for ASP.NET AJAX. Therefore to take care of it you should upgrade to the latest version of RadGrid.
If the problem still persists, feel free to send a Bug Report describing how it can be reproduced; a sample project will be of a great help. We will examine it right away.
Regards,
Pavlina
the Telerik team

Please let me know if any workaround available.
I have tried to replicate the described problem in our Column/Row Resize/Reorder demo, but column resizing is working properly in compatibility modes and in normal modes. Please check it out and see what is the difference in your application.
Regards,
Pavlina
Telerik
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.