OK, I figured that out.
The page is missing DOCTYPE declaration, which brought IE 6 into quirks mode.
OK, it's confirmed that it was not my code, there must be something wrong with browser that runs in Citrix environment. I tested your demo with local browser and citrix browser, the former worked fine and the latter gave me the same mess.
Questions for you CSS/HTML/JavaScrit gurus, what (configurations?) can possiblely cause a browser (IE6) to render HTML/CSS improperly? Is it a security setting?
OlegK said:
If I read “please help” and know the solution it is difficult keep the silent. So I made a small demo. It shows how one use
$(“thead > tr.ui-search-toolbar”, $(“#list”).hDiv).height(60);
to set the heigth of the search toolbar to 60 pixels. In the way you can also modify the size of elements inside of the toolbar. You can do this on cause only if the toolbar exist. See a small trick with setTimeout in my demo. I hope it will save your time (no a week more).
Best regards
Oleg
What's the “hDiv” in $('#list').hDiv?
OlegK said:
If I read “please help” and know the solution it is difficult keep the silent. So I made a small demo. It shows how one use
$(“thead > tr.ui-search-toolbar”, $(“#list”).hDiv).height(60);
to set the heigth of the search toolbar to 60 pixels. In the way you can also modify the size of elements inside of the toolbar. You can do this on cause only if the toolbar exist. See a small trick with setTimeout in my demo. I hope it will save your time (no a week more).
Best regards
Oleg
Your help is much appreciated… my problem now doesn't seem to be the toolbar height as I originally thought. Looks like there is something wrong with Citrix browser as lots of components are not rendered properly… everything is working fine in the local browser!! They are both IE6 SP2.
See screen shot below.
The left browser is a Citrix browser and the right one is local. The toolbar search, the navigation bar and the whole table content are not rendered properly.
http://64.59.32.157/img/gridcompare.png

Please, help. If my question doesn't make sense, I can clarify.
Spent a
Here is the link to the documentation where search toolbar is introduced:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching
I aslo have problem to render the toolbar and navigation bar in a citrix browser. They all work fine in a local browser. Please help.
Here is the link to the documentation where search toolbar is introduced:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching
I aslo have problem to render the toolbar and navigation bar in a citrix browser. They all work fine in a local browser. Please help.
I figured out by myself:
The reason why I need to do this is because I'm not using PHP/ASP and have little control over server side script.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top