I have a RadGrid that becomes "visible" after a user clicks a button. List of objects are assigned to the grid. However the grid is showing nothing (I see only the grid border), not even the headers or anything and the DataBinding event is NOT triggered. I've verified all the DataField names match up correctly to the List of Object properities … all good.
As an experiment, I moved the exact same code into my Page_Load event and it populates the grid as expected??
Do RadGrids ONLY work from Page_Load?
Baffled,
Any suggestions?