I have a UltraWinGrid and some of the columns have the EditorControl override to be the UltraCalendar object so that user can use to select date values for a cell.
When i drag a column to the GroupByBox at the top, the summary row (UltraGridGroupByRow) show the summary values of each column defined by my ICustomSummaryCalculator.Is there a way to make this summary row editable by embedding an EditorControl into this UltraGridGroupByRow??? What i want to achieve is that user should be able to click on the summary row and select a date from an UltraCalendar, then i will capture the event and populate all childRows to have the same value.
I have been looking for examples on how this could be done.Please advise. Thanx.
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
One possible way to achieve your goal is to use creation filter in order to put UltraCalendarCombo in GroupByRow. I have demonstrated this approach in the attached sample.
Please let me know if you have any further questions.