Hello,
This is is the next planed feature.
Kind Regards
Hello,
This can be done if you look at grid css file.
Look for for comments started with
/*header*/ and /*body*/
Regards
Hello,
Thanks. This will be checked.
Regards
Hello,
As usual please read before post:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator&s=ui&s=state&s=disabled
Regards
Hello,
This is very difficult to realize and I'm not sure it will be available in the near future.
Regards
Hello,
Did you have read the documentation of form editing?
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing
Regards
Hello,
Please consult the documentation on how to use setLabel.
In your case you add a class, but you need a css way. Just see it before to post
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods&s=setlabel
Regards
Hello Oleg,
No need to say Sorry. I must say Thank you.
Just released the 4.3.1
Best Regards
Tony
Hello,
@jacoo02
Thank you.
https://github.com/tonytomov/jqGrid/commit/b485c26cf5350087bbdaa6cfe3c2f343364b573c
Best Regards
Tony
Hello,
Please look at documentation.
You will need to write a aditional code for the editing of the row.
jqGrid does not do this, since it does not know which is the server type ASP, PHP or etc.
Please write this code and use the editurl variable for this purpose
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing
Regards
Hello,
Sorry I do not understand. A test case will be OK.
Kind Regards
Tony
Hello,
This is not a bug, but by design.
Use onSelectRow which is fired every time the row is higlihed
Regards
Hello,
Try this (not tested):
onSelectRow : function( rowid) {
setTimeout( function () {
// here your code
}, 500)
}
Regards
Dear All,
This type of description does not help anybody.
In order to get response you willl need to make a test case of this and publish it either as link or as code.
Kind Regards
Tony
Hello,
This is a forum for jqGrid Java Script lib.
Instead you will need to see how to initialize new object in PHP.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top