Quantcast
Channel: ASP.net MVC Awesome - jQuery Ajax helpers
Viewing all 345 articles
Browse latest View live

New Post: how change ajax dropdown value on js

$
0
0
the value is not changing by this code
$("#MyField").val(response.Id);
 $("#MyField").change();

New Post: how change ajax dropdown value on js

$
0
0
sory value change but display value not changing

New Post: Radio Button Control in Awesome Grid

New Post: How to get Awesome grid all item When my form is post

$
0
0
How to get Awesome grid all item When my form is post

New Post: Radio Button Control in Awesome Grid

Updated Wiki: Home

$
0
0
Project Description
It contains a rich set of helpers (controls) that you can use to build highly responsive and interactive Ajax-enabled Web applications. These helpers include Autocomplete, AjaxDropdown, Lookup, MultiLookup, AjaxForm, AjaxRadioList, AjaxCheckBoxList, DatePicker, Confirm Dialog, Popup Form and Pager

Project website: www.aspnetawesome.com

Demo App Live Link: http://demo.aspnetawesome.com

download demo app

ProDinner: http://prodinner.aspnetawesome.com

download prodinnerhttp://prodinner.codeplex.com

Learn http://www.aspnetawesome.com/learn

Main Video Tutorial: http://youtu.be/qDyhszMa1yA?hd=1

subjects covered: installation, AjaxDropdown, binding to Parents (cascade) , using Predefined Parameters, AjaxRadiolist, debugging in firebug

Lookup, MultiLookup and AjaxList Tutorial: http://youtu.be/gxb3z2VYJqg?hd=1

Popup, PopupForm and AjaxForm Tutorial: http://youtu.be/KcXUES-fN5s?hd=1

ASP.net MVC Tutorial: http://www.youtube.com/watch?v=fsfOFL4bXXA

Quick Demo:



Documentation for ASP.net MVC Awesome (version 1.9) Free version

Downloads


Recommendation: use firebug, and keep the console tab active
Video Tutorials
Lookup download watch: http://www.youtube.com/watch?v=OqkwM4P9zYo
AjaxDropdown download watch: http://www.youtube.com/watch?v=qW94rtkXPOQ
Lookup with Multiselect download watch: http://www.youtube.com/watch?v=NskjWx32lsk

New Post: Is it possible to attach event to OK button on Lookup (v1.9)

$
0
0
I'm interested in taking additional action once the Lookup OK button has been clicked and data has been either gathered or populated to the targeted field. I want to do additional processing on that data. I've looked into using the doTimeout library to detect changes within the UL element but that seems to be a bit inefficient versus just attaching to the click event of the OK button and firing after awesome has fired it's event.

Thanks.

New Post: Is it possible to attach event to OK button on Lookup (v1.9)

$
0
0
atm you can't

you would have to change the code to make it do that

New Post: MVC 4 and MVC Awsome v3.0

$
0
0
I am very impressed with the functionality in this package but am having problems with the versions available.

If I use NuGet in VS2012, only the 1.9 version (from 2011) is available. Version 1.9 does not seem to work with any of the current examples on this site. The helper extension: Html.Awe() is nowhere to be found.

I downloaded the version 3.0 Demo program but I don't see how or what from the demo project to include in my MVC 4 project.

New Post: MVC 4 and MVC Awsome v3.0

New Post: MVC 4 and MVC Awsome v3.0

$
0
0
Thanks, I was mixing the 1.9 installation instructions with the 3.0 trial download and almost gave up.

How long does the 3.0 Trial last? I want to rewrite some of my application to show the benefits of this package to the guys that pay the bills and I just want to make sure I have enough time to implement and demo the changes.

New Post: MVC 4 and MVC Awsome v3.0

$
0
0
it should take about 3 months, if it expires you can always redownload it

Released: 3.0 (Nov 03, 2012)

$
0
0
  • added Grid helper
  • added XML Documentation
  • added textbox helper
  • added Client Side API for AjaxList
  • removed .SearchButton from AjaxList
  • AjaxForm and Confirm helpers have been merged into the Form helper
  • optimized html output for AjaxDropdown, AjaxList, Autocomplete

works on MVC 3 and 4

Updated Release: 3.0 (Nov 03, 2012)

$
0
0
  • added Grid helper
  • added XML Documentation
  • added textbox helper
  • added Client Side API for AjaxList
  • removed .SearchButton from AjaxList
  • AjaxForm and Confirm helpers have been merged into the Form helper
  • optimized html output for AjaxDropdown, AjaxList, Autocomplete

works on MVC 3 and 4

New Post: MVC 4 and MVC Awsome v3.0

$
0
0
Why didn't you share free for everyone? If I develop a big website in near future and you won't support. So, I'm afraid about it.
Thanks

New Post: MVC 4 and MVC Awsome v3.0

$
0
0
In my opinion he has a very "developer friendly" license for this product.

New Post: Console Error after NuGet installation and executing my mvc application in Browser

$
0
0
Uncaught TypeError: Object #<Object> has no method 'match' jquery.hotkeys-0.7.9.js:92
jQuery.fn.bind jquery.hotkeys-0.7.9.js:92
mybutton Awesome.js:13
(anonymous function) Awesome.js:309
fire jquery-1.9.1.js:1037
self.fireWith jquery-1.9.1.js:1148
jQuery.extend.ready jquery-1.9.1.js:433
completed jquery-1.9.1.js:103

need help - thx!

New Post: Console Error after NuGet installation and executing my mvc application in Browser

$
0
0
Info

if I change the line 13 from Awesome.js from

.bind({ 'mousedown mouseup': function () { $(this).toggleClass('ui-state-active'); } })

to

.bind('mousedown mouseup', function () { $(this).toggleClass('ui-state-active'); } )

everythinks running fine! (?) ( I'm not good in js )

New Post: No "@Html.Awe" Namespace after installation via NuGet

$
0
0
Hi!

the namespace (at)HTML.Awe is undefined in my mvc Views

My Project has the following assembleys referenced:
Omu.Awesome.Core
Omu.Awesome.Mvc

My Web.config in the Views Folder:
<add namespace="Omu.Awesome.Core"/>
    <add namespace="Omu.Awesome.Mvc.Helpers"/>
Whats wrong?

New Post: No "@Html.Awe" Namespace after installation via NuGet

$
0
0
you're using the version 1.9, which doesn't has Html.Awe
Viewing all 345 articles
Browse latest View live