Share via

Binding Error with <Browsable(False)> DataGridView

Hobbyist_programmer 621 Reputation points
2021-02-14T15:33:54.607+00:00

Hallo,

I am trying to hide a property in DataGridView using <Browsable(False)> , but if i use it i get binding error. I have lot of properties they are bound to some controls on the form but i don't want many of them to be displayed in DataGridView. Is there a way to hide them in DGV using <Browsable(False)>?. Currently i hide them using Column("Name").visible=Flase. But i would prefer something like <Browsable(False)>.

Thanks

Developer technologies | VB

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.