Hello,
If you look into the docs you will see that to this function you can pass second parameter – this parameter can contain all the available options of the grid – i.e
$(document).ready(function(){
tableToGrid(”#table”, {width:500, pager:”#mypager”, caption:”Mycaption”});
});
Hope this help
Regards
Tony
Hello,
Maybe you will need to use onInitializeForm event to attach this feature.
Regards
Ton
ploppy,
1. What you understand as “normal edit”?
2. Could you please look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing#what_is_posted_to_the_server
3. It is not a job of jqGrid to analyze your server side code – we just post data and if this data is accepted server side it will work if not it will not work.
Best Regards
Tony
Hello,
I recommend you to put setSelection in gridComplete event.
Best Regards
Tony
Hello,
Currently no, but definetley we thinking on providing this not only for the treegrid.
Best Regards
Tony
Hello,
My answer will be short – we consider this as possible.
More details we will publish maybe next week
Best Regards
Tony
Hello,
Is this too much
onClose : function (selector) {
$(“.ui-reset”, selector).trigger('click');
}
Tony
Hello,
It is not related to jqGrid, but maybe this will be usefull for you
http://jquery-howto.blogspot.com/2009/04/cross-domain-ajax-querying-with-jquery.html
Regards
Tony
Hello,
If I understand right you can go into the demo page and look at:
New in version 3.5 => Integrated Search Toolbar
Regards
Tony
Hello,
Thanks. Yes this feature is discussed here many times. The reason that it is not included is the nature of the control – requiere some things wich will maybe destroy other.
Also as I suggest you can use Ajax file upload plugin and intialize it only once in onInitializeForm event.
http://www.phpletter.com/Our-Projects/AjaxFileUpload/
Best Regards
Tony
Hello,
????
We do not have $.fn.addRowData in grid.base.js on line 397 in
Regards
Tony
Hello,
Thanks. Take me a long time to reproduce your bug. In your description you missed that the bug is present when we use a mouse click. Also if you use the following scenario – evarthing work ok.
1. Click on cell with content Yes
2. Change the value from checked to unchecked
3. Press Enter to save it
evarthing correct.
But this not work (bug)
1. Click on cell with content Yes
2. Change the value from checked to unchecked
3. “CLICK ANOTHER CELL”
Also the problem is not in grid.common.js, but in grid.celledit.js
Have corrected them
Thanks
Best Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
Thanks for posting the issue.
In most cases if you want help, you should post your code.
The best is if you provide a link – this way we can look direct in your configuration and what will be possible to cause this.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top