Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Insert a Row between Two rows
posted

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