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

Column Reordering not working properly

2 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aswin S
Top achievements
Rank 1
Aswin S asked on 07 Jul 2010, 09:52 AM

This is the column order in my grid.
SP Full Name, Email, Job Title, Location, Resume, Organization

I'm reordering the column "SP Full Name" to come after "Job Title". (As shown in attachment)

But the columns gets reordered as below,
Email, Job Title, Location, SP Full Name, Resume, Organization

The "Location" column should stay after the "SP Full Name" column. Right?

What i am doing wrong?

Please somebody help me with this issue.

This is my ClientSettings Code Block

 
 
<ClientSettings ColumnsReorderMethod="Reorder" ReorderColumnsOnClient="true" AllowColumnsReorder="true"  
 
                EnableRowHoverStyle="false" AllowDragToGroup="true">  
 
                <Resizing AllowColumnResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="True" />  
 
            </ClientSettings>  

 


2 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 12 Jul 2010, 07:35 AM
Hello Aswin,

I checked your grid settings and I can confirm you properly enabled the columns reordering feature . However I followed your steps in order to replicate the described behavior in this online demo but to no avail. Could you please check it out and let me know what can be different in your case? Sending the whole problematic page code, could help us in finding the source of the problem on your end.

Kind regards,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Aswin S
Top achievements
Rank 1
answered on 17 Jul 2010, 03:09 PM
Hi,

This issue occurs only in the trial version. Its not happening in the purchased version.

Anyway, Thanks for the reply.

-Aswin
Tags
Grid
Asked by
Aswin S
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Aswin S
Top achievements
Rank 1
Share this question
or