﻿<?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 two-way binding issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-two-way-binding-issue/</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 two-way binding issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-two-way-binding-issue/</link><pubDate>Sun, 28 Feb 2010 22:18:45 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid binding</category><description>&lt;p&gt;Hello Herman,&lt;/p&gt;&lt;p&gt;Yes, it is a client side. But WebGrid does Flypostback also which will request to save changes in server side. If you want completely FullPostBack, the similar scenario would be BulkUpdate which refer into what you found earlier.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid two-way binding issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-two-way-binding-issue/</link><pubDate>Thu, 25 Feb 2010 05:31:29 GMT</pubDate><dc:creator>hermancordes@gmail.com</dc:creator><category>webgrid binding</category><description>&lt;p&gt;Hello Handy,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. I've looked into the SmartBatchUpdate scenario, it's got almost everything I need, except for one thing. It's still updating at clientside by an AJAX call. I'd like to perform a complete page postback (because the grid lives inside a larger form and in the near future multiple grids will be added to the form). Will this also be possible with a SmartBatchUpdate?&lt;/p&gt;
&lt;p&gt;In the meantime I found this example on the support site: &lt;a href="http://support.intersoftpt.com/KBArticle.aspx?aid=137"&gt;http://support.intersoftpt.com/KBArticle.aspx?aid=137&lt;/a&gt;. Ran into some other problems with this... maybe out of the scope of this topic, so posted it in a new question &lt;a href="http://www.intersoftpt.com/Community/WebGrid/WebGrid-BulkUpdate-with-IList-DataSource-doesnt-show-changes-on-postback/"&gt;http://www.intersoftpt.com/Community/WebGrid/WebGrid-BulkUpdate-with-IList-DataSource-doesnt-show-changes-on-postback/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks in advance for replies.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Herman&lt;/p&gt;</description></item><item><title>WebGrid two-way binding issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-two-way-binding-issue/</link><pubDate>Wed, 24 Feb 2010 23:12:22 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid binding</category><description>&lt;p&gt;Hello Herman,&lt;/p&gt;&lt;p&gt;It seems your scenario is more suitable in SmartBachUpdateScenario. In SmartBacthUpdate scenario, you can add,edit and delete. The modification would not be saved until you AcceptPendingChanges. Attachment is my simple sample. I created a form if user wants to add a new row into WebGrid. &lt;br /&gt;The data will be saved/processed into database if user Accept the pending changes. &lt;br /&gt;Please let me know your response.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid two-way binding issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-two-way-binding-issue/</link><pubDate>Wed, 24 Feb 2010 07:37:17 GMT</pubDate><dc:creator>hermancordes@gmail.com</dc:creator><category>webgrid binding</category><description>Today I've been experimenting with the WebGrid to obtain the following:
&lt;div&gt;&lt;ul&gt;
&lt;li&gt;WebGrid as part of a form&lt;/li&gt;
&lt;li&gt;Databound grid, two-way&lt;/li&gt;
&lt;li&gt;Edit and InsertNew not enabled, insert by custom javascript&lt;/li&gt;
&lt;li&gt;Delete enabled&lt;/li&gt;
&lt;li&gt;When form gets posted, I'd like the data either to bound back to the datasource or programmatically be retrieved (last option preferred probably)&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Currently I don't know how to achieve this by using the WebGrid. Should I use client/server binding and how about the auto-postbacks the grid seems to perform? Can I switch that off someway?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thanks in advance.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;edit: Maybe to give a better example, I'd like the grid to behave just like any other form control... load the control with or without data, modify it's value at runtime (but without interaction to the server) and process the data on postback.&lt;/div&gt;&lt;/div&gt;</description></item></channel></rss>