Hi,
i have a strange Problem, iam trying to add an Grid as own widget : iam using the following code
dojo.provide("myWidgets.ShopShow");
dojo.require("dijit._Widget");
dojo.require("dijit._Templated");
dojo.require("dojo.data.ItemFileReadStore");
dojo.require("dojox.grid.DataGrid");
dojo.require("dijit.layout.ContentPane")
dojo.require("dijit.layout.LayoutContainer");
dojo.declare(
"myWidgets.ShopShow",
[dijit._Widget, dijit._Templated],
{
widgetsInTemplate: true,
templatePath: dojo.moduleUrl("myWidgets", "templates/shopshow.html"),
