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
3788
How to persist template column when page postback?
posted

Hi,

 in my webdatagrid, i am using TemplateDataField in this column i am using checkbox.

but when page postback then it goes out to visible, what should i do to show it?

i have already set grid viewstate true.

How to apply paging in webDataGrid?

i am using

  <ig:Paging PagerMode="Numeric" PageSize="20">
              </ig:Paging>

 

but it shows older data when i navigate, Actuly i have created the column dynamicaly.

and i have used the page as above, but page ddata does not change when i click on next.