Hi.
I have created my personal theme with theme builder and generated the dll.
I have imported the assembly and insert into web config this row.
<themes enableThemesAssembly="true" styleSheetTheme="" customThemeAssemblies="FulcrumTheme" theme="Fulcrum" />
my problem that now i don't see any themes (see the image), but if i set manually theme by code, like in this mode…
Visual Basic<dx:ASPxGridView ID="ASPxGridViewContabile" runat="server" EnableTheming="True" Theme="Fulcrum"
Width="100%" KeyFieldName="codice_cliente" AutoGenerateColumns="False"
ClientInstanceName="grid">
my theme it's loaded fine.
How i can solve it?