How to merge rows in a grid?

How everyone,

I have the requirement to merge two or more rown in a grid. An example is shown below:

Col A Col B Col C
1 2 ab
cd
7 9 yz

If the value of col A and col B are same for two rows and Col C value is different then both rows for col A and Col B should be merged.

Thank You

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to shubhamy0001

    What exactly do you mean by "getting data .. row by row individually"?  What is the shape of your data (especially, the relationship of the parent rows with the "sub" rows as per your initial screenshots)?  Also -- what have you tried so far, what have you gotten working and what exactly still isn't working?  Thus far, you haven't given us much information to work with or even take guesses at.