Hello,
Thanks. Fixed in GitHub.
Best Regards
Tony
@lucasbob,
Thanks, so we must add some other thing like top and bottom tolbar, footer row too. Let stay this as is. If someone want to do it so, they will use your code for particular grid.
Best Regards
Tony
Hello,
The problem is in the definition:
|
1 |
<<span class="start-tag">table</span><span class="attribute-name"> id</span>=<span class="attribute-value">"itemGrid"</span>><<span class="start-tag">tr</span>><<span class="start-tag">td</span><span class="error"><span class="attribute-name">/</span></span>></<span class="end-tag">tr</span>></<span class="end-tag">table</span>><br /><br />If you want all to bo ok do it so:<br /><br /><code><br />$('#itemGrid').empty().jqGrid({<br />...<br />});<br /></code><br />Hope your understands what I men :)<br />Regards<br />Tony<br /><br /> |
Hello,
Not sure what you want, but you can use custom unformat function (knowing what you have in cell) to obtain the original value.
Regards
Tony
Hello,
Could you please post your code or better – give me a link to the problem?
Best Regards
Tony
Hello,
There is no ready solution for this, but I recommend you to look into the examples
New in version 3.2 => Custom Button and forms
and you will see how with little code this can be achieved.
Actually good idea and i think we can add it in the future release.
Best Regards
Tony
Hello,
The id can have [ and ], but it should not contain space – i.e [aaaa bbb] is wrong id while [aaaabbb] is correct
Regards
Tony
Hello,
My thoght was not only this, but how you pass the sourceGrid,
Hello,
Ok. Fixed. Also we search for the first occurance of “:” ignoring the other.
Best Regards
Tony
Hello,
Making alerts after if and else
Hello,
Try
$(“tr.ui-search-toolbar th”).height(25);
Regards
Tony
Hello,
Where you read that this is possible?
The feature is discussed many times and it will be available in 3.7 version of the grid.
Regards
Tony
Hello,
I do not think that this is jqGrid problem
Regards
Tony
Hello,
When download the grid you should check the formediting modules.
Be sure that you download grid.common.js and grid.formedit.js modules.
Regards
Tony
Hello,
Really not understand what you try to do.
Post your entry code to see what you have in mind.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top