0
votes
0answers
11 views

Grid Events not working for dojo grid created dynamically

my requirement was to create a dojo grid dynamically and call a function on RowClick of a cell in the dojo Grid. But the function is not getting called. The grid is getting created successfully but ...
0
votes
1answer
16 views

Dojo datagrid with additional data

I want to create a dojo datagrid which has, in addition to all the fields in the datastore, a column that I want to populate manually. What's the best way to do this?
1
vote
2answers
18 views

Dojo EnhancedGrid Row space height and word wrap

I love the dojo enhancedgrid, but am having a few issues: What I am trying to accomplish: I have a description column in my grid that can range from 10 characters up to 300 characters long. I ...
0
votes
1answer
25 views

Javascript error while adding a row to a dojo datagrid

I am getting a javascript error newItem() was not passed an identity for the new item. while i am adding a new row to a dojo datagrid.When does this error occur and for what reasons? Please guide. ...
0
votes
1answer
17 views

adding tooltip to datagrid headers in dojo

I have a dojo datagrid which is poulated dynamically. I want to add tooltip to table headers of this datagrid. How can i do that?My datagrid simply has the structure of table and table headers. the ...
0
votes
0answers
21 views

Dojo DataGrid not displaying in TabContainer on iPad

I have a TabContainer containing 5 ContentPanes. The first ContentPane contains a DataGrid. This displays connectly on IE, Firefox, Chrome and Safari on Windows, but it will not display in Safari on ...
0
votes
0answers
29 views

Multiple rendering on datagrid when display on content pane

I am newbie to this dojo thing. The problem I am facing is that the datagrid render twice after it display on the dojox.layout.ContentPane. Anyone know what is the problem? Here is my code. ...
0
votes
1answer
40 views

Dojo datagrid: sort by first value in cell layout

I have used a formatter to add some html (a link, a break and a span) on or around different values. The issue now is that the column does not sort. I think it is because every cell in the column ...
0
votes
0answers
18 views

How to use a dojo datagrid filter to query numeric values

I want to use the dojo datagrid filter method to display all rows that have a value for the MEASURE column greater than 5. How would I specify the JSON for the query filter?
0
votes
0answers
56 views

Dojo datagrid in dialog causes parse error on load

