Skip to main content

Questions tagged [dojox.grid]

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

dojox.grid
0 votes
1 answer
351 views

Is there a method in dojo 1.6 to get the current page for dojox.grid.EnhancedGrid?

My first question, please be kind. I'm using the Enhanced Grid's pagination plugin and I cannot find how to get the handle on the current page. For example: I am on page 3 of 10 pages, i want to ...
Albert's user avatar
  • 13
0 votes
0 answers
138 views

my dojo grid is not accepting spaces in the input text

I have used dojo grid to display my table.I have a requirement that when I click on add a new row should be added .I am able to achieve it but the problem is in the newly added row am not able to move ...
Anusha Tata's user avatar
0 votes
1 answer
400 views

How to place a editable text box in grid using dojo

I am currently working on grids in dojo and my requirement is to have a editable text box in the data grid. I have tried using editable:true in the layout, but the text box appears only after i double ...
Arvind Raay's user avatar
0 votes
1 answer
398 views

regarding focus on row in enhanced grid

I want to focus on first cell of the newly created row in grid. Please suggest how can i make focus available on the newly added row in the grid on click of button. store.onNew = function( new_item )...
user222's user avatar
  • 597
1 vote
2 answers
939 views

updated value in grid is not shown at java spring controller

I have a enhanced grid, i want to edit the grid contents and once clicked on Update link, i have to pass newly typed values to the java spring controller where i have logic to save updated values in ...
user3684675's user avatar
0 votes
1 answer
1k views

Using Dojo Grid with a Memory store

I'm having some problems getting the Dojo Grid widget to work. The grid itself is added declaratively: <table data-dojo-type="dojox.grid.DataGrid" data-dojo-attach-point="relationshipsGrid">&...
Ted Nyberg's user avatar
  • 7,309
0 votes
2 answers
3k views

Hiding column of datagrid in DOJO

Hi I want to hide a column name in data grid and want to use it for some internal function so that user cannot see it. e.g. I want to hide roll number field please help me in doing it. I hope question ...
bhanuj's user avatar
  • 5
0 votes
1 answer
4k views

Error: Tried to register widget with id==class_level_grid but that id is already registered in DOJO

Hi I am getting a error while again selecting the drop down in DOJO <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> <!...
bhanuj's user avatar
  • 5
0 votes
1 answer
129 views

Getting Error While creating DOJOX enchanced grid programmatically

I am getting "Sorry, an error occurred". While rending a Enhanced grid which I have created. The JSON Object is set in the requestattribute "dataitems" which I am trying to render {"items":[{"prinId"...
Vivek Anand's user avatar
0 votes
1 answer
127 views

making grid rows do some event on clicking like opening any document say pdf in DOJO(JavaScript Based toolkit)

I want to perform click event on rows , Json data is coming from a servlet, which is contaainig data, roll number is the unique field through which I want to open a pdf document which is itself named ...
bhanuj's user avatar
  • 5
0 votes
1 answer
222 views

Transparent dijit.Dialog for Loader Image

I have Dojo Application in which on the left side there are some search Fields and on the right there is a grid which displays the result of search. I have implemented a Load Icon to display on the ...
user2721609's user avatar
0 votes
1 answer
91 views

Updating Dojo store data on client end

I have a data grid which is bound to a ItemFileReadStore. In my case, I have a "prioritize" column to shift the rows up-down as per user's selection. The prioritization order is stored in DB table. ...
A N's user avatar
  • 404
0 votes
0 answers
69 views

Defaultly focusing last column when applying alwaysEditing=true attribute in the Dojo Datagrid

I have number of columns to be in always edit mode so i am applying alwaysEditing=true for No of Columns the Pointer is always focusing the last column even if i select any other column in the Grid. ...
Rakesh Sabbani's user avatar
1 vote
2 answers
2k views

Dojo data grid filter for multiple columns

I want to filter all columns in the data grid based on or condition. For a single column(name) filter I tried below function and it's working properly. grid.filter( {name: "*" + value + "*" } ); ...
Swpno's user avatar
  • 183
1 vote
1 answer
3k views

dojo.data.ItemFileReadStore: Invalid item argument. while reloading data

I am facing a strange problem here. I have a Select box displaying Department field value. Onchange of the department option, I have to populate the grid. When the page loads first time, the onChange ...
A N's user avatar
  • 404

15 30 50 per page
1 2 3
4
5
17