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

CurrentColumn

1 Answer 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Morgado
Top achievements
Rank 1
Morgado asked on 12 Jul 2007, 02:46 PM
Hello,

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

Sort by
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.

Sincerely yours,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Morgado
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or