This question is locked. New answers and comments are not allowed.
Hi,
I want to use a ContextMenu to get the visible DataColumn and the underlying column name (not the Header!)
Since I only want the visible columns, I can not get the names from DomainDataSource (which is the data provider).
Exp.:
<telerik:GridViewDataColumn DateMemberBinding="{Binding ColName}" Header="ColTitle"/>
How to get "ColName" ?
Thanks
Berthold
I want to use a ContextMenu to get the visible DataColumn and the underlying column name (not the Header!)
Since I only want the visible columns, I can not get the names from DomainDataSource (which is the data provider).
Exp.:
<telerik:GridViewDataColumn DateMemberBinding="{Binding ColName}" Header="ColTitle"/>
How to get "ColName" ?
Thanks
Berthold