﻿<?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 - Lounge - AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</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>AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</link><pubDate>Mon, 08 Dec 2014 04:38:47 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>auto save</category><description>&lt;blockquote&gt;... Although I would like a response on the first one, please.&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I hope you don't mind to create another thread which specifically discuss about question #1, space left blank appear which affects the width of the other 3 grids. Since this question is not related to the topic discussed in this thread, AutoSave - Excel-like Save for WebGrid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</link><pubDate>Sun, 07 Dec 2014 02:02:59 GMT</pubDate><dc:creator>sample4170</dc:creator><category>WebGrid</category><category>auto save</category><description>Hi,I've got solution for the checkbox column. I forgot to set the columntype to template which I was setting as Checkbox ttype column. This is issue is solved.

Although I would like a response on the first one, please. Thanks.</description></item><item><title>AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</link><pubDate>Thu, 04 Dec 2014 10:01:25 GMT</pubDate><dc:creator>sample4170</dc:creator><category>WebGrid</category><category>auto save</category><description>&lt;p&gt;Thanks Yudi. &lt;/p&gt;&lt;p&gt;It is exactly what I expected.&lt;/p&gt;&lt;p&gt;1. Another small issue I am facing which I am hoping you could help with. I have 4 grids in a single page, among which one grid contains around 25 columns visible. Even though the scroll is applied to the shrunken grid, there is space left blank which affects the width of the other 3 grids.&lt;/p&gt;&lt;p&gt;If I apply AutoFitColumns, the columns shrink so much that I can't even figure out more than single letter.&lt;/p&gt;&lt;p&gt;Is there a way to fit in AutoFitColumn with Scroll applied?&lt;/p&gt;&lt;p&gt;2. I need to bind a checkbox&amp;nbsp;column with integer field from clientside asp SqlDataSource itself. It is possible to have something like this:&amp;nbsp;an ItemTemplate with checkbox and Checked = Eval(Container)? Here I have only CellTemplate and when applied the above case, there is no checkbox displayed.&lt;/p&gt;&lt;p&gt;Awaiting your response. Thanks.&lt;/p&gt;</description></item><item><title>AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</link><pubDate>Thu, 04 Dec 2014 03:50:58 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>auto save</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;WebGrid supports scenario that submits all updates in a single AJAX request via built-in WebGrid user interface, or via API. Add following code to accept all changes from button click client side event.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function Button1_onclick()
{
    var grid = ISGetObject("WebGrid1");
    grid.AcceptAllChanges();
    return true;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can use the above snippet code and add it to the event handler of TabChange event.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>AutoSave - Excel-like Save for WebGrid</title><link>http://www.intersoftsolutions.com/Community/Lounge/AutoSave---Excel-like-Save-for-WebGrid/</link><pubDate>Wed, 03 Dec 2014 16:44:57 GMT</pubDate><dc:creator>sample4170</dc:creator><category>WebGrid</category><category>auto save</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have posted a similar thread and as that post is closed - and seeing how I have not yet got my scenario correctly, I am opening a new one.&amp;nbsp;&lt;/p&gt;&lt;p&gt;SmartbatchUpdate is very handy and efficient,of course. but one of my Project requirements is to save the edited grid without the need to click on AcceptChanges. For example, when I change tab, the grid needs to be saved automatically(not considering the current option of prompt of staying on the current page).&lt;/p&gt;&lt;p&gt;Just, he action of connecting the event handler of AcceptChanges button to the event of TabChange. Is it possible for a round about way for doing this?&lt;/p&gt;&lt;p&gt;Hope you get the gist of my requirement. Awaiting your response.&lt;/p&gt;</description></item></channel></rss>