Login Register

dojox.grid.DataGrid

If dojo.data.ItemFileReadStore's item has a attribute which is a object, can it used for dojox.grid.DataGrid?

My code is below:

<span dojoType="dojo.data.ItemFileReadStore"
      url="<s:url value="/secure/library/book/ajxOverdueList.htm" />"
      jsId="bkOveStore"></span>
       
<table dojoType="dojox.grid.DataGrid"
       clientSort="
true"
       style="
width: 100%;height: 90%"
       jsId="
bkOveGrid"
       store="
bkOveStore"
       structure="
customerPackage.widgets.admin.book.listOverdueGrid.structure"></table>

And the underneath json data of the data store is below, notice that the account attribute of the item is a object:

{
"beginScope":0,

has anyone got dojox.grid.DataGrid with dojo.data.QueryReadStore working with client paging?

I really looking for client / server paging sample to get my grid working with query-read store.

Any help!

Thanks
Ravi M

dijit.form.CurrencyTextBox column in the grid is editable for one and only one row in IE

I got a editable grid. I have dojox.grid.cells.ComboBox, dojox.grid.cells.DateTextBox, dojox.grid.cells.CheckBox and also dijit.form.CurrencyTextBox as in the demo http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test...

This one looks like a defect and to my surprise the test link has the same issue with IE 6.0.

Scenario:
Open IE and got the above test url above.
We are interested on the column - 'Amount'. Try changing the value of any row.
Now pick another row and try changing the value - the focus is gone and it will not edit anymore......

Syndicate content