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

Column Name from a QueryableCollectionView

3 Answers 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Uwe
Top achievements
Rank 1
Uwe asked on 03 Oct 2012, 06:14 PM
Maybe a simple question, how do I get a column name from a QueryableCollectionView?
Best regards

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Oct 2012, 05:56 AM
Hello,

 Are you looking for ItemProperties collection of QueryableCollectionView?

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Uwe
Top achievements
Rank 1
answered on 05 Oct 2012, 03:54 PM
Yes, in my case it gives me the name of the column. Thank you!
Is there also the possibility to get a column object, for example to use it to create a filter for the GrigView?
Regards Uwe
0
Vlad
Telerik team
answered on 08 Oct 2012, 05:35 AM
Hello,

 Columns are something related to the UI while QueryableCollectionView is strictly data. You will need a middle layer where you have access to both data and the UI (RadGridView). 

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Uwe
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Uwe
Top achievements
Rank 1
Share this question
or