What I’m trying to do:
I want to show/hide a column in datagrid at runtime based on some input. Is there anyway to do this. (Note I have already created the column, i just want to hide it)
What I’ve tried and what’s not working:
Look through the documentation. Didn’t find anything or perhaps I am missing something.
I followed doc and can show/hide column successful.
Howevery, if I add a component such as label to datarow for binding data, this will not work like expect.
The label till show as the last column.