I am trying to insert a row between 2 other rows in my code behind using my template button column. The insert works fine, but my template columns for the new row do not get initialized. I found the insert has a parameter to instantiate my template columns, so I set that to True. However, it doesn't seem to initialize them like the add does. When I do a straight add, it steps into my html code so I know it is being initialized. But the insert doesn't do that. What else am I missing?
Thanks
Liz