Please answer:
If I have templated header, why this header is instantiated only on grid databinding? e.g m_grid.DataBind();
If I do DataBinding after Page_Load, header's controls loose their states.
Is anyway to create header template's controls not only on DataBinding()?
Thanks
Hi,
We will need more information regarding your code.
You can also refer to the following link for more information regarding header's template:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=WebGrid_Using_Column_Templates.html
Magued