Questions tagged [dgrid]

dgrid is a component for creating lists and grids based on the Dojo Toolkit. dgrid is a completely portable AMD package designed to be lightweight, CSS-centric, easily extensible and mobile-ready. It's released under the same open-source license and CLA as the Dojo Toolkit (BSD/AFLv2).

dgrid is a component for creating lists and grids based on the Dojo Toolkit. dgrid is a completely portable AMD package in the Dojo Foundation package repository designed to be lightweight, CSS-centric, easily extensible and mobile-ready. It's released under the same open-source license and CLA as the Dojo Toolkit (BSD/AFLv2).

Features:

  • Keyboard navigation & ARIA role support for accessibility
  • i18n support
  • Asynchronous data retrieval & row rendering
  • Row & column drag’n'drop
  • jQuery ThemeRoller theme support
  • Native support for dojo/store (0.3 and earlier) or dstore (0.4 and later)
  • Automatic updates with Observable / Trackable stores
  • Inline cell editors, including support for Dijit form widgets as editors
  • Unlimited-depth tree support
  • Support for multiple independent column sets
  • Support for records rendered to multiple sub-rows
  • Support for custom formatting functions for cell contents
  • A complete row selection engine, including multi-row and indirect (checkbox-based) selection
  • ColumnHider: Shows and hides columns via a simple menu
  • ColumnReorder: Reorders columns in simple layouts using drag’n'drop
  • CompoundColumns: Allows spanning column headers
  • DijitRegistry: Enables integration with the Dijit registry and Dijit layout widgets
  • Virtual & traditional paging options via OnDemandGrid and Pagination

(The above information was distilled from the beta and 0.4 SitePen blog posts and the feature comparison on dgrid.io)

Useful links:

356 questions
0
votes
1 answer

Running dojo dgrid : subrows is undefined

I have tried implementing a class for a grid layout using dgrid (using their sample), but I get this error when loading my grid (subRows is undefined). My code looks something like this: define([ "dojo/_base/declare", "dojo/_base/lang", …
fneron
  • 1,057
  • 3
  • 15
  • 39
0
votes
2 answers

Dgrid: ColumnHider plugin's 'hidden' property not taking effect

I have a column with with both 'hidden' & 'unhidable' set to true. However, the column does not hide....upon doing some testing, I found that it hides only when unhidable is set to false. i.e., hidden: true, unhidable: true doesn't work hidden:…
Saurabh
  • 451
  • 2
  • 4
  • 18
0
votes
1 answer

How to replace widgetArgs with editorArgs in Editor dgrid

In dgrid 0.3 widgetArgs is replaced with editorArgs which can't be specified as function any more. I need to show options in combobox by querying at runtime from server. When editor gets created at that time I don't have options available. Earlier I…
0
votes
1 answer

Using Dojo dgrid with selector column plugin without a store?

Is it possible to use a Dojo dgrid widget backed by an array (as opposed to a datastore) with checkboxes to select rows? I successfully started with a basic array-backed dgrid, then added the Selection mixin to enable row selection. So now I have a…
Leftium
  • 16,497
  • 6
  • 64
  • 99
0
votes
1 answer

connecting dgrid with a dialog

Hi this is the cod of my dGrid html:
MozenRath
  • 9,652
  • 13
  • 61
  • 104
-1
votes
2 answers

how can i get query parameters? for the below given url

http://localhost:8080/RestPOC/rest/emp/users?limit(30,780) how can i get limit parameters in queryparam???
Mangeshsn
  • 1
  • 2
-1
votes
2 answers

Django - Dojo/Dgrid - how to manage LARGE data sets

6.30.15 - HOW CAN I MAKE THIS QUESTION BETTER AND MORE HELPFUL TO OTHERS? FEEDBACK WOULD BE HELPFUL. THANKS! I am developing a web application that will handle/manage a VERY LARGE data set - Currently any kind of heavy load causes the browser to…
Johnson
  • 83
  • 12
-1
votes
1 answer

Dgrid - Firefox breaks while trying to load large data set in dgrid

6.30.15 - HOW CAN I MAKE THIS QUESTION BETTER AND MORE HELPFUL TO OTHERS? FEEDBACK WOULD BE HELPFUL. THANKS! I have a dgrid connected to a store with a very large data set. (Currently over 137,000 rows). I expect there to be a delay. When I first…
Johnson
  • 83
  • 12
-1
votes
2 answers

Dgrid and Django Rest Framework (JsonRest)

6.30.15 - HOW CAN I MAKE THIS QUESTION BETTER AND MORE HELPFUL TO OTHERS? FEEDBACK WOULD BE HELPFUL. THANKS! I am creating an ondemand grid using dojo's dgrid. I am having trouble connecting to the store. I can get the column headers to display but…
Johnson
  • 83
  • 12
-1
votes
2 answers

Add row to start of Dgrid instead of end using Rest call

As you know, dgrid 0.4 now uses the dstore package instead of dojo's store. Using the Rest.js in dstore, I simply want to add a new row to the dgrid using a rest call. This works fine. However, it adds the row at the end (as the last row) of the…
user64141
  • 5,141
  • 4
  • 37
  • 34
-1
votes
1 answer

A dgrid row disappears when sorting

I've implemented the dgrid. It's really neat. However when I click on the row header to sort, all but one row disappears. I'm going nuts trying to figure out why.... Let's give this a go. DGrid, it's a dojo based data grid, see…
Dazxa
  • 41
  • 6
1 2 3
23
24