﻿<?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 - Rowchecker Client Error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Rowchecker-Client-Error/</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>Rowchecker Client Error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Rowchecker-Client-Error/</link><pubDate>Tue, 06 Oct 2009 04:05:14 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;This issue has been fixed in WebGrid 7 for the next hotfix, the workaround described in the previous post will not be needed using the next hotfix.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Rowchecker Client Error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Rowchecker-Client-Error/</link><pubDate>Thu, 01 Oct 2009 10:36:14 GMT</pubDate><dc:creator>brice@regencycenters.com</dc:creator><description>&lt;p&gt;This works fine if there is no child table.  However, if I add a child table the error occurs again even with the client rowValidate script.&lt;/p&gt;</description></item><item><title>Rowchecker Client Error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Rowchecker-Client-Error/</link><pubDate>Thu, 01 Oct 2009 00:07:53 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In the scenario of RowChecker feature and WebGrid with AddNew feature enabled, you will need to implement the OnRowValidate client side event to resolve this issue.&lt;br /&gt;&lt;br /&gt;Here is the snippet of the OnRowValidate client side event, in this snippet the RowChecker column is located in column position 1 of the WebGrid:&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnRowValidate(rowObject)&lt;br /&gt;{&lt;br /&gt;  rowObject.childNodes[1].innerHTML = '&amp;lt;input class="DefChkBox" type="checkbox" rowchecker="1" hidefocus="hideFocus"/&amp;gt;';&lt;br /&gt;  return true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Rowchecker Client Error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Rowchecker-Client-Error/</link><pubDate>Wed, 30 Sep 2009 11:06:42 GMT</pubDate><dc:creator>regencycenters</dc:creator><description>&lt;p&gt;After adding a row checker column to the webgrid, adding a new row causes a scripting error.  I have two columns in my webgrid, a text and a webcombo column.  The error is &lt;strong&gt;children.0.checked is null or not an object&lt;/strong&gt;.  How do I get rid of this error?&lt;/p&gt;</description></item></channel></rss>