Hello Oleg,
Thank you, but reading this:
and this
http://filamentgroup.com/lab/retaining_scalable_interfaces_with_pixel_to_em_conversion_archived/
I'm not sure that we shuld change the css this way 
Regardas
Hello Oleg,
Not a bad idea.
Regards
Hello,
The fix is not officially published.
You will need to download the code from GitHub and use this code.
Kind Regards
Hello,
You can not do this using addRowData.
The way to do this is to use data parameter and jsonmap property of colModel (see docs).
Also how you previous add this data?
If you allwas want to use addRowData and have
var new_row = [{“time”:{“end”:”20120507235959″,”start”:”20120507000000″}];
then you can easy reconstruct this
to
var new_row = [{“timeend”:”20120507235959″,”timestart”:”20120507000000″}];
which will work.
Regards
Hello,
The problem is fixed in GitHub.
If you like you can test
Hello,
Thanks Vlad. Just fixed the issue in GitHub
Best Regards
Tony
Hello,
Thanks.
The upcomming releaze will eleminate this – also we have changed the concept – The new grouping
Hello,
Note that you load just a file. There is no server side sorting.
In order to do what you want in this case you will need to set the grid parameter
loadonce: true
Additionalyy to that you will need to set a sorttype options in colModel.
see documentation.
Regards
Hello,
Please post your problem here:
Not sure, but maybe you will need to re download the PHP demo , clearing the browser cache before downloading the new demo.
Regards
Hello Oleg,
Thanks. The function is fixed. Tested with 18 and 19 Chrom versions – return diffrent results
Regards
Tony
Hello,
Thanks. Fixed in GitHub using another approach, but the result is the same.
Regards
Hello Oleg,
As usual – Thanks.
IMHO the better if we replace
isSafari = $.browser.webkit || $.browser.safari ? true : false;
with
var testcell = $(“
“).find(“td”).width(),
isSafari = ( ts.p.cellLayout != testcell );
This is better since it is unknown that with the next release it will be back.
Best Regards
Tony
Hello,
1) you will need to read documentation:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
2) You will need to read documentation:
multiselect varaibles
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
The behaviour depend. You will need to have always uniquie grid id's
Regards
Hello,
Just curuious – from where you read this.
Why do you not read the documentation?
Why do you not try?
Hello,
Please post your question in the right forum here:
Thank you.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top