DataGridView - ShowColumnVisibilityMenu - Save / Get the status of a column in a Column Menu

0
0

Hi.

I need to save the status and get it later of the columns (display or not)  in the DataGrid Column (Visibility) Menu.

I need to show in the menu that a column exists, and the visibility is only hide.

Also, I have to save /get the status of the columns that are visible and hide due the users configuration.

Regards

 

  • You must to post comments
0
0

Hi Kevin,

Thanks a lot !!

Regards

  • You must to post comments
0
0

Hi Marco,

You can load status of Column using Visibile property of DatagridViewColumn and rise DatagridView event “ColumnStateChanged” for detect witch column change state.

Best,

Kevin (ITG)

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.