﻿<?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 - How to Deselect a row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-Deselect-a-row/</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>How to Deselect a row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-Deselect-a-row/</link><pubDate>Sun, 09 Sep 2012 21:57:51 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;To deselect a row from client side, you could use this example snippet code:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;function ClearSelectedObj() {       var grid = ISGetObject('WebGrid1');
    grid.ClearSelectedObject(true);
    return true;
}&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>How to Deselect a row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-Deselect-a-row/</link><pubDate>Sat, 08 Sep 2012 23:04:38 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;How do you deselect a row in the grid on the client side?&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;</description></item></channel></rss>