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

Request for a ColumnReordered event

4 Answers 84 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 17 Feb 2012, 12:28 AM
Hello,
I have a scenario where I must save the columns order and size of a GridView.
We have a ColumnWidthChanged event to know when the width of a column has changed, but not a ColumnReordered event to know when the user has reordered the columns.
Would it be possible to have such an event in the near future?
Without it, we have to regularly enumerate the columns to know if the order is different.
Patrick

4 Answers, 1 is accepted

Sort by
0
Accepted
Yordanka
Telerik team
answered on 17 Feb 2012, 08:19 AM
Hi Patrick,

There is ColumnReordered event. You can check the following link for a reference.
 
Greetings,
Yordanka
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 17 Feb 2012, 08:30 AM
Hi Yordanka,
thank you for the information.
I dont' have find it because the help page about the RadGridView events doesn't display it.
In addition the API reference for RadGridView doesn't list the inherited members.
Perhaps an update of the documentation will help!
Patrick
0
Yordanka
Telerik team
answered on 17 Feb 2012, 08:44 AM
Hi Patrick,

Thank you for the point. We will update the help article for the RadGridView events. Here is a complete list of RadGridView's API members.
 
Greetings,
Yordanka
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 17 Feb 2012, 08:58 AM
Hi Yordanka,
even there the list is not complete, because it doesn't contain the inherited members, such as HasItems that is defined in BaseItemsControl.
It's annoying that we have to travel all the inherited classes to find all the members.
Patrick
Tags
GridView
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Yordanka
Telerik team
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or