Grid binding in User Control.
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.
Re: Grid binding in User Control.
If you'd done it properly then it would work, so obviously you haven't done it properly. As we can't see what you've done, we can't tell you what you've done wrong.