Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
760
URL Rewriting
posted

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

Parents
No Data
Reply
  • 760
    Verified Answer
    posted

    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.

    Tahir

Children
No Data