Hello,
I am creating a gridview programmatically. To the gridview, I am adding TemplateFields. These fields have HeaderTemplate, ItemTemplate and EditItemTemplate.
The issue is, when I bind the data to the gridview, the InstantiateIn event is fired. This event creates the controls for HEaderTemplate and ItemTemplate. But, not control is created for the EditItemTemplate.
Not sure why it does not create a control for EditItemTemplate.
-N