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
thank u
Hello Venkatesh,
If you need any further assistance regarding the suggested, please let me know, I will be glad to help.
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:
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,
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.