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

Updated Release: 3.5.1 (Sep 10, 2013)

$
0
0
version 3.5.1
==========================

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

Released: 3.5.1 (Sep 10, 2013)

$
0
0
version 3.5.1
==========================

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

Created Release: 3.5.1 (Sep 10, 2013)

$
0
0
version 3.5.1
==========================

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

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: http://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://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: Gridview compatibility feature for mobile.

New Post: Gridview compatibility feature for mobile.

Released: 3.5.2 (окт 12, 2013)

$
0
0
version 3.5.2
- fix for setting single value to multivalue controls

- datepicker min max date offset fix

- html encoding for keys fix

- enable Column.ClientFormatFunc to be a function call that will return a function

version 3.5.1

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

version 3.0
==========================
- added Grid helper

- 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

- added XML Documentation


----------------------
going from 2.0 to 3.0
----------------------

to change from AjaxForm to Form you just have to replace Html.Awe().AjaxForm to Hmtl.Awe().Form

==================

Html.Confirm can be replaced with Html.Form

so instead of:

Html.Awe().Confirm().ConfirmClass("myconfirm")

<form ...>
...
<input type="submit" value="submit" class="myconfirm"/>
</form>


you do:

Html.Awe().Form().FormClass("myconfirm").Confirm(true)

(by default the form will be submited via ajax, if you don't need that add .UseAjax(false))

<form ... class="myconfirm">
...
<input type="submit" value="submit"/>
</form>

===================

AjaxList's 2.0 .SearchButton(string) was setting the id of a button that will trigger the AjaxList to search,
with 3.0 you can trigger the search with the client side api by doing $('#ajaxListId').data('api').load();

or you may not need a search button at all, because changing a parent element will trigger search on the ajaxlist, you can disable the automatic triggering of search when changing the value of a parent element by calling .LoadOnParentChange(false)

Created Release: 3.5.2 (Oct 12, 2013)

$
0
0
version 3.5.2
- fix for setting single value to multivalue controls

- datepicker min max date offset fix

- html encoding for keys fix

- enable Column.ClientFormatFunc to be a function call that will return a function

version 3.5.1

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

version 3.0
==========================
- added Grid helper

- 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

- added XML Documentation


----------------------
going from 2.0 to 3.0
----------------------

to change from AjaxForm to Form you just have to replace Html.Awe().AjaxForm to Hmtl.Awe().Form

==================

Html.Confirm can be replaced with Html.Form

so instead of:

Html.Awe().Confirm().ConfirmClass("myconfirm")

<form ...>
...
<input type="submit" value="submit" class="myconfirm"/>
</form>


you do:

Html.Awe().Form().FormClass("myconfirm").Confirm(true)

(by default the form will be submited via ajax, if you don't need that add .UseAjax(false))

<form ... class="myconfirm">
...
<input type="submit" value="submit"/>
</form>

===================

AjaxList's 2.0 .SearchButton(string) was setting the id of a button that will trigger the AjaxList to search,
with 3.0 you can trigger the search with the client side api by doing $('#ajaxListId').data('api').load();

or you may not need a search button at all, because changing a parent element will trigger search on the ajaxlist, you can disable the automatic triggering of search when changing the value of a parent element by calling .LoadOnParentChange(false)

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: http://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://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 Comment on "Lookup"

$
0
0
Hello o, is there a way to make certain items non-selectable? (for PIGD/ICMS :) )

Released: 3.5.3 (mvc5) (Oct 26, 2013)

$
0
0
version 3.5.3
- support for mvc5

version 3.5.2
- fix for setting single value to multivalue controls

- datepicker min max date offset fix

- html encoding for keys fix

- enable Column.ClientFormatFunc to be a function call that will return a function

version 3.5.1
==========================

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

version 3.0
==========================
- added Grid helper

- 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

- added XML Documentation


----------------------
going from 2.0 to 3.0
----------------------

to change from AjaxForm to Form you just have to replace Html.Awe().AjaxForm to Hmtl.Awe().Form

==================

Html.Confirm can be replaced with Html.Form

so instead of:

Html.Awe().Confirm().ConfirmClass("myconfirm")

<form ...>
...
<input type="submit" value="submit" class="myconfirm"/>
</form>


you do:

Html.Awe().Form().FormClass("myconfirm").Confirm(true)

(by default the form will be submited via ajax, if you don't need that add .UseAjax(false))

<form ... class="myconfirm">
...
<input type="submit" value="submit"/>
</form>

===================

AjaxList's 2.0 .SearchButton(string) was setting the id of a button that will trigger the AjaxList to search,
with 3.0 you can trigger the search with the client side api by doing $('#ajaxListId').data('api').load();

or you may not need a search button at all, because changing a parent element will trigger search on the ajaxlist, you can disable the automatic triggering of search when changing the value of a parent element by calling .LoadOnParentChange(false)

Created Release: 3.5.3 (mvc5) (Oct 26, 2013)

$
0
0
version 3.5.3
- support for mvc5

version 3.5.2
- fix for setting single value to multivalue controls

- datepicker min max date offset fix

- html encoding for keys fix

- enable Column.ClientFormatFunc to be a function call that will return a function

version 3.5.1
==========================

- fixed html attributes rendering

- fixed loading animation rendering

- css improvements

version 3.5
==========================

- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )

- added Parent, Paremeter extensions to Popup and PopupForm helpers

- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup

- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList

- oparams for all apis (one time params, params are persisted for subsequent calls)

- Grid selection: Multiselect, Singleselect, Multicheck

- Grid RTL support

- Grid row model can be obtained by calling $('row selector').data('model')

- new grid api calls: get last request, last result

- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder

- SendColumns grid extension will set the columns definition in the GridParams

- added Order property to the column

- Numeric extension for the autocomplete

- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension

- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash

- new datepicker extensions: MinDate, MaxDate, default date, isRtl

version 3.0
==========================
- added Grid helper

- 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

- added XML Documentation


----------------------
going from 2.0 to 3.0
----------------------

to change from AjaxForm to Form you just have to replace Html.Awe().AjaxForm to Hmtl.Awe().Form

==================

Html.Confirm can be replaced with Html.Form

so instead of:

Html.Awe().Confirm().ConfirmClass("myconfirm")

<form ...>
...
<input type="submit" value="submit" class="myconfirm"/>
</form>


you do:

Html.Awe().Form().FormClass("myconfirm").Confirm(true)

(by default the form will be submited via ajax, if you don't need that add .UseAjax(false))

<form ... class="myconfirm">
...
<input type="submit" value="submit"/>
</form>

===================

AjaxList's 2.0 .SearchButton(string) was setting the id of a button that will trigger the AjaxList to search,
with 3.0 you can trigger the search with the client side api by doing $('#ajaxListId').data('api').load();

or you may not need a search button at all, because changing a parent element will trigger search on the ajaxlist, you can disable the automatic triggering of search when changing the value of a parent element by calling .LoadOnParentChange(false)

New Post: AjaxCheckboxListFor HTML

$
0
0
Hello, I have a problem my list of checklist, not breaking the line someone has no idea what is.
What you guys need to see the problem.

This one's coming out the other side where it should go under each other

New Post: AjaxCheckboxListFor HTML

$
0
0
we need to know what's the problem, please be as explicit as possible

New Post: Confusing License?

$
0
0
What is the license under which ASP.net MVC Awesome controls are offered?

It seems that it is opensource, but here http://aspnetawesome.com/ it lists price!

Can you please clarify so we can plan accordingly?

New Post: Confusing License?

$
0
0
version 1.9 is free/open source, if you download the source code you'll get version 1.9, docs for version 1.9 is on the codeplex home page (bottom half)
latest version is commercial per developer license

New Post: Confusing License?

$
0
0
Hi, Thanks for clarifying! What is the latest version? And where can I find the comparison?

New Post: Confusing License?

New Post: Confusing License?

$
0
0
Hi, thanks for providing me links. This is really helpful. Appreciated.

Reviewed: 1.9 (Dec 31, 2013)

$
0
0
Rated 5 Stars (out of 5) - I think its really awesome as it is named ^_^
Viewing all 345 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>