Opened 10 years ago
Closed 9 years ago
#16258 closed defect (patchwelcome)
Dojo EnhancedGrid Pagination issue
Reported by: | sureshbabuc | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We are using the dojo 1.6.1 version Enhanced grid with pagination.We are facing the problem with the radio buttons. If we select the radio button in the first page and move to the second page and select the another radio button, obviously the radio button selected in the first page should get deselected.But the radio button remain selected in the first page.
Below is the snippet we are using to create the Enhanced grid.
var plugin = {indirectSelection: true,pagination: {
description: true, sizeSwitch: false, pageStepper: true, gotoButton: false, itemTitle:, position: "both", maxPageStep:3 };
var EhGrid? = new dojox.grid.EnhancedGrid?({
id: 'myGrid', rowsPerPage: 3,
width:"350px", autoHeight:true, structure: SubLayout?, plugins:plugin, selectionMode :'single', keepSelection:true,
},document.createElement('div'));
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.