Hello,
Setting height to 100% is not actually correct, a value of 'auto' is more readable which means that the number of rows should fit in the content. It is little difficult to do this – by example if you set height 50px where a caption, header rows and pager are present – What should I do in this case????? – the total height of these is more than 50px.
Best Regards
Tony
Hello,
We we know more it is better. The behaviour of this is changed from 3.5.x. Sorry.
You can look here for mutibox description:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Best Regards
Tony
Hello,
Actually there is no limitation. Your code will work in IE, Safari, but not in FF.
This is a bug where we can not fix easy.
The real problem is that the FireFox stores the height in integer and not in long integer, (I do not know how is with FF3.6)
so having more than 500000 multiple by example 20-22px of the row height give you a number for the height which can not be interpreted correct in FF .
We have try to fix this, but for now without success.
Thanks for remainding this.
Best Regards
Tony
Hello tim,
Could you please try the latest from git hub. There was a problem in columnChooser in IE.
Thanks
Best Regards
Tony
Hello Oleg,
Could you please look at this jQuery UI widget:
http://code.google.com/p/ist-ui-panel/
I think tha using this approach is better
Best Regards
Tony
Hello,
Sorry could not reproduce. In order to confirm
Go into the demo the open Advanced=> Multiselect and test
I have set this example to be muliselect and multiboxonly.
Please note that a 3.6.4. version is used.
Also maybe you will need to clear the cache before testing.
Regards
Tony
Jerry,
Despite the fact that I should answer of so many posts on this forum, in order to make your and may lafe easyer a link to the problem is needed . If this is not possible you can send me the files – no data is needed.
It is easy to say when – we have more than 999 records the grid does not work in IE!!!!
Believe me this is not serious – just to say not work.
Correct me if I'm wrong.
Best Regards
Tony
Hello,
This is interesting, but will be maybe for the future releases.
Regards
Tony
Hello,
This is not the way. Let's think little.
The footer data is obtained during the request, in load complete it is not the way, since the userData is alredy get from the response, so it is too late here.
But what will be happen if you go here and read about the method footerData?
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods
Regards
Tony
Hello,
Currently ready solution.
Regards
Hello,
If I understand right you can play with css and whitespace feature.
tr.jqgrow td {white-space: normal;} (if I remeber right)
Ad this after you load jqgrid CSS
Regards
Tony
Hello,
Sorry but it is not jqGrid related. Maybe you will need to use other plugin like tooltip
Regards
Tony
Hello,
Will be implemented in next releases.
Regards
Tony
Hello,
Currently no.
regards
Tony
Hello,
read carfully the docs.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
You will need to add DOCTYPE
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top