Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
118
UltraWebGrid DataSource Not In View State
posted

I'm sure this question has been asked so many times but I could not find the answer anywhere.  I have an UltraWebGrid and I do not want to go the database to retreive the data everytime there is a postback.  I enable the ViewState for the grid but every postback the datasource is nothing. I have to save the data in the viewstate myself.  Is anyone else having this problem? 

Parents
No Data
Reply
  • 8680
    posted

    I suspect I'm missing something here, but if you're not fetching data from the database, it seems reasonable for your datasource to be nothing.

    Are you trying to DataBind the grid after NOT filling your datasource?

Children