Hello,
Somthing is not correct here. Are you sure if this is the whole code?
It seems like the first row is with missed width.
Please do not try to use any events – just pure grid with data and see the result.
Best regards
Tony
Hello,
If your data is provided from server as name:value in the response (in the json or xml Readers
Hello,
Sorry, it is a my fault. I do not have looked into the code.
It is true. This will not work. I have fixed this and you will have the change tomorrow in GitHub.
Best Regards
Tony
Hello,
For the first plugin it is easy, for the second I can not help.
So the solution
define in editoptions the class attribute which will be added when the element is created, something like this
colModel : [
…
{name:'myname',… editoptions : {class:”validate[optional,custom[onlyLetter],length[0,100]] text-input”,…}…},
…
]
Best Regards
Tony
Hello,
Please check your server side code.
Regards
Tony
Hello,
IMHO, this should work.
Publishing the rest of code maybe will clarify the problem
Regards
Tony
Hello,
Please use adding a custom button where you can attach a click event,
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_buttons
Best Regards
Tony
Hello,
Try to use afterShowForm event when you try to focus description.
Do not forget to set the event in both add and edit
Regards
Tony
Hello,
Sorry – missed the beginning. Will check it.
Thanks
Hello,
The reason is that the index can be a part of complex SQL where puting a single name will not work,
by example
SELECT a.field, b.field FROM tabl1 a, table2 b WHERE …
In this case passing the name will mybe not work,
so in colmodel you can set
colModel: [
Hello,
The offical documentation for jqGrid JavaScript lib is here:
http://www.trirand.com/jqgridwiki/doku.php
This can be easy seen when you click the Documentation menu on this site.
Best Regards
Tony
Hello,
Thanks, in order your problem to be resolved you can do (using the last version)
colModel: [
Hello,
Thnak you,
1. Could you please post the grid configuration?
2. This is not changed, also could you please post again the grid configuration?
Best Regards
Tony
Hello,
Thanks, but I can not reproduce this, for me there are no negative numbers or maybe I do not do it like is described!
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top