Browse By Tags

  • UltraGrid - regrouping of rows

    After a user groups a column, then chooses columns to display, how can i "regroup" and recalculate accordingly the rows being grouped? something similar to SQL grouping

    if you can see in the screenshot, what i want to know is, how to recalculate…

  • Re: UltraGrid - regrouping of rows

    thanks for the reply .. sorry if this is a little hard to understand,

    the screenshot was done by the following sql query:
    select column1, column2, amount, 1 month, 2 month from table group by column1, column2

    if the user deselects column1 (hide it from the…