Is there a way to add the Row Edit Template to Unbound Columns on Ultra WinGrid ?
I pivot the Data and Bind it to the Grid at Runtime so i was wondering can i use the Row Edit Template in this case as i dont know what the Columns will be at design Time to choose in my designer?
Thanks
K
Got it Thank Matt
You can certainly do this. The UltraGridCellProxy is a toolbox item, so you can add it to the RowEditTemplate at design-time and set the ColumnKey property to the key of the unbound column. You could also do any of this at run-time should you prefer, or if you don't know what the key will be at design time.
-Matt