﻿<?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 reload datagrid with checked rows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reload-datagrid-with-checked-rows/</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 reload datagrid with checked rows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reload-datagrid-with-checked-rows/</link><pubDate>Fri, 16 Jul 2010 11:02:33 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Kristian Cowart,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; First of all, I will assume that you are having this scenario under javasript code. We can simply add WebGrid.Refresh() after all the scenario is done, is this case, it would be getting all the checked rows informations. Here is the snippet to do so, in here I only show how many check box is checked.&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;        function Button1_onclick() {
            var WebGrid = ISGetObject("WebGrid1");
            alert("Total checked row : " &amp;#43; WebGrid.RootTable.GetCheckedRows().length);
            WebGrid.Refresh();
        }&lt;/span&gt;&lt;/pre&gt;
&lt;p /&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;I hope it can helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to reload datagrid with checked rows</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-reload-datagrid-with-checked-rows/</link><pubDate>Thu, 15 Jul 2010 15:50:45 GMT</pubDate><dc:creator>kcowart75</dc:creator><description>&lt;p&gt;I have a datagrid with one column in my grid where the  columntype is a checkbox and isrowchecker = true.  I have a button on my page where once it is clicked i can retrieve an arraylist of checked rows. i can't seem to refresh my grid and only show the selected rows from this button click. How is this done and what simple step am I missing? Thanks for any help.&lt;/p&gt;</description></item></channel></rss>