New Post: Html.Awe().AjaxCheckboxListFor not working when used in...
Do you have any example where you have used multiple "AjaxCheckboxListFor" on the same view? Currently when i am posting the data back to the controller values are not getting populated correctly.
View ArticleNew Post: Html.Awe().AjaxCheckboxListFor not working when used in...
on this page: http://demo.aspnetawesome.com and here http://demo.aspnetawesome.com/AjaxCheckBoxListDemo, there's multiple AjaxCheckboxList, just make sure they have different ids, if you get same id on...
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
I installed this through nuget. I followed step by step the additional steps at 'http://awesome.codeplex.com/wikipage?title=Installation'. But it does not work in my project. I keep getting: CS1061:...
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
nuget has version 1.9 (the free version) you can download the demo for 1.9 here https://awesome.codeplex.com/releases/view/66067
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
Sorry, I am not sure what you are saying. You said nuget has version 1.9. You then say I can download 1.9 from the link above? Are you saying I should uninstall nuget, and reinstall from codeplex...
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
the latest version is 4.0 and the demo downloads from the main page are using it, 4.0 (starting with 2.0) is Omu.AwesomeMvc.dll version 1.9 has Omu.Awesome.Mvc.dll depends which you want to use the...
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
Oh, I think I see now! They are effectively 2 different flavors of the same code. If I download the 4.0 version from the download tab, then is that completely free, or is that still require a purchase...
View ArticleNew Post: Not working in VS 2013, .NET 4.5.1, MVC 5 with Razor
1.9 is free, 4.0 needs license
View ArticleNew Post: How to use ParameterFunc() in multi lookup?
Hello, Yesterday i came across a situation where i used Parameter() to multi lookup. However noticed that the value which i wanted to pass is coming dynamically i.e. when user changes drop down list...
View ArticleNew Post: How to use ParameterFunc() in multi lookup?
think in your case you can use Parent like here: http://demo.aspnetawesome.com/MultiLookupDemo/Misc#MultiLookup-bound-to-many-parents with ParameterFunc you set the name of a js func that will return a...
View ArticleNew Post: How to use ParameterFunc() in multi lookup?
Thanks, I think first option to use Parent is much better :)
View ArticleReleased: 4.0 (May 03, 2014)
version 4.0 ========================== - added InitPopup, InitPopupForm helpers, open initialized popups using awe.open(name, params) - added Tag or Tags for all helpers, usable in mod code - added...
View ArticleUpdated Release: 4.0 (May 03, 2014)
version 4.0========================== - added InitPopup, InitPopupForm helpers, open initialized popups using awe.open(name, params) - added Tag or Tags for all helpers, usable in mod code - added...
View ArticleReleased: 4.5 (Nov 19, 2014)
version 4.5 - tree grid - grid nesting - grid responsive layout - grid flexible resizable columns - grid api.select - grid api.update - grid api.renderRow - grid api.persist - grid api.render - tree...
View ArticleCreated Release: 4.5 (Nov 19, 2014)
version 4.5 - tree grid - grid nesting - grid responsive layout - grid flexible resizable columns - grid api.select - grid api.update - grid api.renderRow - grid api.persist - grid api.render - tree...
View ArticleUpdated Wiki: Home
Project Descriptionrich set of helpers used to build highly responsive ajax-enabled Web applications. These helpers include the Grid, AjaxDropdown, PopupForm, Lookup and moreDemo App Live Link:...
View ArticleNew Post: Omu.Awesome.Mvc.Helpers.PopupFormInfo Error
I've searched for help but only seemed to find this discussion (https://awesome.codeplex.com/discussions/282947). Unfortunately I have another error. I've added MVC Awesome through NuGet. As indicated...
View ArticleNew Post: Omu.Awesome.Mvc.Helpers.PopupFormInfo Error
This was missing on my webconfig<pages pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"...
View ArticleNew Post: Omu.Awesome.Mvc.Helpers.PopupFormInfo Error
version from nuget is 1.9 the free one (the latest is 4.5) you can get demo application for it here: https://awesome.codeplex.com/releases/view/66067 download the demo and try to make the code in your...
View ArticleReleased: 4.5 (Nov 19, 2014)
version 4.5 ========================== - tree grid - grid nesting - grid responsive layout - grid flexible resizable columns - grid api.select - grid api.update - grid api.renderRow - grid api.persist...
View Article