Hi All,
I am hiding one of the columns of the datagrid based on the value of
a variable i.e. visible={isVisible}.
The column is hidden the first time I populate data to it
but if I repopulate data (, the value of isVisible is still false),
the hidden column shows up.Even if I reset the value of isVisible to false, it doesn't get hidden. The only workaround which seem to work is set value of "visible" to true and then set "visible=isVisible". Is this a known issue with DataGrid? Thanks

