Hi
I am facing a problem in binding collection of my objects to grid. Though I have solved the problem, but I am not able to understand why it was creating error.
I have a class with several properties with all the properties have "[System.ComponentModel.Browsable(false)]" attribute. When I am binding this class to datagrid, it is not getting bound to grid. But when I removed the atribubte from properties, it got bound without any problem.
I know that Browsable(false) attribute makes a property invisible in properties window at design time.
Please help me understand why it is not available at run time
Thanks for ur answer