ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Issue in api call of aswesome grid in partial view in mvc
Title:
B
I
{code}
?
Hello, I am new to Awesome Grid, i am trying to load partial view in Jquery Ui Dialog box, but it loads sometime time and sometime just blank grid apears, so there might be an issue of Action call of partial view. any suggestion from to call Action either via Api or server side call Thanks in Advance
Save Changes
Cancel
jay
asked at 24 Jul 2015
you might be having problems because of multiple grids with the same Name (same html id), that's why there's .Prefix extension which adds a prefix to the html id of the grid, there's also using(Html.Awe().BeginContext()){ ... } helper which adds prefix to all awesome helpers inside the using, you should also look in the browser console for errors
at 24 Jul 2015
Omu
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