﻿<?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 - checkedrows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/checkedrows/</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>checkedrows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/checkedrows/</link><pubDate>Fri, 17 May 2013 00:33:21 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear the good news.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>checkedrows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/checkedrows/</link><pubDate>Mon, 13 May 2013 07:17:57 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Sorry, I guess having time off makes you make stupid mistakes...  I answered my own questions, I was using the database field name and not the webColumn name.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks  &lt;/p&gt;</description></item><item><title>checkedrows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/checkedrows/</link><pubDate>Mon, 13 May 2013 07:09:13 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;  I am using the RowChecker cloumn to allow users to check which columns to select.  Below is a snippet of code.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt; 	For Each keyValue As String In checkedRows
                dnumber = keyValue
                entry_date = WebGrid1.RootTable.Rows.GetRowByKeyValue(keyValue).Cells(5).Value
                state = WebGrid1.RootTable.Rows.GetRowByKeyValue(keyValue).Cells(3).Value
                ' run function to do something...
        Next&lt;/pre&gt;
&lt;p&gt;My questions are, 1) is there a way to get he value of the column without using the index value (..Cells(5))?  I've tried the .GetNamedItem("state"), but that didn't seemt to work.  I need this becuause he user may move the column to anothre location.&lt;/p&gt;
&lt;p&gt;2) can you get the value of a column that is hidden?&lt;/p&gt;
&lt;p&gt;Both of these need to be done server side.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>