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

how to get the current column Unique Name

1 Answer 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lalitha
Top achievements
Rank 1
Lalitha asked on 20 Jun 2008, 02:45 PM

Hi,

I need to take the unique name of the current column  in winforms Grid.

Lalitha

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 24 Jun 2008, 01:31 PM
Hello Lalitha,

In order to get the UniqueName of the current column, please use the following code snippet:
((GridViewDataColumn)this.radGridView1.CurrentCell.ColumnInfo).UniqueName 

If you have additional questions, feel free to contact me.

All the best,
Nikolay
the Telerik team

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