I have a grid with a detail table that needed a custom sort. the custom sort works fine. I created an if-else to do a regular sort on the main table.
preclick:
column A
b
d
a
When I click on a column in the main table the first time it sorts acending but the sort arrow points down.
column A v
a
b
d
I click again and the OldSortOrder is decsending just like the arrow which makes the NewSortOrder a no sort but the arrow is no pointing up.
column A ^
a
b
d
I click again and the OldSortOrder is ascending, NewSortOrder is descending and so is the grid but now there is no arrow.
column A
d
b
a
Any clues?
preclick:
column A
b
d
a
When I click on a column in the main table the first time it sorts acending but the sort arrow points down.
column A v
a
b
d
I click again and the OldSortOrder is decsending just like the arrow which makes the NewSortOrder a no sort but the arrow is no pointing up.
column A ^
a
b
d
I click again and the OldSortOrder is ascending, NewSortOrder is descending and so is the grid but now there is no arrow.
column A
d
b
a
Any clues?