Hi Tony,
I tried it, but it doesn't seem to be working either.
I do in fact repeat the item names in my data returned from PHP, but I think I'm positioning something in the wrong location of the array…
This is the latest version of the javascript code I tried:
jQuery(“#grdListAllLedgerAccount0_jqdg”).jqGrid(
I too, am looking to have the pager and escpecially the navigator buttons on top of the grid. I see the docs say this is possible but not working. Looking forward to this feature, Tony, Thanks!
Thanks for the fantastically fast response!!!
Hi Tony!
Thanks for your response.
This grid is using inline editing, however I have that working with a dataEvent in the editoptions. This has to do with the multiple search pop-up. The one you can keep adding search filters to, dynamically. Are you saying I can put a dataEvent call in the searchoptions and just reference the colModel::name field to have it update the search filters in the pop-up?
If you have any table cell paddings or margins set, this will affect the width of the columns of the table but not the headings.
hi,,
do you have a complete function of jqgrid??? bcuz im tryng to replace my flexigrid with it. cant figure out hoq can i start..
im integrating it with codeigniter..
thanks..
regards,
maria
..the only thing that helps is if I specify “width: anysize” in options. then all columns align perfectly BUT the multiselect column width is too narrow and I can barely see select boxes. other columns are fine.
Tony
In version 3.6 simple it's something wrong, because filterToolbar doesn't work.
good!!!
thx!!!
super, did google for it quiet a long time without results,
should have come to this forum earlier.
tnx !
honestly, I read but I understand where I wrong
where is the error in code
jQuery(“#jqgajax”).jqGrid({
Why don't you try saving your's last query in session (on the page where you're fetching the data to the grid)?
Afterwards, on the page where you have your grid –> make a link to csv or excel generating script and inthere just use query saved in session.
That's what I did in my application and it worked great.
Hi
I ve checked server.php and rewritted it completly and kept only the first example case.
still have the datas but can't perfom search.
When i click search button i've got an error jquery.js object required at line 12
below my server.php content
<?php
include(“dbconfig.php”);
$page = $_GET['page'];
$limit = $_GET['rows'];
$sidx = $_GET['sidx'];
$sord = $_GET['sord'];
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top