Hi,
I need to find the column index in the RadGrid that was clicked for sorting. I should be able to have my logic under radGrid_ItemComand when e.CommandName = "Sort"
The reason is my grid is dynamically created and i dont know what my colums are. So at least if I can find the clicked column number then I can implement the rest of the logic.
Thanks!
Duneel
I need to find the column index in the RadGrid that was clicked for sorting. I should be able to have my logic under radGrid_ItemComand when e.CommandName = "Sort"
The reason is my grid is dynamically created and i dont know what my colums are. So at least if I can find the clicked column number then I can implement the rest of the logic.
Thanks!
Duneel