Is there a way to limit DataTable columns added when AutoGenerateColumns = true ?
Example: DataTable has columns A, B, C, D, E and I want everything but A and D to be in the RadDataGrid
Not having success by finding the column by name and setting IsVisible = false.
Another related question. Is there a way in C# to set column properties for auto generated columns like width or displaying checkbox for bool columns?
Thanks !