Hello,
This mean that you do not have a proper rowid set in the main grid.
subgrid_id is a combination of the rowid+”_id”.
Regards
Tony
Hello,
The problem is not connected with the screen resolution. Also check the width of the grid. You should use the latest 3.5 version. The previous builds have problem with the pager.
Best Regards
Tony
Hello,
1. You should have userdata in the xml with the names corresponding to those in the colModel and then you should set in the grid
userDataOnFooter : true
or
use the footerData method to set the desired data. See changes.txt
Regards
Tony
Hello again,
Do you have enabled the rownumbers. If so there is a bug, which is corrected in GitHub.
Reagrds
Tony
Hello,
In to do list, but not in 3.5 version.
Regards
Tony
Hello Akeru,
Thanks for your investigations. Now step by step.
1 Will correct this behaviour.
2. Thanks fixed in GitHub
3.1 Also this can be achieved when we use setGridWidth after show or hide columns which can be done in afterSubmitForm event. Also will try to do this as config option in setColumns module.
3.2 Do not understand. Also we already have a 18px for the scrollbar. This can be configured with the scrollOffset option in the grid. Also not all browsers interpret this option right – if I understand right.
4. Also I have enable this behaviour in the GitHub
Best Regards
Tony
Hello,
Use beforeShowForm (3.5 only)
beforeShowForm : function (formid) {
var mymessage = “Message to display”;
$(“.delmsg”,formid).html(mymessage);
}
Hello,
Never get to this problem, but -Thanks added. Also work OK in other browsers.
Regards
Tony
James,
Thank you very much for this report.
To be a honest, I have no idea from where to start investigating this problem in IE browsers. The bad news (as from your report) is that on some installations it work while on other this does not.
My thoughts was that this is connected with the rendering of PNG files in IE, but…
I have partial success when I load all the javascript files and code at end of the html, but the result is unexpected – one time this work one time does not on the same browser.
Instead I will make all possible to correct this bug in IE.
Thank you very much.
Best Regards
Tony
Hello,
Thanks. I will check this in IE8.
Regards
Tony
Hello,
Could you please try the following:
1. Generete your request and save the result in xml file.
2. Call the tree grid with this generated file i.e in url set this file.
I have a feeling that something is wrong in your generated code.
Also to be a clear when we set the tree grid we do not use any recursion.
Regards
Tony
Hello,
Could you please send me a link to the problem? If you send me a link, please do not use min version, but the development one.
Best Regards
Tony
Do you have multiselect or subGrid in this?
Regards
Tony
Hello again,
Thanks for the suggestion. I will consider this approach too, but this require to have another script to load data at once. Will think instead of this.
Best Regards
Tony
Hello,
Set this in navigator options not in the method options
$(“#mygrid”).navGrid(“#pager”,{edit:true,add:true,…,addicon: 'ui-icon-home'…},{..}…);
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top