I know you have an example on how to add a simple checkbox (ie. CheckboxUIElement) to a GroupByRow using CreationFilter.But the example only adds it to the row description area.http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4340
Do you have a more sophisticated example as to how to add an UltraCombo control to a particular summary cell?I want to be able to click on a GroupByRow, and select that UltraCombo to select a value.
I would like to see that a UltraGridGroupByRow expose the EditorControl properly just like a regular DataRow and make it easyfor developers to work with.Could someone please advise? Thanx.
I am not aware of any samples to accomplish this behavior. If you want an EditorControl property exposed on the UltraGridGroupByRow, you could submit a feature request for this functionality. If you want to try doing this, you could use the creation filter so that you know the location and size of the combo that you could position, though I'd think you would have to use a new UltraCombo for each of the rows.
-Matt