Questions tagged [dojox.grid.datagrid]

Grids are familiar in the client/server development world. Basically a grid is a kind of mini spreadsheet, commonly used to display details on master-detail forms. From HTML terms, a grid is a “super-table” with its own scrollable viewport.

Grids are familiar in the client/server development world. Basically a grid is a kind of mini spreadsheet, commonly used to display details on master-detail forms. From HTML terms, a grid is a “super-table” with its own scrollable viewport.

See: http://dojotoolkit.org/reference-guide/1.7/dojox/grid/DataGrid.html

360 questions
0
votes
1 answer

Insert a Loading Message in DataGrid

I'd like to show a loading message (Loading...) that shows while the datagrid is being populated. It would show when the search button is clicked and disappear when the grid results have populated. I've seen a few possible options including…
Craig
  • 229
  • 5
  • 20
0
votes
1 answer

GSP Access to Controller Results

I am using the Dojo plugin for Grails to populate a dojox.grid.DataGrid object. Right now my controller action associated with this grid renders the JSON that defines the grid contents. That works just fine as long as I predefine the columns in…
Jeff White
  • 43
  • 7
0
votes
1 answer

Displaying data in dojo grid

I have a hash map dataFields = {"element1":1,"element2":2,"element3":3} and I am trying to display the data in a dojo grid. However, when I set up my data store like: var data = { identifier: "element1", items: [] …
Core7s
  • 147
  • 4
  • 13
0
votes
0 answers

Dojox enhanced datagrid and spring mvc

How can I use the enhanced dojox grid in Spring MVC application? The org.springframework.js.resources jar file seems to have this dojo package. Can some one suggest links for this implementation?
Praveen
  • 41
  • 1
  • 6
0
votes
1 answer

id for buttons in datagrid

I have the following code for adding buttons in ever row of a DataGrid: structure: [ {field: 'msConstId', width: '0%', name: 'Milestone',hidden: true}, {field: 'edit', width: '8%', name: 'Edit',formatter: function(data, rowIndex) { …
0
votes
1 answer

how to place textbox in dojo grid?

I have a requirement where i need place textbox in the cell and enter the value and have to read the value on submitaction. I have tried writing the code like below... field : 'costCenter', name : "Cost Center", width : '180px', …
yarra
  • 43
  • 1
  • 6
0
votes
1 answer

dojo DataGrid is not getting next page when scrolling

Here is my code: