How to Add Css style sheet on DevExpress Gridview?

Posted by Phsika on Stack Overflow See other posts from Stack Overflow or by Phsika
Published on 2011-01-12T09:50:04Z Indexed on 2011/01/12 9:53 UTC
Read the original article Hit count: 338

i have big problem about CssFilePath property in ASPXGridView .

also used Theme Deployer. i created ASPXGRidView that is goog in 9.3.4 version not problem is occured but i upgrated my system to 2010.2 version (Last version) but GridView CssFilePath not working my GridView looks html table.

How can i solve it : alt text

i converted my project devexpress 9.3.4 to 2010.2 but My Working gridView look like this:TEST.ASCX has got a DevExpress GridView.

alt text

  <Styles CssFilePath="../../App_Themes/Aqua/GridView/styles.css" CssPostfix="Aqua"></Styles>

i see asp.net design mode Aqua mode every thing ok. But press f5 my Gridview look above! how can i see aqua style...

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio-2010