Hello.
I'm trying to use the "Column Chooser" from the telerik SDK.
The SDK is in a state where both ID and Name can be controlled Visible.
I want to change a specific column to be fixed.
For example, ID and Name in the SDK example. I want only Name to be IsVisible, excluding ID from Listbox.
(ID is always shown)
Is it possible to simply control it in xaml? Or do I need extra work in the viewmodel?
I'm using the "declarative column definition method using the DataMemberBinding property set".
thanks.