Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

We are developing an application in WPF using MVVM pattern , our application has a MainDtatgrid with 10 columns , and we want to customize the grid columns.

For that we have created another CustomDatagrid with template column and we placed checkbox inside temaplate column and binded the column names.

Based on the CustomDataGrid's Checkbox checked/unchecked Status ,the MainDtatgrid's column should be visible.

We tried to bind a Static Resource for Datagrid Column's visibility property,but it is not updating the UI/view.

Please suggest us the suitable approach in MVVM.


Thanks,
Sreekanth
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900