Hello Team,
I want a utrawingrid that has records grouped by Column A and Column B. Can i have a checkbox at the Group By Level so that i can select all the records under a combination of Column A and B and do some operation?
Thanks & Regards,
Thanks for your feedback. If you have any further questions, please do not hesitate to write us.
Regards
Thanks Georgi,
I worked out a logic with the sample provided by IG http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4883
The trick is to use UltragridgroupbyRows and check for GroupByRowDescriptionUIElement instead of the header element. The base logic would remain true to the sample
Hello chevuwt,
I would like to inform you that we have not such kind functionality in our UltraGrid by default, but if you are using CreationFilter, you could achieve desired behavior. I made something similar few days ago where I have TextEditor on each GroupBy level. When I type a Integer value in the TextEditor (after exit edit mode) all rows (values) in this goup are multiply with the integer value from the TextEditor. I think that will small modifications in attached sample you could achieve your requirements. Please take a look at the attached sample and video file for more details and let me know if you have any questions.
Also please take a look at the conversation in http://forums.infragistics.com/forums/p/69955/356591.aspx#356591
Let me know if you have any questions.