iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We're announcing a $100 US cash prize to anybody, Intersoft employee or otherwise, who can resolve the issue we've described in this thread:
http://intersoftpt.com/Community/WebGrid/How-do-I-make-WebGrid-resize-with-the-page/
No joke! Attached is a Visual Studio 2010 solution that very clearly illustrates the problem (it is also described repeatedly in the linked thread.)
If you can get "BrokenPageHtmlStrict.aspx" or "BrokenPageXhtml.aspx" to behave like "WorkingPage.aspx" without changing the doc type, with an approach that will reasonably work in our web application (i.e. not a gigantic ugly hack) the prize is yours.
Getting it working in HTML Strict is preferable to XHTML but a solution in either doctype is acceptable.
Again, this is not a joke in any way. If you can resolve this issue for us you will get the cash and our eternal gratitude. Our project is dead in the water as of September 21st, 2011, so our bounty will expire at that time too.
has to be done in javascript
keep in mind:
http://www.softcomplex.com/docs/get_window_size_and_scrollbar_position.html
function syncHeight() {
var WebGrid1 = ISGetObject("WebGrid1"); var buffer = 2; while(document.documentElement.scrollHeight > document.documentElement.clientHeight) {
WebGrid1.SetHeight(WebGrid1.HtmlObj.parentElement.clientHeight - (document.documentElement.scrollHeight - document.documentElement.clientHeight) - buffer);
buffer++;
}
Karl,
Thanks for taking the first shot at our challenge! I edited the sample to use your syncHeight method but it causes the browser to crash immediately in IE9, Chrome and Firefox.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname