﻿<?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 - RowChecker</title><link>http://www.intersoftsolutions.com/Community/Tags/RowChecker/</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>Prevent RowChecker from checking rows that are not expanded in a hierarchical grid</title><link>http://www.intersoftsolutions.com/Community/Tags/RowChecker/</link><pubDate>Fri, 13 Sep 2013 17:12:55 GMT</pubDate><dc:creator>mlacy1358</dc:creator><category>WebGrid</category><category>Hierarchical</category><category>RowChecker</category><description>&lt;p&gt;We are using the latest version of the Intersoft WebGrid.  We have a self-referencing hierarchical grid that has RowChecker enabled so there is a "check all" check box in the column header of the checkbox column that when checked will check all of the rows in the grid.   The issue is that this is a hierarchical grid and so at any time, one folder may be expanded showing the child rows but all the other parent rows are collapsed (so their child rows are not visible).  When the RowChecker "check all" checkbox in the column header is selected, all the rows are checked, even those that are collapsed and so are not visible.  Is there a way to tell the RowChecker to only check the child rows that are visible and to not check the child rows that are in a collapsed state and so are not visible?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Can't update rowChecker in any events that occur after client binding</title><link>http://www.intersoftsolutions.com/Community/Tags/RowChecker/</link><pubDate>Tue, 07 May 2013 23:26:01 GMT</pubDate><dc:creator>intersoft@competent.com</dc:creator><category>RowChecker</category><description>&lt;p&gt;We have a grid (version 7.0.7200.533) that is bound on the client through web services. This grid contains a rowChecker column that allows users to select items in the grid.&lt;/p&gt;
&lt;p&gt;The application mimics a file management system, which allows the user to navigate a tree folder structure. Each time a different folder is selected, the grid is refreshed with information related to that folder.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;As the user selects items, we persist information about the selected items in a separate window so that the user can select multiple items from separate folders.&lt;/p&gt;
&lt;p&gt;When the user navigates to a folder, we use the OnInitializeRow client event to show the user any items that they had previously selected in that folder.&lt;/p&gt;
&lt;p&gt;This has worked for a very long time, but in the recent past we updated to a service release (not exactly sure which one broke it) that caused this to stop working. No matter what value we set (the cell value directly, the Check property on the row, or the Check() method on the row), the RowChecker cell is not set.&lt;/p&gt;
&lt;p&gt;We have also tried hooking the OnPostRender and OnDataBound methods with an equal amount of failure.&lt;/p&gt;
&lt;p&gt;Or final hack at this issue was to collect the list of rows to be checked in OnInitializeRow, then in OnPostRender, set a timeout with code to process the list of rows and call Check() on each of them. This works, but is a dreadful hack.&lt;/p&gt;
&lt;p&gt;Is there any way to get back to the previous behavior?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Export partial data in based on which selected in rowchecker</title><link>http://www.intersoftsolutions.com/Community/Tags/RowChecker/</link><pubDate>Mon, 20 Jun 2011 03:23:50 GMT</pubDate><dc:creator>indah.ai@gmail.com</dc:creator><category>WebGrid</category><category>RowChecker</category><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have webgrid with rowchecker on it, and I have property AllowExport yes. What I want is when I do export to let say excel file, I want only selected data (picked from rowchecker) to be export. Could you guys give me a simple sample that show how it works? Immediate response will be appreciated.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;- Indah -&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid RowChecker column not persisting on postback so GetCheckedRows is always empty</title><link>http://www.intersoftsolutions.com/Community/Tags/RowChecker/</link><pubDate>Tue, 14 Jun 2011 09:34:18 GMT</pubDate><dc:creator>neil.turner@ntd.co.uk</dc:creator><category>WebGridRowChecker</category><category>RowChecker</category><category>GetCheckedRows</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have a Webgrid with a RowChecker and a button to run an action on the checked rows.&lt;/p&gt;
&lt;p&gt;However getCheckedRows always returs empty and on clickikg the button all the checkboxes in the grid are cleared.&lt;/p&gt;
&lt;p&gt;I have coopied the code posted on this forum before but it still returns 0. I am using WebGrid 7&lt;/p&gt;
&lt;p&gt;This is the op of my grid&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;    &amp;lt;ISWebGrid:WebGrid ID="wgArchive" runat="server" DataSourceID="sdsAppointments"&amp;gt;&lt;/p&gt;
&lt;p&gt;        &amp;lt;RootTable Caption="Visits" DataKeyField="EntityId"&amp;gt;&lt;/p&gt;
&lt;p&gt;            &amp;lt;Columns&amp;gt;&lt;/p&gt;
&lt;p&gt;                &amp;lt;ISWebGrid:WebGridColumn ColumnType="CheckBox" IsRowChecker="True" Name="RowChecker"&amp;gt;&lt;/p&gt;
&lt;p&gt;                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;And this is the code the button runs&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;        protected void btnArchive_Click(object sender, EventArgs e)&lt;/p&gt;
&lt;p&gt;        {&lt;/p&gt;
&lt;p&gt;            lbMsg.Text = wgArchive.RootTable.Rows.Length.ToString() &amp;#43; " rows affected ";&lt;/p&gt;
&lt;p&gt;            foreach (string keyValue in wgArchive.RootTable.GetCheckedRows())&lt;/p&gt;
&lt;p&gt;            {&lt;/p&gt;
&lt;p&gt;                lbMsg.Text &amp;#43;= keyValue &amp;#43; " ; \n";&lt;/p&gt;
&lt;p&gt;            }&lt;/p&gt;
&lt;p&gt;        }&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>