<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://helpcentral.componentone.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title> FlexGrid for WinForms - Recent Threads</title><link>http://helpcentral.componentone.com/CS/winforms_31/f/8.aspx</link><description /><dc:language /><generator>Telligent Community (Build: 5.5.134.11459)</generator><item><title>How To Adjust Rectangle Size In C1Report</title><link>http://helpcentral.componentone.com/CS/thread/237476.aspx</link><pubDate>Thu, 09 Sep 2010 02:28:13 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237476</guid><dc:creator>programmer5</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237476.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237476/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi Guys! &lt;/p&gt;
&lt;p&gt;Just need some help on how can I adjust an specific rectangle in my report containing a database field with a .CanGrow Property set to True. In Other words, I just need that specific rectangle to be versatile with the height defending on the field&amp;#39;s height when I print it in the details section.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>When adding a new root node to a collapsed tree the node does not appear</title><link>http://helpcentral.componentone.com/CS/thread/237437.aspx</link><pubDate>Wed, 08 Sep 2010 07:36:06 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237437</guid><dc:creator>Emmanuel</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237437.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237437/rss.aspx</wfw:commentRss><description>&lt;p&gt;











&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;I just
upgraded to the latest version of the flexgrid control which is 2.6.20102.554
and I noticed the following bug:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;When a root
node is added to a tree that is collapsed the node never appears.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Even if the
tree is expanded, after adding the node the row/node does not appear.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;The project
attached demonstrates the bug.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Emmanuel&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FlexGrid SubTotals issue</title><link>http://helpcentral.componentone.com/CS/thread/237392.aspx</link><pubDate>Tue, 07 Sep 2010 05:32:47 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237392</guid><dc:creator>Dan</dc:creator><slash:comments>2</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237392.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237392/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Am using the FlexGrid.SubTotals() methos as per the Subtotals sample, but am gettgin some strange behaviour. Basically, the&amp;nbsp;fourth level of&amp;nbsp; grouping is not grouping correctly.&lt;/p&gt;
&lt;p&gt;My code is:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Subtotal(AggregateEnum.Clear);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Tree.Column = 1; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Subtotal(AggregateEnum.Sum, 0, -1, transAmtCol, &amp;quot;Grand Total&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Subtotal(AggregateEnum.Sum, 1, classCol, transAmtCol, &amp;quot;Class Total for {0}&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Subtotal(AggregateEnum.Sum, 2, acctTypeCol, transAmtCol, &amp;quot;Account Type Total for {0}&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _flex.Subtotal(AggregateEnum.Sum, 3, transTypeCol, transAmtCol, &amp;quot;Transaction Type Total for {0}&amp;quot;);&lt;/p&gt;
&lt;p&gt;where classCol, acctTypeCol, transTypeCol &amp;amp; transAmtCol are 1, 2, 5 &amp;amp;&amp;nbsp;40 respectively.&lt;/p&gt;
&lt;p&gt;The behaviour I get is the grouping at level 3 does not match the Transaction Type column (see screenshot attachment). As you can see, it has produced a series of sub totals for Transaction Type of Fee. Looking closer, the grouping appears to follow the Transaction ID column - but, when I set the values in this column to null, the grouping does not change. What am i doing wrong?&lt;/p&gt;
&lt;p&gt;NOTE: have moved columns in the screenshot so relevant columns are all visible.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://helpcentral.componentone.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer-Discussions-Components-Files/8/0412.TransHist_2D00_GridGrouping_5F00_Incorrect_5F00_Small.JPG" border="0" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Value Filter question</title><link>http://helpcentral.componentone.com/CS/thread/237374.aspx</link><pubDate>Mon, 06 Sep 2010 13:43:53 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237374</guid><dc:creator>giovanni</dc:creator><slash:comments>3</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237374.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237374/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello everyone, &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve this problem: I&amp;#39;ve got a flexgrid bounded to a view on a sql2008 db, I activated value filters on some columns, and now my due is to be able to preload value filters with some values preselected. How can I&amp;#39;ll be able to do this, I&amp;#39;ve take a look to documentation but this part onbly speaks about custom filters and not explains how to programmatically manage value filters.&lt;/p&gt;
&lt;p&gt;Thank in advance, Gio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C1Flexgrid invisible rows selection issue</title><link>http://helpcentral.componentone.com/CS/thread/237309.aspx</link><pubDate>Fri, 03 Sep 2010 12:26:58 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237309</guid><dc:creator>jnekula</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237309.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237309/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I stumbled upon an issue with the flexgrid. I have a grid with SelectionMode = Row filled with 20 rows. The issue occurs if the last row is invisible. When you select rows with the mouse by clicking on them everything works fine, but when you keep the LMB pressed and just pull the cursor over the last row the grid allows to select the invisible row. When this happens there is no visible highlighted row, the SelChange event fires and the flexgrid.Row points to the invisible one.&lt;/p&gt;
&lt;p&gt;Is this an issue or for some reason an intended behaviour?&lt;/p&gt;
&lt;p&gt;Thanks for your answer,&lt;/p&gt;
&lt;p&gt;Nekula&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Change display value for true dbgrid filter drop down</title><link>http://helpcentral.componentone.com/CS/thread/237262.aspx</link><pubDate>Thu, 02 Sep 2010 16:37:09 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237262</guid><dc:creator>apalcer</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237262.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237262/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have a column in a true db grid that displays images. Base on the value behind it. However, when I use the filter dropdown it displays the image as &amp;quot;bitmap&amp;quot;. How can i change the display value?&amp;nbsp;&amp;nbsp; I cant change the translate option for the column then it will not show the image, but it will display the filter correctly. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do realize this forum is for flex grid, but I did not see one for true dbgrid. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FlexGrid Collapsed TreeNodes show wrong TreeLines if a hidden subnode exists</title><link>http://helpcentral.componentone.com/CS/thread/237208.aspx</link><pubDate>Wed, 01 Sep 2010 22:41:39 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237208</guid><dc:creator>47110815</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237208.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237208/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;it&amp;#39;s usual to add a hidden DummyNode to a node &lt;br /&gt;to have those plus/minus signs available to indicate&lt;br /&gt;whether the next DragAndDrop action should move&amp;nbsp;a&amp;nbsp;source node&lt;br /&gt;BEFORE or INTO the target node...&lt;/p&gt;
&lt;p&gt;As You can see, if You expand a node&amp;nbsp;owning a hidden dummy subnode,&lt;br /&gt;the tree lines show a wrong downward line,&amp;nbsp;what would be only correct &lt;br /&gt;if the were visible subnodes.&lt;br /&gt;However, there are no.&lt;/p&gt;
&lt;p&gt;How can this be fixed?&lt;br /&gt;&lt;br /&gt;Gruesse&lt;br /&gt;TB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FlexGrid Node.Move() broken  - see also C1 wf Control Explorer TreeView Example</title><link>http://helpcentral.componentone.com/CS/thread/237207.aspx</link><pubDate>Wed, 01 Sep 2010 22:25:44 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237207</guid><dc:creator>47110815</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237207.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237207/rss.aspx</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Hi,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;You really worked hard on FlexGrid.&lt;br /&gt;Some nice features have been built in.&lt;br /&gt;Thank You so much.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;However,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;somehow parts of the node thing seem to be broken...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Node.Move does not always do the right thing.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;See Your TreeView example in C1 Control Explorer:&lt;br /&gt;if You drag an node (with subnodes) to another CLOSED node&lt;br /&gt;the whole sourcenode disappears...&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Moving sourceNode ChildOf another node &lt;span style="color:#000000;"&gt;works fine&lt;/span&gt;:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Private&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt; &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;Sub&lt;/span&gt;&lt;/span&gt; MoveInto(&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;ByVal&lt;/span&gt;&lt;/span&gt; sourceNode &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;As&lt;/span&gt;&lt;/span&gt; Node, &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;ByVal&lt;/span&gt;&lt;/span&gt; targetNode &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;As&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt; Node)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;.Move(NodeMoveEnum.ChildOf, targetNode )&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.Last)&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;End&lt;/span&gt;&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;Sub&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;However,&lt;br /&gt;moving sourceNode BEFORE another node is a bit tricky,&lt;br /&gt;and does&amp;#39;nt work as expected if the targetNode is COLLAPSED,&lt;br /&gt;i.e. the moved node and it&amp;#39;s subnodes&amp;nbsp;become INVISIBLE somehow,&lt;br /&gt;however being at the correct position in the grid...&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;br /&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Private&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt; &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;Sub&lt;/span&gt;&lt;/span&gt; MoveBefore(&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;ByVal&lt;/span&gt;&lt;/span&gt; sourceNode &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;As&lt;/span&gt;&lt;/span&gt; Node, &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;ByVal&lt;/span&gt;&lt;/span&gt; targetNode &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;As&lt;/span&gt;&lt;/span&gt; Node)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.ChildOf, targetNode)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.Last)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.Out)&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;While&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#000000;"&gt; &lt;span style="color:#0000ff;"&gt;sourceNode.Index + 1 &amp;lt;&amp;gt; targetNode.Index&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;If&lt;/span&gt;&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;sourceNode.Index &lt;/span&gt;+ 1 &amp;lt; targetNode.Index&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;Then&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.Down)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;Else&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceNode.Move(NodeMoveEnum.Up)&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;If&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End While&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;End&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Sub &lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;As You see, You have to&amp;nbsp;&lt;br /&gt;&amp;nbsp; 1) move the sourceNode ChildOf, because there is no way&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to move a node to another node with the C1Enum&lt;br /&gt;&amp;nbsp;&amp;nbsp;2) move sourceNode to the real end of childrens list&lt;br /&gt;&amp;nbsp;&amp;nbsp;3) then Move Out the Node to get to the desired level&lt;br /&gt;&amp;nbsp;&amp;nbsp;4) and&amp;nbsp;finally then move it to the correct &amp;#39;before&amp;#39; position by lifting it up&amp;nbsp;node by node&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;If You leave out step 2), tree is scrambled...&lt;br /&gt;Fascinating.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;I&amp;#39;d suggest a quantum of work on Node.Move() to give users the chance to move&lt;br /&gt;a node with it&amp;#39;s subnode tree to some other node with a position described by a upgraded NodeMoveEnum...&lt;br /&gt;(FirstSibling, LastSibling, PreviousSibling, NextSibling, FirstChild, LastChild, etc.)&lt;br /&gt;&lt;br /&gt;Carry on...&lt;br /&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="color:#000000;"&gt;TB&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>selected cells</title><link>http://helpcentral.componentone.com/CS/thread/237133.aspx</link><pubDate>Wed, 01 Sep 2010 07:38:33 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237133</guid><dc:creator>wpfhelp</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237133.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237133/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;how can i get the selected cells from flexgrid&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Upgrading FlexGrid to 2010 Q2</title><link>http://helpcentral.componentone.com/CS/thread/237116.aspx</link><pubDate>Tue, 31 Aug 2010 20:31:41 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:237116</guid><dc:creator>PLavelle</dc:creator><slash:comments>2</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/237116.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/237116/rss.aspx</wfw:commentRss><description>&lt;p&gt;
&lt;p&gt;We are trying to upgrade our controls to the 2010 Q2 version. &amp;nbsp;I have already submitted an incident report with this issue, but maybe someone on here has input.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This code no longer works. &amp;nbsp;It hides every level 0 node besides the first one:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;With C1FlexGrid1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim sLevel0Items() As String = {&amp;quot;Root1&amp;quot;, &amp;quot;Root2&amp;quot;, &amp;quot;Root3&amp;quot;, &amp;quot;Root4&amp;quot;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim sLevel1Items() As String = {&amp;quot;Sub1&amp;quot;, &amp;quot;Sub2&amp;quot;, &amp;quot;Sub3&amp;quot;, &amp;quot;Sub4&amp;quot;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For i As Int32 = 0 To UBound(sLevel0Items)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim oRow As C1.Win.C1FlexGrid.Row = .AddItem(sLevel0Items(i))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oRow.IsNode = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oRow.Node.Level = 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For j As Int32 = 0 To UBound(sLevel1Items)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim oSubRow As C1.Win.C1FlexGrid.Row = .AddItem(sLevel1Items(j))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oSubRow.IsNode = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oSubRow.Node.Level = 1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oRow.Node.Collapsed = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End With&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This code seems to work, but what is the difference? &amp;nbsp;Is this a bug?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;With C1FlexGrid1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim sLevel0Items() As String = {&amp;quot;Root1&amp;quot;, &amp;quot;Root2&amp;quot;, &amp;quot;Root3&amp;quot;, &amp;quot;Root4&amp;quot;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim sLevel1Items() As String = {&amp;quot;Sub1&amp;quot;, &amp;quot;Sub2&amp;quot;, &amp;quot;Sub3&amp;quot;, &amp;quot;Sub4&amp;quot;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For i As Int32 = 0 To UBound(sLevel0Items)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim oRow As C1.Win.C1FlexGrid.Row = .AddItem(sLevel0Items(i))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oRow.IsNode = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oRow.Node.Level = 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For j As Int32 = 0 To UBound(sLevel1Items)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim oSubRow As C1.Win.C1FlexGrid.Row = .AddItem(sLevel1Items(j))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oSubRow.IsNode = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oSubRow.Node.Level = 1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For Each onode In .Nodes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;onode.Collapsed = True&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End With&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The only difference is collapsing the nodes after the grid has been populated vs. collapsing the nodes after it has been populated (which works).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Changing Cell Programatically not firing Grid Edit events like AfterEdit and ValidateEdit</title><link>http://helpcentral.componentone.com/CS/thread/236921.aspx</link><pubDate>Tue, 24 Aug 2010 17:30:35 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236921</guid><dc:creator>BumpaRoy</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236921.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236921/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have a grid with a cell that I want to be edited through a custom dialolg form (a mini-text editor).&amp;nbsp; I capture the BeforeEdit and display the dialog.&amp;nbsp; The user hits OK and it populates the cell within the BeforeEdit event:&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;fg(e.Row, e.Col) = dlg.txtText.Text.TrimEnd&lt;/p&gt;
&lt;p&gt;I need to be able fire off the Validation Events as well as the AfterEdit event to check the text and flow into the other standard logic already coded in these events.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to add edit mask to a cell?</title><link>http://helpcentral.componentone.com/CS/thread/236919.aspx</link><pubDate>Tue, 24 Aug 2010 16:01:56 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236919</guid><dc:creator>lougv22</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236919.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236919/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have an editable cell in a FlexGrid that displays date and time. The behavior I want is when the user clicks on it to only allow them to enter valid dates/times in the format MM/DD/YYYY HH:MM. I&amp;#39;ve tried the following without any success:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C1FlexGrid _fg = null;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;new public void ChangeSelection(C1.Win.C1FlexGrid.C1FlexGrid fg, DateTime dt, string sel0, string sel1, string sel2)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;............................................&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;............................................&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;_fg = fg;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;	&lt;/span&gt; &amp;nbsp;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;_fg.Cols[2].EditMask = &amp;quot;99/99/9999 99:99:99&amp;quot;;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What else can/should I do?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>change the height of the rows</title><link>http://helpcentral.componentone.com/CS/thread/236827.aspx</link><pubDate>Sat, 21 Aug 2010 19:35:15 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236827</guid><dc:creator>jorgebastos</dc:creator><slash:comments>3</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236827.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236827/rss.aspx</wfw:commentRss><description>&lt;p&gt;Howdy,&lt;/p&gt;
&lt;p&gt;Since the last C1 Studio 2010 V2, the default rows height of bigger than the previous &amp;quot;normal&amp;quot;, here&amp;#39;s a screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://helpcentral.componentone.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer-Discussions-Components-Files/8/5722.rows.JPG" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;How can I change the rows height?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Jorge,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to select multiple cells?</title><link>http://helpcentral.componentone.com/CS/thread/236778.aspx</link><pubDate>Thu, 19 Aug 2010 21:03:48 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236778</guid><dc:creator>lougv22</dc:creator><slash:comments>4</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236778.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236778/rss.aspx</wfw:commentRss><description>&lt;p&gt;I want to be able to when I click on a row in a FlexGrid all the cells in that row to be selected. How can I do that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Multiple styles within a cell</title><link>http://helpcentral.componentone.com/CS/thread/236775.aspx</link><pubDate>Thu, 19 Aug 2010 20:28:18 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236775</guid><dc:creator>wagenb</dc:creator><slash:comments>4</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236775.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236775/rss.aspx</wfw:commentRss><description>&lt;p&gt;I don&amp;#39;t think this is possible after reading through the C1 documentation but thought I would ask.&lt;/p&gt;
&lt;p&gt;Is it possible to have multiple cell styles within cell text? The effect I am trying to get is highlighting certain words within a sentence contained in a flexgrid cell. For example, the cell data is below and I want the 3 words in the sentence highlighted.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;All questions are not answered at this time.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Complicated drag-drop scenario</title><link>http://helpcentral.componentone.com/CS/thread/236684.aspx</link><pubDate>Tue, 17 Aug 2010 18:17:31 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236684</guid><dc:creator>AgustAusturnet</dc:creator><slash:comments>3</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236684.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236684/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a grid where I need to accomplish two things:&lt;/p&gt;
&lt;p&gt;1) When a cell is clicked, highlight all related cells&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) Possible to drag a cell into another empty cell.&lt;/p&gt;
&lt;p&gt;My code is attached. &amp;nbsp;Both #1 and #2 are working BUT, #2 only works if the cell is clicked first, and then dragged. &amp;nbsp;It does not work to drag it without clicking it once first.&lt;/p&gt;
&lt;p&gt;The issue seems to be that when a cell is dragged without clicking it first, my DragOver function is stuck on thinking that the cell I&amp;#39;m dragging over is the one I&amp;#39;m dragging from. &amp;nbsp;The only requirement for a cell to be able to receive a drag is that it is empty (bookingId less then 1).&lt;/p&gt;
&lt;p&gt;If anybody wants to dive in - hints would be warmly welcomed!&lt;/p&gt;
&lt;p&gt;Agust&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title> C1Flexgrid scrolling in Citrix not fluid</title><link>http://helpcentral.componentone.com/CS/thread/236666.aspx</link><pubDate>Tue, 17 Aug 2010 11:56:39 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236666</guid><dc:creator>kalixe985</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236666.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236666/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;I&amp;#39;m developping a windows forms application which uses C1Flexgrids in some forms, and this application is executed by users via Citrix. The problem is that, if a grid has trees, some colors (especially a lot) and a lot of rows, when you scroll it, it doesn&amp;#39;t scroll fluently and you can see how each row is painted, row by row. This problem is less evident if the grid has no colors or trees. The problem seems to be that citrix paints Flexgrids as an image (bitmap), instead of painting it cell by cell, as Terminal server seems to do. Obviously, the problem can be solved with more network bandwidth for users to connect, but this is difficult -and expensive- to carry out by the company.&lt;br /&gt;So I&amp;#39;d like to know if there is a way citrix to paint Flexgrids more fluently, &amp;#39;understanding&amp;#39; cells and not painting them as an image. Maybe this is solved in a later version? I&amp;#39;m currently using version 2.6.20063.304 of C1Flexgrid.&lt;br /&gt;&lt;br /&gt;Thanks in advance for your help!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BeginUpdate before AutoSizeCol results in invisible but active rows</title><link>http://helpcentral.componentone.com/CS/thread/236620.aspx</link><pubDate>Mon, 16 Aug 2010 12:32:15 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236620</guid><dc:creator>sdfsd34</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236620.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236620/rss.aspx</wfw:commentRss><description>&lt;p&gt;If BeginUpdate() is called before AutoSizeCol(int), then the result is that all the grid&amp;#39;s contents disappear. However the grid &lt;span style="text-decoration:underline;"&gt;is still bound&lt;/span&gt;, the contents are still there, I can click all the rows as usual, but everything is invisible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this a bug, or by design?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using the latest stable, and also tried the latest prerelease.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>add unbound columns</title><link>http://helpcentral.componentone.com/CS/thread/236584.aspx</link><pubDate>Fri, 13 Aug 2010 17:04:07 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236584</guid><dc:creator>jlomada</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236584.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236584/rss.aspx</wfw:commentRss><description>&lt;p&gt;Is it possible to add multiple unbound columns to a bound flexgrid?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>dynamicaly creating C1TrueDBGrid</title><link>http://helpcentral.componentone.com/CS/thread/236523.aspx</link><pubDate>Thu, 12 Aug 2010 12:29:12 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236523</guid><dc:creator>priyagsgp</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236523.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236523/rss.aspx</wfw:commentRss><description>&lt;p&gt;hi, i want to create C1TrueTBGrid Dynamicaly i.e at run time and Please also tell what are the properties have to set for adding new columns. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Freezing First "visible" Column in the Grid</title><link>http://helpcentral.componentone.com/CS/thread/236506.aspx</link><pubDate>Wed, 11 Aug 2010 22:00:52 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236506</guid><dc:creator>jjoseph</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236506.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236506/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I need to freeze the first&amp;nbsp; visible column in the flex grid.&amp;nbsp; Here are the details.&lt;/p&gt;
&lt;p&gt;I have a data source (say data table), which is directly bound to the grid. Now after binding, I need to make the first two columns visible = false. So the third column (C1Grid.Cols(2)) &amp;nbsp;is essentially the first visible column.&lt;/p&gt;
&lt;p&gt;The datasource has around 15-20 columns and when its displayed, the scroll bars also come with it and when i scroll to the right side, I want the first visible column (the third column actually), to stay there, and the rest of the them scrollable. Something like the freeze feature of excel.&lt;/p&gt;
&lt;p&gt;let me know how to implement this.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;John&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting the Column Width of the last column with ExtendLastCol on.</title><link>http://helpcentral.componentone.com/CS/thread/236497.aspx</link><pubDate>Wed, 11 Aug 2010 19:30:02 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236497</guid><dc:creator>BumpaRoy</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236497.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236497/rss.aspx</wfw:commentRss><description>&lt;p&gt;How do you capture the width of a column when it is the last column in a grid and extendLastCol is turned on.&amp;nbsp; WidthDisplay returns the same value as Width and that is the set width of the column, not the displayed width which is stretched out to fill the grid size.&amp;nbsp; Any ideas?









&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C1FlexGrid ColumnInfo refreshes</title><link>http://helpcentral.componentone.com/CS/thread/236394.aspx</link><pubDate>Mon, 09 Aug 2010 15:52:40 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236394</guid><dc:creator>jlomada</dc:creator><slash:comments>0</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236394.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236394/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am currently working on a project that make use of the DataTree sample, however, i am trying to put in my own columninfo to the grid. Everytime the application loads it resets the columninfo even though i have set the autogeneratecolumns to false. is there an event that i can use to avoid the resetting of columns?&lt;/p&gt;
&lt;p&gt;Thank you in advance for any solution that can help me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to move child row also?</title><link>http://helpcentral.componentone.com/CS/thread/236351.aspx</link><pubDate>Sun, 08 Aug 2010 14:08:22 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236351</guid><dc:creator>jack_tan</dc:creator><slash:comments>8</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236351.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236351/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I set the flexgrid to tree style and group two rows as a tree.However ,the child rows haven&amp;#39;t move(stay at the original position) when I move the parent node to anohter position .Is there a way to move them as a unit?&lt;/p&gt;
&lt;p&gt;Thanks in advance~&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Sort DataMap Column</title><link>http://helpcentral.componentone.com/CS/thread/236229.aspx</link><pubDate>Thu, 05 Aug 2010 11:28:51 GMT</pubDate><guid isPermaLink="false">6ffc9ae0-0270-4839-b826-46696419445e:236229</guid><dc:creator>emasmind</dc:creator><slash:comments>1</slash:comments><comments>http://helpcentral.componentone.com/CS/thread/236229.aspx</comments><wfw:commentRss>http://helpcentral.componentone.com/CS/winforms_31/f/8/t/236229/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Im using the code from the example Flexgrid DataMap to map the column productid with the productname.&lt;br /&gt;I tried sorting the datatable before adding the rows in the hashtable, but nothing.&lt;/p&gt;
&lt;p&gt;Is it possible to sort the items of the combobox?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Elias Sparagis&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;span style="font-size:x-small;"&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>