I have a datagrid that can be displayed in non-bidi mode. In bidi mode (AR
locale), the data area is blank like shown in the image. In FF or IE
debugger, I can see the dom node for each cell in the first row has data
(some text). Does anyone know why the data isn't showing? What should I be
looking for? The first column is a checkbox and that did not show up
either. Thanks for your help.
Joanne
http://dojo-toolkit.33424.n3.nabble.com/file/n1808855/grid.bmp
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Datagrid-1-4-3-bidi-tp1808855p1808855.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://docs.dojocampus.org
Dojo-i...@mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
I found the problem. The Grid.css has the following style:
.dojoxGridRow {
position: relative;
width: 9000em;
}
When I change the width attribute to 100%, I see my data. I'm not sure why
this does not cause a problem in non-bidi mode. Will this be fixed in Dojo
in the future?
Thanks,
Joanne
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Datagrid-1-4-3-bidi-tp1808855p1822605.html
and related code changes are:
- http://bugs.dojotoolkit.org/changeset/22353
- http://trac.dojotoolkit.org/changeset/22354
- Evan
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Datagrid-1-4-3-bidi-tp1808855p1869854.html