We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Css Grid Mobile

I am using Syncfusion 2.0.75, MVC4, Framework 4.0,Jquery Mobile, and the Grid Mobile does not showing well.
In previous version it worked ok.
What happened in this version?
I need a solution quickly.
I attached a example project  with my issue.
Best regard
Michael Quintela Cabrera


MvcApplicationSyncfusionGrid_c0ba880.zip

1 Reply

TH Thivya Syncfusion Team August 14, 2012 12:41 PM UTC

Hi Michael,

Thanks for using Syncfusion products.

Our style manager implementation has been updated in our current version (10.2.0.75). Please refer the below link for release notes update.

https://s3.amazonaws.com/files2.syncfusion.com/Installs/v10.2.0.75/ReleaseNotes/UI.html#MobileWeb-Tools

In our earlier version, we have registered style sheet for individual controls. Now styles will be registered for individual packages. Hence, the number of http requests will be minimized. To implement this, we have moved some of the common styles under shared package. So to render grid component you need to register style sheet for shared component also.

Please refer the below code snippets.

@{

Html.MobSyncfusion().StyleManager()
.Minify(true)
.Combine(false)
.Register(stylesheets =>
{
stylesheets.Add(MobComponentType.Shared); //registering style sheet for shared component
stylesheets.Add(MobComponentType.Grid);
}).Render();

}

Already, we have posted the above response in the incident 97391. So, you can also check over there and please let us know if you have any further queries.

Regards,
Thivya.

Loader.
Live Chat Icon For mobile
Up arrow icon