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
385
RowEditTemplate
posted

Hi,


I created a model "model - presenter - view" in windows forms showing me all data from a table BD in ultrawingrid.
That is not used a direct datasource.

Now I want to apply the UltraGridRowEditTemplate to edit each line of my wingrid.

Me.UtilizadorUltraGrid1.DisplayLayout.Bands (0).RowEditTemplate = RowEdit
This way I can to associate the two components. However the UltraGridRowEditTemplate is empty. Does not show the fields in the row selected for editing ...

Is there any way for me to show the fields automatically, without using a datasource ???

Parents Reply Children