Telerik UI for WinForms
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for WinForms
This is a migrated thread and some comments may be shown as answers.
how to get the current column Unique Name
1 Answer
52 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
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
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
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
GridView
Asked by
Lalitha
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or
Copy link