I have a WinGrid with cardview and userowlayout set to true.
Is it possible to view the columnchooser button to appear above the row header region?
Its appears fine when run the grid not on cardview.
Thanks
Hi,
I don't think you can do this - at least not automatically, since there are no RowSelectors in a CardView grid.
Hi Mike,
It is possible to open the column chooser from design view by calling the "ShowColumnChooser" function on the ultragrid,
and it works.
However, I can't find the column chooser button anymore, even though it is enabled and shows up if CardView is turned off.
"this.DisplayLayout.ColumnChooserEnabled".
What do you suggest I can do to make this button visible in CardView as well?