I am using UrlWritering module in my project but when I sort the grids, the icons for ascending/descending on the grids disappear. I am using Office2007Silver theme and not my custom CSS.
Is there a way to fix this problem?
Any help much appreciated.
Tahir
I think I fixied this issue. The StyleSetPath property of the WebDataGrid was set with ~/. I changed that to just / i.e. removed the ~.
URL rewriting and relative paths caused this problem and changing relative path to absolute path fixed this for me.