DataGrid ColumnPicking get/set column picked

Hi all,
It's possible to get and set the column which is picked when you add AllowColumnPicking="true" on RadzenDataGrid.
I want to save the column picked by user, and load it when user come to the page.
Thanks

1 Like

Column picker will list all declared DataGrid columns with Pickable set to true.

Yes i know that, but it's possible to predefined the columns which are selected on the column picker ?
Pickable allow just user to pick or not a column, but it's not possible to defined if the column is picked.

1 Like

You might need to read again my reply.