I want to get the id's of the selected rows on server side, but there is no attribute 'name' for the input,
Happy new year,
unfortunately the precedent solution seem not work properly !
Have you an idea ?
Thanks
Hi,
finally I used the afterClear event.
All is fine now
Good evening
Thank's Tony.
I always have a problem.
There is a form with a grid, input fields and submit button to select the content of the grid.
Inside the grid there are select boxes to filter rows
On submit action, I use setPostDataItem to fix criteria with content of input fields and then trigger(“reloadGrid”). That's OK.
On loadComplete, the select boxes are filled with new values. That's ok
But if there was a filter selected before use submit, the select value is transmitted and I don't obtain the correct data.
If I try using clearSearch() before use setPostDataItem and trigger(“reloadGrid”),
Thanks Tony,
We find the way !
there is a hidden column in first position.
We just move it on last position.
Now index are the same in IE and FF.
I know the problem not have to with a cell edit, but it seem's very similar.
In the page, there is a data grid defined as this
|
1 |
$('#gridPlanning').jqGrid({<br />url: 'index.php?dzAction=1798&dateDeb=27/11/2008&dateFin=27/11/2008&rbtnRefHoraire=rbtnRefHoraireGMT'<br />,rowNum: 205<br />,rowList: [25,50,75,100]<br />,imgpath: 'DZ/Style/Gridview/basic/images'<br />,mtype: 'post'<br />,datatype: 'json'<br />,shrinkToFit: false<br />,loadComplete: setToolTips<br />,width: 850<br />,toolbar: [true,"top"]<br />,onCellSelect: loadActDetails, <br />colNames: ["D","D","Q"," "," Jour "," Date "," Activit |
Hello,
I read the post, I try the solution but it's not enought.
We don't use cellEdit. Only onCellSelect.
I have a look at grid.base.js
Perhaps around line 1320
Hi,
I have the same problem with onCellSelect with ie7.
I don't know about ie6
Modify grid.celledit.js don't solve the problem.
Have you a quick solution ?
I have to close my project at 12:00
Help !!!!!
Gerard
Thank's Tony. All is well now.
No better.
The dialog box doesn't accept mouse input (click).
Impossible to drag it.
It's ok with the keyword
Linux, Firefox 3.0.3, last Jqgrid
The code :
$('#gridEvents').jqGrid({
url: 'index.php?bnAction=131585'
,rowNum: 100
,rowList: [25,50,75,100]
,imgpath: 'Bn/Style/Gridview/basic/images'
,mtype: 'post'
,datatype: 'json'
,pager: $('#pagerGridgridEvents')
,height: 500
,caption: 'Tournois enregistr
Hi, I have the same problem with the delete box.
The box appears at the top of the page and disappears as soon as !i click in the page.
The keyword works fine.
Help needed
Thanks
Gerard
Here is the code to add a title :
var ids = $(“#gridPlanning”).getDataIDs();
for(var i=0;i<ids.length;i++)
{
$(“#”+ids+” td:nth-child(8)”).setCaption($(“#”+ids+” td:nth-child(17)”).text());
}
we use the content of hidden column 17 as title for column 8.
We try to put the title in the content of the cell
But jqGrid delete the title too 
Have you a solution ? Or is this can be an evolution ?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top