how do i change the theme of the web page to flatly?
<link rel="Stylesheet" href="css/themes/flatly/infragistics.theme.css" />
<link rel="Stylesheet" href="css/structure/infragistics.css" />
for now i included these links to the page but i can't see any changes. do it required any javascript file
and jquery
if yes what is the version i need to use?
plz provide an example .
thanks,
venkatesh
Hello,
Thank you for posting in the Infragistics community !
I am note sure what do you mean by "flatly". However you can apply different themes to the Infragistics controls trough the Application Stylist Configuration Tool. You can access it from Visual Studio > Tools. Please refer to this page for a detailed guidance on how to use the tool to import and apply different style sets:
http://help.infragistics.com/Help/Doc/ASPNET/2014.2/CLR4.0/HTML/Web_NetAdvantage_Application_Styling_Configuration_Tool.html
Please let me know if you have any further questions on this.
hello,
Thanks for ur response, but it not solved my problem
i want to change the complete theme of the application i found some thing here
http://help.infragistics.com/Doc/jQuery/2014.2/CLR4.0?page=Deployment_Guide_Styling_and_Theming.html
where there was "flatly" theme in the page. I want to implement that theme in my application.
Please help me.
Thanks,
venkatesh.
Hello Venkatesh,
You need the jquery and IGniteUI javascript files to run the controls and the css files to have styles applied. I assume the widgets are loaded but no style is applied, which makes me believe that you do not have this folder and file in your project:
href="css/themes/flatly/infragistics.theme.css"
Please make sure this file is available. If it is not, please try to find it in this folder:
C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\css\themes\flatly
and copy it to your project css folder.
Please let me know if this helped.
The bootstrap themes are available for the IgniteUI controls, not for the ASP.NET controls as the WebHierarchicalDataGrid.
Instead you can use the Application Styling Configuration tool, as stated in my first post. You can access it from Visual Studio > Tools. Please refer to this page for a detailed guidance on how to use the tool to import and apply different style sets:
If you need any further assistance regarding the suggested, please let me know, I will be glad to help.
thank u