I found an older post on the list, but unfortunately without an answer.
The url in my flexigrid definition returns a json list.
$("#user_table").flexigrid({
url : '/userview_flexi',
method: 'GET',
dataType : 'json',
...}
But calling the url might also result in an error (because the user has
no access right or whatever) and then the url returns a json object
containing this error.
Is there any way to catch this error? If not by flexigrid, but maybe by
a javascript exception handling?
Does anyone implemented such thing already?
Thanks a lot and kind regards
Cornelius
--
You received this message because you are subscribed to the Google Groups "Flexigrid for jQuery" group.
To post to this group, send email to flex...@googlegroups.com.
To unsubscribe from this group, send email to flexigrid+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flexigrid?hl=en.