dojo - Empty grid is not appearing using commons.form.AjaxGrid -
this sample program.
please tell me, why empty grid not appearing?
<html> <head> <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit/themes/claro/claro.css"/> <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js" djconfig="parseonload: true"> </script> <script> dojo.require("dijit.form.form"); dojo.require("dijit.form.datetextbox"); dojo.require("dijit.form.validationtextbox"); dojo.require("commons.form.ajaxgrid"); </script> </head> <body class="claro"> <input dojotype="commons.form.ajaxgrid" id="mygrid" columns="name,creation "/> </body> </html>
Comments
Post a Comment