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
720
Persist Template Column Controls and Values On Postback / Callback
posted

Hello:

I am currently using WebDataGrid version 10.2.20102.2199 and am wondering if with the WebDataGrid control, it is possible to persist template column controls and values on postbacks and / or callbacks without having to recreate them each and every time in the Preinit event. I have set the EnableViewState and EnableDataViewState flags to true on another project I'm working on and the rows persist but the templated columns lose all textbox and label controls upon postback / callback. I have seen many posts on the web stating that with other controls such as GridView and the like, the columns and controls must be recreated on postbacks / callbacks.

Any input would be appreciated.

Thank you,

Parents Reply Children