Hi all,
In my application I have a single ultragrid. I want to perform different input functions with the grid by changing the data source/member and loading a different saved layout.
I want to do the input to a row edit template.
When I change the datasource on the grid, the row edit template is disabled and is not re-enabled when I set the datasource and layout back to the original
At runtime, how can I re-enable the row edit template.
Roger
Got it.
Me.UltraGrid2.DataMember = "New Data Member"
Me.UltraGrid2.DisplayLayout.Bands(0).RowEditTemplate = Me.UltraGridRowEditTemplate2
Hello Roger,
I am pleased that you were able to solve your issue.
Let me know if you have any further questions.