Hi,
I don´t know whether I am missing something but I am not able to apply a theme to my gridview.
If I try to apply "Telerik" theme (I write the following code snippet), the gridview gets crazy and shows a cyan background color.
If I write "Vista" theme instead, the theme is applied correctly.
I have checked and among my references is not included "Vista" assembly (Telerik.WinControls.Themes.Vista.dll). I don´t know whtether this is necessary to include. I have aslo tried to copy Telerik.WinControls.Themes.Telerik.dll but didn´t make any effect.
What I am doing wrong?am I missing an asembly?
Thank you in advance.
Patxi.
I don´t know whether I am missing something but I am not able to apply a theme to my gridview.
If I try to apply "Telerik" theme (I write the following code snippet), the gridview gets crazy and shows a cyan background color.
this.gridView1.ThemeName = "Telerik"; |
If I write "Vista" theme instead, the theme is applied correctly.
I have checked and among my references is not included "Vista" assembly (Telerik.WinControls.Themes.Vista.dll). I don´t know whtether this is necessary to include. I have aslo tried to copy Telerik.WinControls.Themes.Telerik.dll but didn´t make any effect.
What I am doing wrong?am I missing an asembly?
Thank you in advance.
Patxi.