I tried to change header for cell in code in run time.
For old grid I can use InitializeLayout event, but this event does not exists in Webdatagrid.
What should I use instead?
Thanks
Hello,
Looks like you are data-binding at runtime and have autogenerated columns set to true. Check out this post:
http://community.infragistics.com/forums/p/30442/167128.aspx#167128
-Taz