ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Problem adding button to grid
Title:
B
I
{code}
?
I have a simple index page with a grid driven by a list. Works fine. When I add a button (see below) I get an error in Awesomemvc.js "Unable to get property 'formatDate' of undefined or null reference" new Column { ClientFormat = exportFormat, Header = "", Width = 50 }, There is a date column in the list but it is not included as a column in the grid @exportFormat placed on the form results in: <form action='/Home/ExportBatches/.Plant' class='editForm'><button class='awe-btn' type='submit'>Refresh</button></form>
Save Changes
Cancel
Ratladi
asked at 18 Mar 2015
Resolved, problem was jqueryui hadnt loaded
at 18 Mar 2015
Ratladi
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