not going back to grid properly
- Single Page
Posted 28 July 2012 - 14:27 PM
I've attached an image to let you see.
Posted 28 July 2012 - 16:33 PM
Please, check your code at the firebug. Perhaps there are some errors. Similar situations take place, when we have forgotten to include some js-files or our javascripts do not work correctly.
Regards!
Posted 30 July 2012 - 07:18 AM
Posted 30 July 2012 - 08:37 AM
[*]you have unlinked jquery library by $crud->unlink_jquery()
[*]you have unlinked .assets/grocery_crud/themes/flexigrid/js/jquery.form.js file (function ajaxSubmit is there)
[*]you have change the sequence of js-files, so for example, your jquery.form.js now is loaded before jquery library
[*]or there is something else that I couldn't guess
[/list]
Posted 30 July 2012 - 09:20 AM
I removed them and it's ok now!
Thank you for your help noskov!
Posted 30 July 2012 - 09:31 AM