Styles

Hello.

Most of the controls (like Menu, Datepicker) are not appering when I run the application.
And some of them just disappear when I put the StyleManager on the page.
Does somebody know how to fix it?

Thanks,
Wile


2 Replies

WB Wiley Barbosa Marques March 22, 2012 07:05 PM UTC

The menu goes well, whithout any style, but when a put the code:

@(Html.MobSyncfusion().StyleManager()
.Register(stylesheets =>
{
stylesheets.Add(MobComponentType.Menu);
}))

The menu doesn't appear anymore.



ES Eswari S Syncfusion Team March 26, 2012 10:49 AM UTC


Hi Wiley,

Sorry for the inconvenience caused.

We were unable to reproduce the issue. We have suspect that the cause of the issue would be the failure of resource file loading. We have prepared the sample for your reference and the same can be downloaded from the following link :

SyncfusionMvcApplication41617610869.zip

Could you please try to reproduce the issue in the above sample or else please provide more information about the issue like stack trace details and the Essential studio version which you are using. So that we could sort out the issue based on that and provide you the better solution.

Thanks for your patience in advance.

Regards,
Eswari.S



Loader.
Up arrow icon