I am trying to use a dojo datagrid in a dojo dialog and I get the following dojo/parse error when trying to load the page. dojo/parser::parse() error (new TypeError("d(...) is undefined", ...
0
votes
0answers
24 views

Downloading Dojo Grid Content in various formats

I want to export/download the Dojo Data Grid content, which I have connected to a HTML Table Store [called by onClick event of a button] in various formats such as text,html,excel,pdf. Could someone ...
0
votes
2answers
120 views

Get column index in onresizecolumn of declarative dojox.grid.datagrid

In a declarative dojox.grid.datagrid, am using onresizecolumn in table tag. onresizecolumn="columnResize(this.id,this.cellIdx)" onresizecolumn calls a function. on resizing particular column ...
0
votes
1answer
114 views

Declarative dojox.grid.datagrid's header has onclick event?

Is it possible to have onclick in dojox.grid.datagrid's header. I tried calling a function in header's onclick.. but it doesn't work. <div class="claro" id="cvsd" name="dataGrid" ...
0
votes
1answer
96 views

How to add a image to dojo datagrid cell

I can add a image to dojo datagrid cell by adding a class to the cell,but when I double click the cell the images of row that I clicked are lost,so is there a another way to add a image that not being ...
0
votes
1answer
374 views

Set dojox.grid.datagrid header column width dynamically

I have a declarative dojox.grid.datagrid with initial header column width. And i have a textbox. my need is In UI, if user enters any value to textbox, that value should be set as the dynamic width ...
0
votes
1answer
60 views

Avoid adjusting dojox.grid.datagrid header width

Below is my declarative dojox.grid.datagrid. I want to avoid re-sizing the column's width. In the UI am able to do column re-sizing. how to avoid it <div class="claro" id="customer" ...
1
vote
1answer
136 views

How to pass a whole dojox.grid.DataGrid store(items json data) to servlet?

I have a button on page - when clicked, it passes all the data to the servlet that could update each row data. My question is how to pass the whole store to the servlet as json data? Is there any ...
0
votes
2answers
103 views

Dojo DataGrid: Doesnot sort images in a column

I have written a code for dojo datagrid column which contains images. Code: formatter: function(cellValue, rowIndex){ if(data.items[rowIndex].status == "COMPLETED"){ return "<img ...
0
votes
1answer
62 views

Datagrid events not working inside a titlepane

I am new to Dojo and trying to create Datagrid that can be expanded on click. So, I have decided to put the datagrid inside a titlepane, so that the datagrid can be shown on expanding titlepane. ...
1
vote
0answers
89 views

Dojo Datagrid keep scrolling up on Chrome

How do I fix this issue where whenever there is a vertical scrollbar on the datagrid and I scroll down, it magically scrolls up automatically till the top. This happens in Chrome but theres no problem ...
0
votes
0answers
51 views

tree grid with data grid as Child

When I research on Tree grid,Tree grids will have child elements as per dojo toolkit. I am giving input to treegrid in json format . Moreover, I want to have a new datagrid as child on clicking (+) ...
0
votes
0answers
32 views

dojo parser issue on android app:not able to load DOJO DataGrid when genrated as an app to android

Dojo DataGrid works fine on PC browser but when run as a android app grid will not appear.
0
votes
0answers
57 views

How do I get raw JSON string of all items from a dojo datastore that use a URL to get data

So I use a datastore to populate my dojo datagrid store = new ItemFileWriteStore({ url: "/htest/service/admin/util/data/messages.json" }); structure is defined also in a var called layout ...
0
votes
0answers
142 views

Update Gridx with JsonStore, on event?

I am new to Web UI, Dojo, Java etc. If you are referring any advance topic please give some reading reference. It will help. Context: I have Gridx design using JsonStore, which takes a target + id ...
1
vote
0answers
123 views

Dojo Datagrid with editable DateTextBox get inconsistent default value

I have a datagrid with a column of type date. It is editable using dijit's DateTextBox. The problem is when it gets instantiated, it takes the value as actual value -1day. I have a jsfiddle ...
1
vote
1answer
266 views

multiple dojo DataGrid on same page not working

I have a requirement to display three dojo Datagrid in same page. Each data grid will use its own data stores to display the data. I use JsonRestStore to query my REST service to display in the grid. ...
0
votes
0answers
60 views

How to tab out of the dojo datagrid?

I am trying to set the tabindex for some buttons and a datagrid. But after it tab into the datagrid, I can not tab out from the datagrid and tab into the next button. <button ...
1
vote
0answers
81 views

In dojo datagrid on rowclick , how to get the next row in HTML

Hi I have a dojo Data Grid, which is built from ItemReadStore. OnClick of the first column, I have to hide or show the next 3 rows. I have to the current selected row using this code: ...
0
votes
0answers
101 views

Filtering dojo grid with search bar

I have a dojo grid populated using a JSONRest Store. I have a search bar on the top and I need a way to filter the grid as the user types into the search bar. Would this be something I would have to ...
0
votes
0answers
33 views

dojoGrid on iPhone

dojo 1.8 dojox.datagrid we have a small UI component based on dataGrid. when selecting a row (doubleclick) a new tab is opened. this works well on all majore browsers but not on iPhone/iPad. we ...
0
votes
2answers
293 views

creating dojo datagrid programmatically “sorry an error occured”

I am trying to create a Dojo dojox.grid.DataGrid programmatically. It is getting created but does not show the output, instead it shows an error with the message: "Sorry, an error occurred" Here is ...
0
votes
0answers
67 views

How do i get to the table header = “1”

In this example: function onRowClickHandler(evt){ var clickedTaxLotId = grid.getItem(evt.rowIndex).PARCELID; var selectedTaxLot; dojo.forEach(map.graphics.graphics,function(graphic){ ...
0
votes
1answer
90 views

Dojo DataGrid and CsvStore

I'm using Dojo 1.7 and I have a problem with the dojox/grid/DataGrid and dojox/data/CsvStore. I want to create a dojo DataGrid that responds to text input from the user. The user would type in ...
3
votes
1answer
1k views

Widgets inside dojo dgrid

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 ...
1
vote
1answer
169 views

CSS height element ignored

I have two DataGrid tables that I want to make 200px tall but something is overriding the height in my css. Currently the tables are two completely different sizes when displayed. Tables: <table ...
0
votes
0answers
81 views

Editable option does not work for dojo datagrid in v1.4.3

I have definied datagrid as below. When I double click on the name, I expect it to turn to editable. But it does neither change to edit mode nor shows select/inline edit textbox. I tried with and ...
0
votes
2answers
269 views

Refresh the displayed data from a Dojo Grid

I have a Dojo Grid. Every row has a link to the formular, where the data can be changed. Now, when I click save and close (in the form) I want the grid to reload the displayed data. So far, I've ...
0
votes
0answers
92 views

Dojo Datagrid: Set a single row or cell to be editable

I have a DOJO datagrid up an running! I need to set a row to "editable: false". In my layout object I set all cells to "editable: true". Now, I have to set some rows to be non-editable, since they ...
0
votes
1answer
677 views

DOJO Datagrid remove row via button

I have a DOJO Datagrid up and running. It is based on an itemFileWriteStore. Through a formatter-function I added a button including a OnClick-Function to Get the the attribute "work_id" (it is in ...
0
votes
1answer
108 views

How to perform a simple search on Dojo DataGrid

For a project, I had to swictch from DataTable jquery plugin to Dojo. Dojo is great and everything works fine ! But, I miss the dataTable's simple search form (http://datatables.net/). I know that ...
1
vote
1answer
312 views

Dojo Datagrid “Sorry Error Occured” Issue

My WCF service returns {"Success":true,"Errors":null,"ActivityTypes":[{"id":1,"label":"Input"},{"id":2,"label":"Processing"},{"id":3,"label":"Exception Handling"},{"id":4,"label":"Quality ...
0
votes
1answer
454 views

DOJO 1.8. FilteringSelect in DataGrid fed by FileItemReadStore is not working

I'm struggeling with DOJO 1.8 and Datagrid. I would like to put a filteringSelect into a Datagrid cell. The widget should be fed by a Store. The store is fed by an AJAX request and works find. Also ...
0
votes
1answer
165 views

dojox enhancedGrid override canEdit function

Im trying to override canEdit(inCell, inRowIndex) and to set disabled fields like canEdit(3, 0); so the row 0 and cell 3 is no longer editable. I using dojo 1.8. I have a problem that either it ...
1
vote
1answer
184 views

dojo enchancedGrid dynamacally set editable false on specific cell doesnt make a change

I have my datagrid which I take the actuall row I click on and then loop it through, I get the values I want and change editable true to false. I found this render() function that I could not get to ...
0
votes
1answer
159 views

dojox.grid.enchancegrid delete row, rows deletet from server but not from grid

I have my enchancegrid named unitsGrid thats working properly. I can add rows and delete rows, but when I delete rows I get some problem that I cant figure out so rows doesnt disapear from my ...
1
vote
0answers
144 views

dojox.grid.enchancegrid editable fields force save

I have a enhancegrid which fields are editable. Some fields will be changed manually while others will change dynamically. The thing is that I would not want to store values ​​onApplyEdit, I want to ...
2
votes
0answers
108 views

Change default behavior of the Dojo DnD plugin on EnhancedGrid

I'm using Dojo 1.8 for an application I'm working on and I'm trying to create a file browser of sorts (à la Dropbox). I'm using an EnhancedGrid to display the list of files and directories, along ...
0
votes
3answers
674 views

Dynamically control edit mode of dojo DataGrid column

I just started using dojo and just started to play around with it. Basically what I want do is that I have a table which has 2 columns A and B. The cells in Column B will either be locked or editable ...
5
votes
0answers
310 views

Custom column sorting in Dojo Datagrid programmatically

I have created a dojox.grid.datagrid programmatically and I need custom sorting on the columns. For this I tried using ItemFileWriteStore.comparatorMap['field'] = comparatorFunc. But my comparator ...
1
vote
1answer
172 views

Consume WCF crossdomain using JSONP to store in datagrid and view data dojo?

I can't find this anywhere and i don't know why the cross domain REST request is not solved by dojo. anyways here is the problem: I am implementing dojo data-grid, and i am trying to get the data for ...

1 2 3 4