-
Data Grid Column Hidden Attribute
Data Grid Column has Hidden Attribute as shown in below screenshot. we can bind this attributeproperty using View State Variable lets say. IsColumn1Hidden.
Now to drive column visibleHidden setting, we have UI like below: where we give column name and checkbox. if checkbox is checked then we make that column hidden. checkbox value is bind to viewstate variable: IsColumn1Hidden
Query: We want to reverse this behavior. example. when I check this checkbox then We want to make column Visible. How can we achieve this ? [Not able to fig out how to apply negation on the view state variable]
Log in to reply.