With SP2 as it is that now I know which is CurrentColumn
Before it used: Dim col As GridViewDataColumn col = CType(radGridView1.MasterGridViewInfo.CurrentColumn, GridViewDataColumn)
1 Answer, 1 is accepted
0
Georgi
Telerik team
answered on 12 Jul 2007, 03:58 PM
Hi Morgado,
The CurrentColumn property is now moved to RadGridView.MasterGridViewTemplate.CurrentColumn. We apologize for the inconvenience but we're still polishing the API of our grid control. We are doing our best so that issues like this will not emerge in the future.