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
390
Insert a Control into a Grid Cell
posted

Hi,

how can I insert a Control, which doesn't implement the interface IProvidesEmbeddableEditor, into an UltraGrid cell? For example, insert a panel into a cell?

(If a Control implements the interface IProvidesEmbeddableEditor, I can show the control in a cell using:

ultraGrid1.DisplayLayout.Bands[0].Columns["Progress"].EditorControl = ultraProgressBar1;)

 Thanks!