New Post: No "@Html.Awe" Namespace after installation via NuGet
Fine. And how I can / I have to use that Framework? For example:@Html.Awe().PopupActionLink().Name("p1") .LinkText("Open Popup") .Content("Hi, this is a popup") .Title("awesome title") I've found...
View ArticleNew Post: No "@Html.Awe" Namespace after installation via NuGet
the documentation for the version 1.9 is on the bottom of the main page http://awesome.codeplex.com also the demo application for it is a good way of learning it...
View ArticleNew Post: Awesome grid not showing data on initial loading
Awesome grid not showing data on initial loading after clicking refresh button on the grid the data is showing. I am working on HTML 5 My code is...
View ArticleNew Post: Awesome grid not showing data on initial loading
check if you get any js errors, see if you get data on the first load (debug), check what data is coming from server to client (use firebug/chrome web tools/fiddler/charles)
View ArticleNew Post: Passing Dropdown value as parameter in Create Button
I have dropdownlist as like below.@Html.Awe().AjaxDropdown("BatchProg").Parent("ProgramIns","progSeq") Then I have a create button as like below. <button type="button"...
View ArticleNew Post: Passing Dropdown value as parameter in Create Button
in the next version the popups will have .Parent so you would do .Parent("BatchProg","batchseq") but now you can only do this by reloading the create button via ajax every time the dropdown value is...
View ArticleNew Post: Nested Popup
I have edit popup dialog. In that I have a grid. While deleting the item in edit dialog grid I need to get a confirmation . But it closes the parent and opening. How do I do the nested popup's
View ArticleNew Post: Nested Popup
just make sure your popups have a different name, if they have the same name, opening one will close the otherhttp://demo.aspnetawesome.com/PopupDemo
View ArticleNew Post: Confused on Licensing
Hey o, I've come across this while looking for something else :) It looks very nice but I'm confused - I see this project and what looks to be a separate, commercial site referenced in several places....
View ArticleNew Post: Confused on Licensing
version 1.9 is free and open-source, you can grab the source and download the binaries/demo https://awesome.codeplex.com/releases/view/66067 latest version is commercial
View ArticleNew Post: Problem with multilookup
Hi, I have applied multilookup for a field. When i load to the record, the field display correct values. But when I click on lookup button, The selected values do not display in popup. I have tried to...
View ArticleNew Post: Problem with multilookup
I think you're getting 404 for the selected url you've indicated .SearchUrl .GetItems bot not .SelectedUrl so it's looking for ReviewerMultiLookup/Selected which you probably don't have you should see...
View ArticleNew Post: Problem with multilookup
Thanks o, I have missed .SelectedUrl That's good library
View ArticleReleased: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleUpdated Release: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleNew Post: MVC 4 and MVC Awsome v3.0
MButtazoni wrote: 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...
View ArticleNew Post: MVC 4 and MVC Awsome v3.0
don't forget to replace the dll and js with the ones from the download, clear cache, refresh browser
View ArticleNew Post: Does not appear to work with MVC4
I've attempted the installation of this multiple times and in MVC 4 the Html helper is not recognized. This included the nuget installation on an MVC 4 basic project and it didn't work either. I like...
View ArticleNew Post: Does not appear to work with MVC4
hi, the nuget one is version 1.9 (free open source, not the latest) but it would still work on mvc4, in order for it (or anything else that is build against mvc3) to work on mvc3 you need to make sure...
View Article