I have a radgrid I fill in a procedure.
I do some custom adding of datatable, then some custom columns.
All of this works great, until a postback, then the Grid Goes blank.
I have read in several places I need to "Refill" the grid in the NeedDataSource.
So do I duplicate everything in the Procedure I use to fill it and format columns etc.
Some of the formating I do on the grid involves adding new colunms and switching columns.
Some of the items involve a databind before I can do the formating. And in NeedDatasource I cannot do a databind.
So I am a little lost in how to handle this situation.
Thanks in advance.
Roger