﻿<?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 - Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</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>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Mon, 14 Dec 2009 02:11:07 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hi Pierre,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Sorry to tell you, but that is the default behaviour of WebGrid. So it would be, either set all the height row to the maximum, based on the data field, to keep focus on the selected row when we scroll to the right or make it with a regular height.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Andi Santoso&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Fri, 11 Dec 2009 14:55:15 GMT</pubDate><dc:creator>p.belanger@cgi.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;Hi Andi,&lt;/p&gt;
&lt;p&gt;Your solution is not acceptable for our client. They want to see as many rows as possible and by setting a default height they will see less rows.&lt;/p&gt;
&lt;p&gt;Once a row is selected, moving the slide should not make the selected row disappear. It should not move off the screen. How can we make the selected line remain visible and still use the freeze.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Pierre&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Fri, 11 Dec 2009 14:55:13 GMT</pubDate><dc:creator>p.belanger@cgi.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;Hi Andi,&lt;/p&gt;
&lt;p&gt;Your solution is not acceptable for our client. They want to see as many rows as possible and by setting a default height they will see less rows.&lt;/p&gt;
&lt;p&gt;One &lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Fri, 04 Dec 2009 01:46:59 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hi Pierre,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;After we investigate it, the problem is with column freezing, when you try to move the slide and the height is changing to auto default which cause the height is changing and in the result, the selected row is moving.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; One way to prevent this&amp;nbsp;to occur&amp;nbsp;is by setting the default height for all the cell, which you can achieve by seting the layout.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here are the sample code:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;LayoutSettings RowHeightDefault="200px" AllowColumnFreezing="Yes"&amp;gt;
                &amp;lt;HeaderStyle Height="50px"/&amp;gt;
                &amp;lt;FreezePaneSettings ActiveFrozenColumns="2" / &amp;lt;/LayoutSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;  &lt;span style="font-size: 9pt"&gt;&amp;nbsp; By setting the "RowHeightDefault to 200px, so all the rows height are set to 200px. I hope it can help and please do not hesitate to ask if you have more questions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Thu, 03 Dec 2009 22:26:29 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hi Pierre,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your more detail informations. I have succeed to replicate your issue. I will report this to our development team to be checked. I will give you an advance notice as soon as possible.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Wed, 02 Dec 2009 23:30:43 GMT</pubDate><dc:creator>p.belanger@cgi.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;span style="font-size: 13px"&gt;&lt;p&gt;Andi,&lt;/p&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: rgb(204,204,204) 1px solid"&gt;
&lt;p&gt;The height of the row on the first screenshot is higher than the height of the row on the second screenshot,&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Yes the height on the first screenshot is higher because some colums have more data which require more lines to display.&lt;/p&gt;&lt;p&gt;If you look on the video slowly, you will see than when the field titled ME Activity is moved to the left and is no longer visble, the grid then shinks.&lt;/p&gt;&lt;p&gt;The remaining fields have only one line.&lt;/p&gt;&lt;p&gt;The grid shinks to display more lines because there is more lines to display.&lt;/p&gt;&lt;p&gt;That makes the line I had selected&amp;nbsp; no longer visible. It scrolls up! To view the line, THEN I have to scroll up because the line is not visible anymore.&lt;/p&gt;&lt;p&gt;So it is when I am tabbing to the right than the grid moves up.&lt;/p&gt;&lt;p&gt;I have to move up after because my data is no longer visible.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Wed, 02 Dec 2009 22:05:04 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hi&amp;nbsp;Pierre,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am still having a problem to understand your issue. On the first screenshot shows that you selected on a specific row, then on the second &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;screenshot, you said "On the second slide, I have simply moved to the right of the screen. The row which was highlighted in grey is no longer &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;visible.", but as I notice, the height of the row on the first screenshot is higher than the height of the row on the second screenshot, how could you &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;do that ? Is that a different table ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And just before, you said on the second screen shot, "I have simply moved to the right of the screen. The row which was highlighted in grey is &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;no longer visible." It stated that you move the screen to the right, but howcome on the third screenshot you said "On the third slide, I had to scroll &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;up the screen to view the highlighted line.", if you select a row and you scroll down, of course the selected row is gone, that is why you need to &lt;/span&gt;&lt;span style="font-size: 9pt"&gt;scroll up to see that specific row again. So actually which side have you intented to scrool the table? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you&lt;br /&gt;Andi Santoso&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Wed, 02 Dec 2009 04:47:46 GMT</pubDate><dc:creator>p.belanger@cgi.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;As requested I have enclosed a video showing how I loose focus on the row I am editing.&lt;/p&gt;
&lt;p&gt;I have also included the aspx page.&lt;/p&gt;
&lt;p&gt;Hope this will help.&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Tue, 01 Dec 2009 23:04:56 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hai Pierre,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am having a hard time to understand on you issue. Can you explain it in more detail and more specific ?, or if you can attach a video represents your issue would be better.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Andi Santoso.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Selected row loses focus when scrolling to the right.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Selected-row-loses-focus-when-scrolling-to-the-right/</link><pubDate>Tue, 01 Dec 2009 20:01:59 GMT</pubDate><dc:creator>p.belanger@cgi.com</dc:creator><category>row loses focus when scrolling right</category><description>&lt;p&gt;In Webgrid 7, when scrolling to the right, the grid will try to display as many rows has it can.&lt;/p&gt;
&lt;p&gt;For example, if a column is very high, only a few lines wil be visible. But if by scrolling right , the colums have less data, more rows will be displayed.&lt;/p&gt;
&lt;p&gt;When a row is selected, we want this row to remain visible in the grid even when scrolling horizontally. But when we use the horizontal scroll bar the row is being pushed above the screen and is no longer visible&lt;/p&gt;
&lt;p&gt;What can we do to keep the selected line visible?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>