dataGrid.addCssRule("#" + dataGrid.id, "width: " + newsize + "px");
require([ "dojo/ready","dojo/parser"], function (ready, parser){ // Other Code parser.parse(); ready(function (){ // dataStore = new Memory ({data}); yourGrid.set("store", dataStore ); yourGrid.startup(); // Other Code }); });
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.