Data Grid module of Dojo Toolkit (a JavaScript toolkit).
Questions tagged [dojox.grid]
244 questions
1
vote
1 answer
Dojo tabContainer doesn't show Dojo controls properly
I'm trying to write a complex application using Dojo toolkit,
The main screen contains: left main menu which is Dojo accordion, top strip and main page which is tabContainer that opened a new tab every hit on left menu,
I try to show in the new tab…

Shlomi Elbaz
- 59
- 1
- 5
1
vote
0 answers
Error: assertion failed in ItemFileWriteStore
I am using dojo.data.ItemFileWriteStore as store for the grid.
when I tried to add the data to store using store.newItem() method,
I am getting the below error.
" Error: assertion failed in ItemFileWriteStore ".
Can any one help me why I…

kamesh
- 77
- 1
- 10
1
vote
1 answer
How to get column index from column name in dojo Enhanced grid?
How can i get the column index from the column name in the dojo enhanced grid ????
Any help would be appreciated

Vikram
- 51
- 1
- 6
1
vote
1 answer
How to get row id with Dojo dataGrid
I'm using dojo dataGrid, and i need to get the row id.
When i use the "rowIndex" event, i get the "id" of the row, but, if i sort the grid, the data keeps another value in the row "id".
Can someone tell me how to solve this problem ? Thanks

afdesigns
- 77
- 2
- 7
1
vote
1 answer
How to add icons to Dojo grid header?
How can i add icon to dojo grid header. I tried setting the headerClasses with appropriate css class but dint work.
sample css class i used
.sample{
background : url ('______') no-repeat right top;
}
this never worked for me.
Any help would be…

Vikram
- 51
- 1
- 6
1
vote
2 answers
How to Update dojo grid using json object?
Can some one pls tell me how to update data grid using a json object. My data grid is created as beleow.
var grid4 = new dojox.grid.DataGrid({
query : {
number: '*'
},
…

nath
- 2,848
- 12
- 45
- 75
1
vote
1 answer
How I disable highlighting a row in DojoGrid on mouseover (preferably using WaveMaker)
I can for instance hide the header row of a DojoGrid in WaveMaker by doing the following:
body.tundra .Main .wmlayout .Main-clubsDojoGrid .dojoxGridHeader{
display: none;
}
Is there something similar I can do to stop a row being highlighted…

gordon613
- 2,770
- 12
- 52
- 81
1
vote
1 answer
Changing the sequence
I am trying to upload a file into my amazon account using the dojo.io.send.However, it's failing to do so .
This is error which i get to see when i run through the firebug.
Bucket POST must contain a…
InvalidArgument

djthe
- 11
- 2
1
vote
1 answer
Data sorting in a dojox.grid.EnhancedGrid
First of all, thank you a lot for what you are doing here. That is very nice.
I am developing a web application with Dojo, and I am facing a problem with ordering my rows in a dojox.grid.EnhancedGrid.
Let's say i have a product with product status,…

storm_buster
- 7,362
- 18
- 53
- 75
1
vote
2 answers
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 am using is 1.6
this is my table
…