Hi zahar,

this does not seem to be related to web2py.
Try to make it work from static first (change the URL calls to static
ones).

There are a some errors in the JS:
1) you are closing the ready function too soon, so mydata is not
initialized

> });
> });

2) missing ) at the end of the for statement
> for(var i=0;i<=mydata.length;i++)
>     $("#list4").addRowData(i+1,mydata[i]

3) no closing of the ready function
>
> </script>

But it still won't display even after fixing these errors.
You can probably ask the jqgrid group.
Let us know if you get it to work, the jqgrid examples look nice.

Denes.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to