﻿<?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 - WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</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>WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</link><pubDate>Mon, 15 Nov 2010 22:21:13 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid - Problem Add Row with RowCheck</category><description>&lt;p&gt;I have just been updated regarding this issue, the fix will be available on the next hotfix release.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</link><pubDate>Sun, 06 Dec 2009 23:02:16 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid - Problem Add Row with RowCheck</category><description>&lt;p&gt;The null reference error seems to be caused by a WebGrid bug. A bug report has been submitted to our developer. We will inform you if there is any update or progress regarding this issue. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</link><pubDate>Fri, 04 Dec 2009 04:18:31 GMT</pubDate><dc:creator>nicola.lorusso@loransrl.net</dc:creator><category>WebGrid - Problem Add Row with RowCheck</category><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;thanks for your reply.&lt;/p&gt;
&lt;p&gt;I tryed your snippet, rowchecker is my first column of webgrid, but on add row I got an error (Null reference object, see image attached).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</link><pubDate>Thu, 03 Dec 2009 22:49:52 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid - Problem Add Row with RowCheck</category><description>&lt;p&gt;In you are using a RowChecker column, you will need to use this RowValidate client side event handler:&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnRowValidate(rowObject)&lt;br /&gt;{&lt;br /&gt;	if(rowObject.getAttribute('type') == "NewRow")&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;	}&lt;br /&gt;	return true;&lt;br /&gt;}&lt;/pre&gt;The provided snippet will work if the RowChecker column is the first column in the WebGrid.&lt;br /&gt;</description></item><item><title>WebGrid - Problem Add Row with RowCheck</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Problem-Add-Row-with-RowCheck/</link><pubDate>Thu, 03 Dec 2009 09:37:51 GMT</pubDate><dc:creator>nicola.lorusso@loransrl.net</dc:creator><category>WebGrid - Problem Add Row with RowCheck</category><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have a webGrid 6.0 with LinqDataSource. It functions well for select, insert and updates.&lt;/p&gt;
&lt;p&gt;Now I've added a RowCheck (IsRowChecker Column = True).&lt;/p&gt;
&lt;p&gt;If I try to add a new row I got a Jscript error: "children.0.checked is null' but this new column isn't bound from datasource (see attachment).&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Nicola&lt;/p&gt;</description></item></channel></rss>