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
1965
WinGrid Row Edit Template not Popping Out!
posted

Hi ,

I have an ultra wing grid and row edit template bound to it. But SOMETIMES, template is not popping out.

i tried adding this event to clickcell event of the grid ,

 

this.ultraGridRowEditTemplate1.Show();

Even this did not help. When i tried to debug, i found that even after the above line is passed, IsShown property of the template is still false. and i am not able to find what is happening.

anyone please help.

Regards,

Parthiban