<<Regarding the template fields, I have reported this to WebGrid development team. The report is filed under work item #1080.>>

Just wondering if anything has been done with work item #1080. I have a template field that is in a saved layout and it is not working properly.

In the WebGrid_InitializeRow event, I am looking for a template field to modify:

Dim cont As WebGridCellTemplateContainer = cells.GetNamedItem("Notes").GetTemplateContainer

If there is a Template field then I set the image within the template based on some data. All is fine if I haven't Saved a Layout. But if I save the grids layout and restore (InitializeLayout, PrepareDataBinding events ) it, the above line returns Nothing, so the code that sets the image never runs. I've looked at the XML that is generated when saving and the columnType is set as a template.

This is still a problem in webgrid 10.  This was first reported in webGrid 8.  Can this get looked into.  Not being able to use Template Fields and SaveLayout is a problem.

John