ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
AjaxRadioListFor not making call to server
Title:
B
I
{code}
?
EVer since I upgraded/purchased the v4.7 of Omu.Awesome(), my views that use the AjaxRadioListFor are not making any (ajax) calls to the server to fetch the content
Save Changes
Cancel
Jason Pereira
asked at 12 Oct 2015
are you getting any errors ? ( in the browser console )
at 12 Oct 2015
Omu
Nope, but I still sometimes see the 'trial message'
at 12 Oct 2015
Jason Pereira
you're probably not using the latest version, or maybe the dll and the js are of different versions, make sure to replace all files dll js css with the latest from the purchase download, try to clean you solution first, remove all awesome dll, js files from the lib, bin folders after add the new ones you can check by going to your webui/bin folder and look at the properties (right click -> properties) of Omu.AwesomeMvc.dll you'll see the version and if it's trial on the "Details" tab
at 13 Oct 2015
Omu
AwesomeMvc.js:1 Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
at 13 Oct 2015
Jason Pereira
does this happen on every page ? in the demo app ? in your own custom app ? if it's on one page can you try to isolate the line / helper declaration that is causing the problem, try to comment the whole page and uncomment just one line/helper at a time, basically you need to identify which piece of code is causing this error
at 13 Oct 2015
Omu
On all pages using Awe helpers, also I am unable to select any of the radio/checklist options, I can click on them but they do not select
at 13 Oct 2015
Jason Pereira
to fix the click can't select problem you need to use KeyContent(key, val) instead of SelectableItem(key, val, selected), ( eliminate *SelectableItem* from your code ) what browser are you using ? and could you please try to isolate the line that is causing the problem ( getComputedStyle ), the demo app doesn't do that
at 13 Oct 2015
Omu
I have muliple helperson one page, by commenting out all but one, for now the getComputedStyle is not appearing, I am gong to change to JeyContent to check
at 13 Oct 2015
Jason Pereira
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK