dojox

dojox - Datagrid with Checkbox -> onSet / trigger save JsonRestStore

Hi all, i have a datagrid (created programmatically) wich is connected to an JsonRestStore. In that Grid there are some columns rendered as checkboxes (type:dojox.grid.cells.Bool) Everything works fine, displaying Data and so on. To be able to edit inline, i connected the onApplyEdit to store.save. The Problem is, that the change of the...

dojox - Datangrid with jsonRestStore - Delete button

Hi, i have a dojox.grid.datagrid connected to an dojox.data.jsonreststore. everything works fine, but i cant get the delete-button to work: i have a formatter-function: function getDelete(item) { var url = "if (confirm('Sind Sie sicher, das der Eintrag gelöscht werden soll? Diese Aktion kann nicht Rückgängig gemacht werden!')) { s...

dojox.grid.DataGrid - Maintaining row selection when sorting and paging

I am using a dojox.grid.DataGrid to display data and allow the user to select one or more rows to highlight items to do other actions to. My problem is that the grid uses indexes to remember the selected rows. If I have turned clientSort on, sorting the rows makes the rows change order but the selection changes to the rows that now occ...

How to enable Multiple Selection on dojox TreeGrid ?

Hi I am looking for TreeGrid which enables multiple Selection using CheckBoxes. I saw the Dojox TreeGrid looks promising but lacks the Multiple Selection capabilities. I saw a Tree with checkboxes at: http://www.thejekels.com/dojo/Dijit_Tree_Chkbox.html But I haven't figure out is there easy way to enable the same on TreeGrid ? thx tsema...