Opened 12 years ago
Closed 12 years ago
#8512 closed defect (fixed)
autorender attribute/property does not work
Reported by: | nirre | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have tride the 1.2.2 and 1.2.3 code bases and the following code does not seem to work:
<table id="daGrid" autoRender="false" jsId="daGrid" dojoType="dojox.grid.DataGrid" query="{ part_num: '*' }" store="jsonStore">
The grid still renders and fires a fetch() call.
It works however in the 1.2 DEMO build. In that build the same test code actually does not render the grid and does not fire a fetch().
I have tried a grid with a queryreadstore and ItemReadstore?.
I have also tried to do a custom build to see if that changed anything.
Some more info can be found at: [ http://www.dojotoolkit.org/forum/dojox-dojox/dojox-grid-support/autorender-feature-removed]
Regards Niclas
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
correction: the code that works is actually from the article: http://www.sitepen.com/blog/2008/07/14/dojo-12-grid/ http://www.sitepen.com/labs/code/grid/dojo_grid_1.2.tar.gz
I tied the 1.2.0 release and that does not work either.
Regards /Niclas