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
Add editable cell in Summary GroupBy row??!
posted

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.

  • 48586
    posted

    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.

  • 48586
    posted

    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.

    WinGridGroupByRowCalendar.zip