Questions tagged [dojox.grid]

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

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. InvalidArgument Bucket POST must contain a…
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 …
Alexander
  • 277
  • 1
  • 6
  • 17
1
vote
3 answers

How to refilter a dojo DataGrid?

I have a DataGrid that I already filtered using grid.filter(query, rerender). If I add another item, after calling save() I see the new item in the grid even though it shouldn't display because of the filter. I'm thinking "ok, I'll just filter it…
pgmura
  • 708
  • 5
  • 16
1
vote
0 answers

dojo Datagrid filter select that allows user to select from a list of values in the column

I m using dojo datagrid which contains 2 columns "name" and "age" , the requirement is to provide the filtering option on the "name" column in the datagrid. so that user can search and select his/her name from the list of values ,by clicking on…
1
vote
0 answers

How to use Dojo dgrid in jsp table?

I am trying to implement dojo dgrid in my existing jsp table. I tried the example give here, and it works, but the issue is I am using a table, and I want to generate my JSON data in a way that it stores in , so it's properly aligned. I also checked…
user2798227
  • 853
  • 1
  • 16
  • 31
1
vote
2 answers

How to hide dojox grid selected row dashed borders

This is dojox.grid.EnhancedGrid. How can I hide the green dashed-square (around the check box) showing that this item is presently selected by keyboard, usually used for keyboard navigation? The image is taken from:…
Yellowcake
  • 116
  • 3
  • 9
1
vote
1 answer

dojo grid: naviagion

I am exploring dojo grid, and could not find a good example of how to handle navigation by clicking on the row. There is a simple grid example here How to extend the code with the following requirement handle doubleclick event on row items read…
bsr
  • 57,282
  • 86
  • 216
  • 316