An object-oriented programming language developed by Microsoft that can be used in .NET.
Binding Error with <Browsable(False)> DataGridView
Hobbyist_programmer
621
Reputation points
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
Developer technologies | VB
Sign in to answer