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
270
How to add UltraCombo to the summary cell in GroupByRow?
posted

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 easy
for developers to work with.

Could someone please advise?  Thanx.

 

 

Parents
No Data
Reply
  • 37774
    posted

    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

Children
No Data