Hi
I am doing sorting operation on column in grid and now i want to do second sorting operation on another column by keeping the first sorting.
Like this:
after first sort:
-first–second-
1 | 3 |
1 | 1 |
1 | 2 |
2 | 1 |
after second sort:
-first–second-
1 | 1 |
1 | 2 |
1 | 3 |
2 | 1 |
thank you,