Questions tagged [asp.net-mvc-awesome]

ASP.net MVC Awesome is a library of jQuery based Ajax Helpers for ASP.net MVC

jQuery based Ajax Helpers for ASP.net MVC: cascading editors like dropdown, radiolist, checkboxlist, grid and more.

http://aspnetawesome.com

http://demo.aspnetawesome.com

http://awesome.codeplex.com

12 questions
2
votes
1 answer

aspnetawesome grid databinding not working

I have been using AweomeGrid for about 2 mvc4 Projects Now and It has been working fine, However I am completely bumped when I tried the mvc5 Branch. I basically have a grid and controller setup as follows @Html.Awe().Grid("grdZone") …
Paul Plato
  • 1,471
  • 6
  • 28
  • 36
2
votes
2 answers

MVC return view to dialog

On my layout view I have @Html.MakePopup(new MakePopupParams { Action = "Create", Title = "New Job Offer", Modal = true, Resizable = false, Height = 450, Width = 750, Position = "center" …
2
votes
2 answers

Asp.net Mvc 4 Awesome PopupFormAction with only one button

How can I hide the Ok button in Awesome Popup Form Action this my code: @{ var DetailFormat = string.Format("", …
Sayadi
  • 110
  • 1
  • 6
1
vote
0 answers

Append " .Parent" attribute to awesome grid using jquery

I want to append a .Parent attribute to my awesome mvc grid using jquery on dropdown change. How would I do this?
tanuj shrivastava
  • 722
  • 3
  • 9
  • 21
1
vote
1 answer

ASP.net MVC Awesome Grid (In nest editing grid)

I'm having trouble getting the in nest editing grid to work. This it what it is suppose to do http://demo.aspnetawesome.com/GridNestingDemo. Open the grid line to you and edit in the grid. When I copy the demo code pretty much line by line my grid…
Daniel
  • 171
  • 7
1
vote
1 answer

when i used Omu.AwesomeMvc include in the project at that time i face the error?

Assembly 'Omu.AwesomeMvc, Version=4.7.3.1, Culture=neutral, PublicKeyToken=9c6fbba722ea1caf' uses 'System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly…
1
vote
2 answers

Master Detail CRUD

Recently come across a Master Detail CRUD Demo using Grid and PopupForm by aspnetawesome.com. I downloaded the demo because it was exactly what i was looking for but when i try to run it i keep getting the error Error 4 Assembly 'Omu.AwesomeMvc,…
Benion
  • 80
  • 1
  • 12
1
vote
1 answer

Html Helper in Asp.net MVC and Awesome

I have Added ASP.net MVC Awesome dll as refference and put themes , js and css file to my project and add awesome namespaces in\Views\web.config . Project Build Succesfully but html helper doesn`t work in intellisense.
Moslem7026
  • 3,290
  • 6
  • 40
  • 51
1
vote
2 answers

How to hide first column after load for Awesome grid MVC

I am using MVC Awsome grid, I want to hide first column of the grid, but struggling to do and no proper documentation for that in internet, please check below.. @(Html.Awe().Grid("MilkClassGrid").Load(false) …
Developer
  • 876
  • 5
  • 18
  • 44
1
vote
1 answer

Using bootstrap toggle with Awesome MVC Grid

I'm trying to incorporate a bootstrap toggle into a column of my AwesomeMVC Grid (http://demo.aspnetawesome.com/GridDemo) but the toggle doesn't get rendered correctly even after initializing the bootstrap toggle. This is because the AwesomeMVC grid…
1
vote
1 answer

how to open awesome mvc popup using javascript

onSelectRow: function (id) { if (id) { 'Url.Awe().PopupFormAction().Url(Url.Action("ErrorInfo", "PatientManagement", new { ' + id + ' })).Success("edit").Title("Error Info")'; } } I'm using this code in JavaScript file to open…
How To Learn
  • 301
  • 4
  • 15
0
votes
1 answer

Height and width not being respected

When I set the height and width of the popupform, the values are not taken into account.