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
105
Not able to select summary cells in group by rows in UltraGrid
posted

In UltraGrid, we are able to select single or multiple cells and perform copy action over them. However in Outlook group-by mode, we cannot select summary cells in group by rows. We need to select all the summary cells in my UltraGrid and copy in Clipboard. After that we can paste it in excel. This functionality is working for nongroupbyrows.

Is there a way to achieve that. Pease advise.

Parents
  • 6120
    Offline posted


    Hello Garima,

    Exporting to excel is the best alternative for getting the summary rows of group by rows in excel. However, there is no built in functionality in Grid to achieve this. In order to implement this you would have to write custom code. One way of doing this can be adding a context menu where clicking on certain menu item will trigger this copy paste. The paste functionality should convert the data into some excel acceptable format.

    Please let me know if you have any further questions.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Reply Children
No Data