Top "Dojox.grid" questions

Data Grid module of Dojo Toolkit (a JavaScript toolkit).

How to refresh datagrid

I create dojox.grid.datagrid and I fill content from array like on example last example on page. During time, …

dojo dojox.grid dojox.grid.datagrid
dojox.enhancedGrid get Selected Row

How can I get the Selected Row Object of dojox.enhancedGrid ? I am using selectionMode: 'single' e.g. with Radio …

dojo dojox.grid dojox.grid.datagrid
How to get URL parameters with Dojo toolkit

I need know how can get a parameter from the URL. I mean if have page1.html?id=12345 I need …

url dojo dojox.grid
How do I change individual cell values in a Dojo datagrid

I have a dojo datagrid which cells I will like to change at will depending on changes in user choice. …

dojo dojox.grid dojox.grid.datagrid
Looking for Examples and Source of a working Dojo TreeGrid widget

Anyone know of some working examples with source of the dojox.grid.TreeGrid widget? The docs on DojoCampus don't have …

dojo dojox.grid
setSelected() in dojo DataGrid leaves previous selection active even for grid with selectionMode="single"

I have a dojox.grid.DataGrid where I want to select a row programmatically. I'm using setSelected() to do so …

dojo dojox.grid
Dojo: how to get row data in grid's context menu item handler?

I'm using Dojo 1.4. Given a dojox.grid.DataGrid in markup: <table jsId="grid1" dojoType="dojox.grid.DataGrid" structure="layout" …

dojo dojox.grid
dojox.grid.DataGrid: how to access data from a click event?

I'm using Dojo 1.5 (including dojox). I have a dojox.grid.DataGrid where each row represents a user. When I click …

dojo dojox.grid dojox.grid.datagrid
Widgets inside dojo dgrid

Our company moved from dojox/DataGrid to dgrid some time back. Now we are finding out, dgrid doesn't seem to …

datagrid dojo dojox.grid.datagrid dojox.grid dgrid
href cell in a data grid Dojo

i cant find how put a cell with an href in a dojo toolkit datagrid, the version od dojo that …

datagrid cell dojo dojox.grid