﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Tue, 20 Apr 2010 08:00:14 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Suhas,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Your welcome. I'm glad to hear it could help your work. Please let us know if you have another questions.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Tue, 20 Apr 2010 07:08:06 GMT</pubDate><dc:creator>suhas.tjs</dc:creator><description>&lt;p&gt;Hey sorry. Actually ur code worked. i put it in page load event. i was using the method soon after adding the elements to grid. and in some other part of code for which i don't have access, they were modifing the height. so used the get early mentioned problem. &lt;/p&gt;&lt;p&gt;Thanks a lot yaar. ur idea made my work easy..&lt;/p&gt;</description></item><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Mon, 19 Apr 2010 06:46:16 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Suhas,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I'm apologize that I'm forgot to mention that you could use the snippet "grid.SetHeight()" in any client-side event.&lt;/p&gt;
&lt;p&gt;And also could you attach me a simple sample that could replicate this 'disappearing footer' issue? With the step to reproduce the issue. Your sample will be very helpful for me to investigate it further, since I could not replicate the issue.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Fri, 16 Apr 2010 01:25:25 GMT</pubDate><dc:creator>suhas.tjs</dc:creator><description>&lt;p&gt;thanks julia. Actually i don't want to use that in Initialize event.&lt;/p&gt;&lt;p&gt;problem is, initially some height is set say 300 and their are 4 items in grid. now if i double click on some item which has say 5 items, now size has increased and unfortunately im loading the grid into iframe and i cant provide scroll bar for that. so i need to decide height based on number of chield items. &lt;/p&gt;
&lt;p&gt;actually the footer bar is disappearing. please see the attachment&lt;/p&gt;</description></item><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Thu, 15 Apr 2010 23:56:13 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Suhas,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;In order to set WebGrid's height from javascript you can use the following snippet:&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnInitialize(controlId)
		{
			var WebGrid1 = ISGetObject(controlId);
			WebGrid1.SetHeight(250);
			return true;
		}&lt;/pre&gt;

&lt;p&gt;Hope this could helps. Please let us know if you have another questions.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Setting height of grid in java script</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Setting-height-of-grid-in-java-script/</link><pubDate>Thu, 15 Apr 2010 01:41:11 GMT</pubDate><dc:creator>suhas.tjs</dc:creator><description>&lt;p&gt;hey guys, &lt;/p&gt;
&lt;p&gt;i need to set the height of the IS Grid in java script. i dont want to use autoheight property not specify height explicitly. on load of grid i want to set the height. i used following code. but not working. can any one suggest me the solution.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;var grid=ISGetObject(gridId);&lt;/p&gt;
&lt;p&gt;grid.Height="600px";&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;It's very urgent. please tell me how can i achieve this. &lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;</description></item></channel></rss>