I've created a RadGrid programmatically. What I'm trying to do is save it programmatically. I've created an asp save button to do this, and I've tried writing a save function. My problem is that when I try to access much of the component data of the RadGrid from the save function, it is not there. Not just the contents of the RadGrid, but the grid columns themselves are missing. I'm not sure why that is. Is it because I've declared them with the OnPreRender and OnDataBound methods?