Hello,
We need a test case.
Best Regards
Tony
Oleg,
Thank you very much again.
Such kind of bug descriptions and examples are much apreciated.
If we know the problem we solve it to 50% ![]()
Will see how to overcome this.
Hello,
Thanks for posting this, but in order to correct this we need a test code or best a link to the problem.
Regards
Tony
Hello,
It seems it is not changed. Wil do it.
Thanks.
Best Regards
Tony
Hello,
Please, be a sure that you have marked all the needed modules for editing when you download the grid.
http://www.trirand.com/blog/?page_id=6
Best Regards
Tony
Hello,
Thanks for the first, I think that we should not allow a row with id = empty string. Indeed I think that
we should chek it for undefined instead of something elese.
About this:
Warning message “Please, select row”
Hello,
Thanks will test it with chrome and will replay, but the elegant fix should be : 
if(this.tagName.toUpperCase() != 'TABLE'){
Regards
Hello,
Sorry, but I can not reproduce this.
As you can see from the name this is only demo and does not cover all user requirments.
Of course if you add record locally it is a good idea to make your own counter when adding grid row.
Kind Regards
Tony
Hello Reg,
This is already implemented.
Also in edit form we have 3 params responsible for width and height – width, height and dataheight.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing
All of them can be set as 'auto' (instead of some numeric value).
The problem that maybe you will face is that in IE related browsers setting the width to auto will cause problems.
There is no problem for the height instead.
Regards
Tony
Oleg,
Thanks for the addition.
About where to put the improvements. I think that this is the right place.
Thanks again
Tony
Hello,
The xmlReader as described in wiki has a section called subgrid. This section is responsible for the description of data comming to the subgrid.
http://www.trirand.com/jqgridw…..eving_data
Regards
Tony
Hello,
Well – sorry that i do not look carfully into the code.
The problem is here:
jQuery().ready(function (){
$(“#list1″).jqGrid({
….
Hello,
Is this in all browsers?
Try to add DOCTYPE declaration in the file
Tony
Hello,
Please open the jquery.jqGrid.min.js used and post the header info something like this:
|
1 |
/* <br /></code><code>* jqGrid 3.8.1 - jQuery Grid <br /></code><code>* Copyright (c) 2008, Tony Tomov, mailto:tony@trirand.com <br /></code><code>* <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow">http://www.gnu.org/licenses/gpl-2.0.html</a> <br /></code><code>* Date:2010-10-24 <br /></code><code>* Modules: grid.base.js; </code><code>.....; <br /></code><code>*/<br /><br />Regards<br />Tony<br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top