Hello,
I have a little problem with the dataUrl option for select inputs in form editing mode. On my local machine, the grid makes a GET request to the url in the dataUrl, to retrieve the string for the select input in the edit/add dialog and it works just fine. When I upload the application to the server, the get method throws an error because of the .htacces file (using MVC with CodeIgniter) or the default lack of support for GET methods in CI, or I really don't know why (as it works just fine on my local machine). So, alternating between errors like page not found 404 or disallowed URI characters 400, from CI, I thought I may change the method to POST (easily) and hopefully make it work.
Thank you!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top