Hello,
Also you can then get the rowNum this way
parseInt(getGridParam('rowNum'),10);
In your previous case the returned value is always string since the select box values (rowList) are strings when they are builded in the select, not in the array.
Regards
Helo,
Thanks for this investigation.
As from 4.5 we make the comaparations more strong
Hello,
Please, report your problem again with the unpossibility to log -in at: support at trirand dot net.
Thank you.
Kind Regards
Hello,
See docs for datatype = function
Regards
Hello,
As I see you use the commertial
Hello,
Unfortunatley, I can not help, since I do not know JSP.
Regards
Hello,
It is very difficult for me to install IE8, since I do not have such one. Will try instead, but I do not promiese.
Regards
Hello,
You have a typo in grid parameters:
Change
dataype: “json”, to
datatype: “json”,
Regards
Hello,
Why so complex? There is a very elegant solution if you use beforeInitData event. You will need just to look at /jqgridwiki/doku.php?id=wiki:form_editing&s[]=beforeinitdata
Hello,
Pleadse look at this forum how to print jqgrid. There are a lot of solutions
Regards
Hello,
It seems you use the commertial jqGrid PHP component.
Please post your question here
Thank you.
Kind Regards
Hello,
Look at bottom of every page – link Terms and conditions
Hello,
Thanks for this. You are right.
The reason for these to stay open is diffrent, but during next days I will go throught all opened issues and make the needed comments and/or changes –
Hello,
You can not reset the values this way, since the id generated in dialog are generated with random id (if I remember rigth)
You can try to clear the values on all elements in filter like this
$(“.input-elm”).val(“”);
oruse the build in resetFilter method
// get the id of filter using your gridSelector
var fid = $(“#fbox_”+gridSelector)[0];
fid.resetFilter();
$.extend($grid.p.postData,{});
Regards
Hello,
In your code add js before css in the ink for the jqgrid theme -the same way you do it for jQuery UI
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top