Click here to Skip to main content
15,895,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have a grid control with multiple columns. Where for one of my column the datatype of each cell depends on the datatype being selected in other column for each row.

Col1 Col2 col3
1 Int 1
2 String xyz
3 Boolean Yes
4 Boolean No

So, depending on the column dataype of each row the dattaype of each column of a row should change. If the 2nd column datatype is Boolean, then for that particular row, the 3rd column should display a Combobox with 2 items Yes and No.

How can I achieve this in MVVM.
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