Hello,
I have an app (following mvvm pattern) with columns as
| Left Column | Right Column |
| 1 | 1 |
| 1 | 2 |
| 2 | 1 |
| 2 | 2 |
| 3 | 1 |
| 3 | 2 |
These columns resides in gridview which has Listview as the root. Is there any way i can merge the left column values to single values.
Thanks.