dgrid Questions
1
I am trying to create custom Store, which should use WebSocket or REST (in case of WebSocket failure).
Code file rachet-store.js
It works almost perfectly. It works without problems with the REST...
Opalopalesce asked 22/7, 2016 at 10:15
3
Solved
How is it possible to make a dGrid instance take up 100% of the height of its container? I can use CSS to make the ".dgrid" classed div a specific height but when I set it to 100% it doesn't displa...
1
Solved
I have a block like this:
<div class="container">
<div class="someStuff">Some stuff of unknown height</div>
<div class="myDGrid" data-dojo-attach-point="dgrid"></div&...
2
Solved
I'm relatively new to dojo and have seen how datagrid offers a dynamic filtering capability that reduces the visible rows based on what you type into a filter text input. I have not found any examp...
1
How can I change the default behavior of grid.js::_setSort() in order to correctly display the sort criteria (up/down arrow) in the header of all the columns involved in a sort? Currently, _setSort...
1
I have created a grid in dgrid that is connected to JsonRest store. This loads data from pyramid backend. I have also added DnD extension to the store. The DnD works, however I don't know how to ma...
Sometime asked 10/2, 2013 at 10:54
1
For our new project, we have started using Zend Framework 2 and Dojo 1.8. ZF2 has a completely rewritten form module, which now features the new CollectionElement for one-to-many relationships. Reg...
Rowenarowland asked 23/9, 2012 at 10:43
1
Solved
Our company moved from dojox/DataGrid to dgrid some time back. Now we are finding out, dgrid doesn't seem to support dijit/dojox widgets out of the box.
dojox/DataGrid has a formatter() that can r...
Chlorobenzene asked 18/11, 2012 at 20:18
2
I have a dgrid within a BorderContainer with "liveSplitters" enabled (using Dojo 1.8). The dgrid comes up nicely, but when I move the splitter between the left column and the "leading" column (that...
Stauffer asked 17/11, 2012 at 5:20
1
Is it possible to create a dgrid query that will search for a regex string on more than one column? Usually the syntax specifies {column1: "foo", column2: "foo"} but that will look for rows where b...
1
© 2022 - 2024 — McMap. All rights reserved.