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!
Thanks for your answer, Matt.
I will search for the solution.
-Fang
There is no support for showing a control in a grid cell when that control doesn't correctly implement IProvidesEmbeddableEditor, and this is not a trivial thing to implement. There is a sample of a RichTextEditor that ships with the NetAdvantage samples that shows one approach to this, and I believe that some other people in the forums have found a solution to embedding a UserControl in a cell, so you might want to search for that.
-Matt