HI,
I need to change the default position of the UltraGridRowEditorTemplate (next to the row or card) when it shows, something like set the position to the center of the screen or main window, is there any way to make this posible?
Best RegardsLois
Lois,
You should be able to handle the BeforeRowEditTemplateDisplayed event and set the Location parameter of the event args to the location you want the template to appear.
-Matt