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
325
Win Grid Row Edit Template
posted

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

Parents
  • 37774
    Verified Answer
    posted

    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

Reply Children
No Data