visual studio - Using SyncFusion controls in Asp.Net MVC -
i new user of component library , after few days of trying hard, quite frustrated not being able use syncfusion controls on ordinary asp.net mvc project. using visual studio 2013 develop asp.net mvc 5 apps can benefot syncfusion components, however, haven't found way without losing part of functionality in project.
i tried creating asp.net mvc project in vs2013, right clicking on , converting syncfusion, allows me use components rte example simple grid supposed bound model (which ienumerable) doesn't work , says model empty (while not).
i tried creating app using syncfusion template added visual studio, realized structure of app different orginial asp.net mvc app microsoft has equipped in vs, , various reason not want modified version.
i tried reating asp.net mvc project in vs2013, , installing syncfusion mvc using nuget, grid works, rte doesn't.... guys have real simple , comprehensive guide, on how use syncfusion controls on ordinary mvc app, successfully?
please find solution queries here,
syncfusion conversion add-in not add sample snippets target project. also, don’t add syncfusion model related files while converting project grid control. syncfusion project conversion add-in add required syncfusion references, scripts , css , included in asp.net mvc project. please refer images named css , scripts , references hyper link named images more information. need include control integration part manually because no snippet added project while using syncfusion mvc conversion. after converting project syncfusion mvc project, need following things,
add required snippets in controller, view, , model if required. refer themes , script files path in _layout .cshtml/_layout .vbhtml file. please refer image named layout hyper link named images more information.
run sample , render syncfusion controls properly.
if need create sample code snippets can use syncfusion sample creator. please follow below steps create syncfusion mvc samples code snippets.
launch dashboard , choose asp.net mvc platform. can find sample creator button dashboard. please refer image named sample creator 1 hyper link named images more information.
click sample creator button. sample creator window be
opened. can create syncfusion mvc samples based on your
options. please refer image project creation form sample creator hyper link named images more information
.
- in additionally can use sample creator in visual studio
itself. choosing add samples option in syncfusion asp.net mvc
project templates can add code snippets in project.
please refer image named project creation vs hyper link named images more information.
note: reference can create grid control samples using syncfusion sample creator. may useful know grid related issue in sample. please refer images below link.
- the syncfusion mvc project templates implemented default microsoft mvc templates. in additionally syncfusion references, css , script files , web.config entries added while project creation use syncfusion controls in project.
Comments
Post a Comment