﻿<?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 - Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</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>Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</link><pubDate>Mon, 08 Oct 2012 08:04:12 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;no, we dont ever do client binding anywhere in our system.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;</description></item><item><title>Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</link><pubDate>Mon, 08 Oct 2012 08:02:31 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;Does this issue occur same with the previous issue that you mailed me? &lt;br /&gt;Based the previous detail, I saw that you used ClientBinding mode. If I am not mistaken, sending somehing like custom request could not be done in this mode. Please try to see our Client binding documentation that mentioned about the limitation.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</link><pubDate>Mon, 08 Oct 2012 07:20:09 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;no, that is not what i need.  What happens is this:&lt;/p&gt;
&lt;p&gt;We have a grid, and are editing a cell.  ON the right we have an update button for the entire grid. WHen we click that update button, on the client side, it goes to trigger a server side update like the code above.&lt;/p&gt;
&lt;p&gt;What happens though is that the row updates, but the server side update of the grid never triggers.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</link><pubDate>Mon, 08 Oct 2012 01:01:40 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;Please forgive me for lack of understanding about the reported problem.&lt;br /&gt;&lt;br /&gt;If you want to remove the selected row from server side, please try to add this snippet code to your server side code below:&lt;br /&gt;&lt;pre&gt;WebGrid1.SetSelectedObject(null);&lt;/pre&gt;&lt;p&gt;Hope this helps and please let me know your response.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
</description></item><item><title>Trigger Row update</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Trigger-Row-update/</link><pubDate>Fri, 05 Oct 2012 09:11:51 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The issue i have is that i am trying to trigger the grid to update (server side), but a cell is selected currently.  When i click my update button, it causes the row to update, but the server side code doesnt get hit.  here is the client side code.  If i remove the part to trigger the row to update, the server side calls get hit.&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;if&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt; (selectedObject != &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;null&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;
&lt;p&gt;		    		selectedObject.Update(false);&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;grid.ClearSelectedObject();&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;
&lt;p&gt;		    	grid.Refresh();&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;		    	grid.AddInput("Menu", "Update");&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="color: rgb(128, 0, 0); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(128, 0, 0); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(128, 0, 0); font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;
&lt;p&gt;		        grid.SendCustomRequest(); &lt;/p&gt;&lt;/span&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;Eric&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;</description></item></channel></rss>