Updated 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 -...
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 ArticleUpdated 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 -...
View ArticleNew Post: multilookup using jquery
Hi, I tried with creating multilook up control at runtime and i am able to create it as well bind it at client side using jquery/javascript. The only problem i am facing is by default when the control...
View ArticleNew Comment on "Installation"
The nuget Package MvcProjectAwesome seems to be in version 1.9 (2011). Is there a newest nuget Package for version 4.5 ?
View ArticleReleased: 4.7 (May 25, 2015)
version 4.7 ========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleCreated Release: 4.7 (May 25, 2015)
version 4.7========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleUpdated Release: 4.7 (May 25, 2015)
version 4.7========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleReleased: 4.7 (May 25, 2015)
version 4.7 ========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleUpdated Release: 4.7 (May 25, 2015)
version 4.7========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleReleased: 4.7 (May 25, 2015)
version 4.7 ========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleUpdated Release: 4.7 (May 25, 2015)
version 4.7========================== - lookup and multilookup open button toggle - added Mod extensions for AjaxRadioList, AjaxCheckboxList, Grid - added BeginContext helper - Removed aweready event,...
View ArticleNew Post: How add item in colummn of grid
Dear Could I add item in column of grid ? ex: textbox, combo box,check ... Thanks
View ArticleNew Post: How add item in colummn of grid
there are examples of adding textboxes and checkboxes in the cell of the grid have a look at these demos:...
View ArticleNew Post: Multilookup control with items selection based on criteria
I have a multilookup control where there are 10 items (for example). Now if item A is selected then user should not be able to select item B and vice a versa. That means item A and item B cannot be in...
View ArticleNew Post: Multilookup control with items selection based on criteria
think you need to write a custom validation attribute for this
View ArticleNew Post: Multilookup control with items selection based on criteria
Ok thanks, Is there any sample code for custom validation which will guide me to have such functionality on multilookup control?
View ArticleNew Post: Multilookup control with items selection based on criteria
the attribute would be for an int[] array, not specific to multilookup, it is applied on the ViewModel Property ProDinner uses one to validate max meals per dinner
View ArticleNew Post: Multilooup control finish event handling..
I have taken mulitlookup control as below:@Html.Awe().MultiLookupFor(m => m.Users).ClearButton(true).Modal(true) Now once user select items i need to do some action at client side, so is there any...
View ArticleNew Post: Multilooup control finish event handling..
you could handle the change client event
View Article