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
290
RowEditTemplate lost on Wingrid.hide or when disabled
posted

Hi, 

I have a ultraGridRowEditTemplate that is assigned to a wingrid band

e.g. ultraGridBand5.RowEditTemplate = this.ultraGridRowEditTemplate1;


However, once I hide or disable the wingrid and rebind it again via a ultracombo, I have lost the RowEditTemplate from the grid. Of course, exiting and then reloading the form will sort this (by firing the InitializeComponent() method), but I really don't want to have to do this.

Is there anyway to assign the ultraGridRowEditTemplate back to the wingrid when the wingrid is shown again?

Thanks

Chris