Posts

Showing posts with the label AGGrid

Building a CRUD Application with Ag-Grid

Image
To Create Crud operation In Ag-Grid using C# MVC here Is a Download Link  Click here.. Bundle Config bundles.Add( new ScriptBundle( "~/bundles/jquery" ).Include(                          "~/Scripts/jquery-1.12.4.js" ,                         "~/Scripts/jquery-ui-1.12.1.js" ,                         "~/Scripts/bootstrap.js" ,                           "~/Scripts/jquery.validate*" ,                         "~/Scripts/jquery.validate.unobtrusive.js" ,                         "~/Scripts/sweet-alert.min.js"                         )); bundles.Add( new StyleBundle( "~/Content/css" ).Include(                         "~/Content/bootstrap.css" ,                       "~/Content/themes/base/jquery-ui.css" ,                        "~/Content/sweet-alert.css" ,                       "~/Content/site.css" )); Web.config    < add nam