Hello lifters,
I try to get run the example shown at
http://trirand.com/blog/jqgrid/jqgrid.html#
-> "loading XML data".
It shows me the Table-header and the pager but it doesn't call the
url:requestfordata?x=xyz. So I see no data in the grid.
<html> ...
<table id="list1"></table>
<div id="pager1"></div>
...
</html>
<script type="text/javascript">
jQuery().ready(function (){
jQuery("#list1").jqGrid({
url:'requestfordata?x=xyz', // <<<<<<< this will not called
datatype: "xml",
...
Can anyone show me a working example?
Many thanks for help
--
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.