Skip to main content

Questions tagged [dojox.grid]

Data Grid module of Dojo Toolkit (a JavaScript toolkit).

dojox.grid
0 votes
1 answer
79 views

dojox.grid.DataGrid sort order bug on mixed case strings?

I know Dojo is getting quite old now but we still have apps that are using it. One thing that was pointed out was the sort facility on the dojox.grid.DataGrid table of users. Our users table has grown ...
Jason's user avatar
  • 719
0 votes
1 answer
257 views

facing error while creating custom widget in Dojo, could not identify the reason for the error

I have created a custom widget for showing tooltip while u click on a icon. When i add this template of other widget I am getting " dojo/parser.js:900 dojo/parser::parse() error Error: Unable to ...
rougedeveloper's user avatar
0 votes
0 answers
155 views

how to edit the Dojo Grid Data

How can I edit the grid Data from the Grid table directly to Database with dojo. I cannot change the data to DB Directly with this. I'm Following the Tutorial from dojo site it self where it says use ...
Varun Verma's user avatar
0 votes
1 answer
251 views

How to clone a dojo (TypeScript) project from codesandbox to my server?

I need to migrate/clone a project that is in https://codesandbox.io/s/8zro6m4kj9 is a list in Dojo (I do not know the version), but it is a file with extension .ts (TypeScript). I tried to download ...
Carlos's user avatar
  • 201
1 vote
0 answers
392 views

dojo Datagrid filter select that allows user to select from a list of values in the column

I m using dojo datagrid which contains 2 columns "name" and "age" , the requirement is to provide the filtering option on the "name" column in the datagrid. so that user can search and select his/...
Balaji's user avatar
  • 35
0 votes
1 answer
203 views

DoJo Enhanced grid updating constraints dynamically is not working

I have a DoJo enhanced data grid with editable number text box with some default min & max constraints. I need to change the constraints once grid loaded completely. Please advise on same. below ...
Suresh Varma's user avatar
0 votes
1 answer
81 views

Is there any Dojo treegrid limits to avoid "Sorry, an error occurred" message appear?

I cannot find any info if there is any limitations for dojo treegrid JSON store. Here is my simple store. It works perfect but fails if it has thousands of items. So is there a limit for number of ...
John Glabb's user avatar
  • 1,561
9 votes
1 answer
523 views

How to make dojo treeGrid categorized by two columns?

I have a simple dojo treeGrid that is categorized just by first column. But how to make it categorized/collapsible by second as well? Note the treeGrid has totals shown in each category. Also, is ...
John Glabb's user avatar
  • 1,561
0 votes
1 answer
150 views

dojo toolkit - Enhanced Grid - can we have cell border?

Can I have cell borders (using dojo / js code without changing the css property - .dojoxGridCell) programmatically.
user1767599's user avatar
1 vote
0 answers
132 views

How to use Dojo dgrid in jsp table?

I am trying to implement dojo dgrid in my existing jsp table. I tried the example give here, and it works, but the issue is I am using a table, and I want to generate my JSON data in a way that it ...
user2798227's user avatar
0 votes
1 answer
205 views

Headers in column using dojo

Is there a way to bring headers in the column and on click of the header, the attributes associated with the header in a different column using Dojo? Thanks Kumar
Aditya Kumar's user avatar
0 votes
0 answers
128 views

dojo treeGrid aggregate not working after refreshing jsonStore

I have dojo treeGrid that shows totals for child items. Everything works fine. But if I replace/update store and refresh then aggregation doesn't work and all totals shown as NaN. What am I doing ...
John Glabb's user avatar
  • 1,561
0 votes
0 answers
134 views

How to filter dojo categorized treeGrid?

I have dojo treeGrid that works fine. It shows projects with cost categorized by year. Also it shows totals. But when I try to filter it by one of column it mess up the grid (breaks categories and ...
John Glabb's user avatar
  • 1,561
0 votes
1 answer
544 views

Set combobox in dojo datagrid cell depands on value type

Can anybody help me how to set Combobox in DataGrid (dojox/grid) cells programmatically for each cell in column separately? Structure parameter: cellType does its job, but all cells in column inherit ...
Jan Cvek's user avatar
0 votes
1 answer
710 views

Dojo EnhancedGrid: How can I make particular cell editable not the entire column

Lets say Grid has 10 rows and I want to make Cell (9th row of col2 field) editable. Could you please give me any solution for this? Here is my Grid var grid = new dojox.grid.EnhancedGrid({ store:...
Ajay Kumar's user avatar

15 30 50 per page
1
2 3 4 5
17