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

SortChanging

1 Answer 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael W. Welling
Top achievements
Rank 1
Michael W. Welling asked on 19 May 2008, 04:14 PM
The SortChanging-Event does create an wrong handler:

It should be (original documentation):
Private Sub radGridView1_SortChanging(ByVal sender As Object, ByVal e As SortChangingEventArgs)

It is (my project):
Private Sub rad_grid_SortChanging(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.GridViewCollectionChangingEventArgs) Handles rad_grid.SortChanging

ergo, there no methods like e.NewSortExpression, etc.

I use the Version 6.0.2!

regards
Michael

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 20 May 2008, 11:36 AM
Hello Michael W. Welling,

Please, find the answer in the ticket you opened regarding the SortChanging event.

Greetings,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Michael W. Welling
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or