Custom Query (18300 matches)
Results (187 - 189 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5028 | wontfix | Add a print method | ||
Description |
It would be very nice to have a print method for the grid widget. Imagine the following situation: You have two or even more grids on one page and you would like to print just one of them on click so that it fits the whole paper. Of course you can solve this differently, but I think something like myGridObject.print(); would be wonderful! At least it may be nice for all of the widgets. But I just need it for the grid. |
|||
#5032 | wontfix | Cannot change dojox.grid.data.Objects objects on the fly | ||
Description |
After a dojox.grid.data.Objects has been instantiated and used by a grid, you can no longer change the underlying objects to add more properties. I'm attaching a test case which contains two grids that change the underlying objects in the model, one by using model.setData() and one by instantiating a whole new model and using grid.setModel(). Both fail. |
|||
#5036 | fixed | BiDi Grid mouseover problem in IE | ||
Description |
e.g. in the referenced video, if I first choose cell '9.33', it is very difficult to choose cell 'new' in the same row, as Grid always try to focus cell '9.33'. |