I have created a user control.
The user control has a button and a propertyGrid

i wrote a function to bind data to propertyGrid.

When i click the button i called the function and datasource binded to propertyyGrid, its working fine.

The same way am binding the grid from another class.vb,
the datasource binding not throwing any exception.
But the data not showing in the grid.


Should i need to change any modifier.