hello.
when i press sort arrow the sort command doest sort any data and "jumps" to the next column whit property allow filtering set to true.
when i saw this behavior i have create a handler on sort command and i saw that if i click on label the eventargs brought‘s the correct column but always the same command (Asc).
But if i click on arrow the sort collum brings the next column whit (Asc) command.
Using label i'm able to filter data in RadGrid whit some workaround code, but not using arrow.
All data is created in CodeBehind... the unique control created in markup is RadGrid.
In page load i'm creating columns and populating the grid... on every postbacks!
What i'm doing wrong, or is this a know issue.