Login Register

Grid

Expandable grid with many levels of subgrids

Hi !!
I need an expandable grid where it is possible to navigate through multiple levels.
The one provided in the example test_subgrid seems to be able to show just a level of subgrid and it seems to be very hard to extend this example so that to be able to handle multiple levels of subgrids (I mean that a subgrid can have other subgrids and these ones other subgrids as children).

Can anyone help me?

Thanks,

Davide

Dojo Grid on JavaWorld

Hi!

I've written an article for JavaWorld that discusses Dojo.Grid component appliance:
http://www.javaworld.com/javaworld/jw-05-2008/jw-05-spreadsheets.html

It is used to produce a GoogleSpreadsheets-like application.
I would like to get any feedback on the way I modified the default Grid behavior.
I used an AOP-like approach to modify the way Grid reacts on cell content changes and the way the left column (grid.views.views[0]) is rendered.

Thanks!

Delete row from grid when using QueryReadStore?

Hi,

I'm trying to figure out how to delete a row from a grid with a QueryReadStore backend. Basically I just want to make the row disappear. I'll do an Xhr in the background to update my server...

I tried grid.removeSelectedRows, but I get this error:
TypeError: this.store.deleteItem is not a function

Any ideas?

Thanks!

Dojox Grid problem this._arrayOfTopLevelItems has no properties

Hi to all, I'm pretty new to Dojo and I'm experiencing some problems with grids. I need to show data caught from a DB which sends them in JSON format. It's an array containing a number in the first position, and arrays again in the other positions; client side I just group the arrays in bigger ones through some criteria. Each group represents a data store for a single grid.
My problem is that grids show only question marks, instead of data. Through FireBug I had the following error description:

"this._arrayOfTopLevelItems has no properties"
"TypeError"

Sparse data bug

The Grid/DojoData pair do not handle sparse data properly. Say you design a view defining columns for 10 fields. Now give the Grid a DojoData whose ItemFileReadStore(say) delivers sparse data: on each row, only some fields are populated. Some rows have 2 elements, some 10, some 7.

Unfortunately there's no way to tell the DojoData class the fields you defined in your view. DojoData uses the fields it finds in the first row to build a map of fields.

Do I have to wait till Grid goes to Dijit

Hi,

I read some articles, speacially with regards to the Grids, model and data.

Looks like there will be further enhancements with regard to that,

Grid looks promising with all the inline editing and virtual scrolling features, at the same time we can see some bugs also associated with those.

What is the advice from you all for us to make this to the production env.

Should I wait till it moves to dijit and becomes more stable

Thanks

Is this production ready

Hi,

We are trying out samples of Grid, more we try more it looks interesting, We also got previous filtering table implementation based on dojo 0.4 running on production as well.

We would like to proceed with the dojox.grid but because the fact it is still under dojox branch, we have doubts in mind,

Can I know, whether dojox.grid is production ready and are people using it in the production environments.

Are there any perfermonce issues, and finally is there any plan to move into the digit project.

Hope some would give us the status

Thanks

Documentation for the grid samples

Hi,

I downloaded the dojo 1.1 and got the grid samples working,

When I go to the

../../js/dojo-release-1.1.0/dojox/grid/tests

folder I can see lot of grid samples,

What I want to know is, is there any documentation around to explain each sample interms of what each does,

Thanks

problems using editors with a sorted grid

I've been working on using the Dojo grid for display and editing of values from a database. Thanks to these forums, I've gotten things working fairly well over the past several months.

Today, though, I attempted to use dojox.grid.editors.Bool as the editor for one of my columns. This works great when the grid is originally loaded unsorted. I can check and uncheck boxes on various rows just like I want to.

After the user sorts the grid, however, by clicking on one of the column headings, a very strange behavior develops: clicking checkboxes often causes TWO checkboxes to change state, the clicked checkbox and another one.

How to interact with the server using the dojo grid 1.1

Hi,

Is there any sample in the dojo 1.1 download source for me to interact with a server component
with a dojo Grid,

My primary objective is How to invoke a server side component (servlet or struts Action class) and get the data and populate the grid, there after to do the crud operations via the grid

Syndicate content