﻿<?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 - Fire Update on AfterExitEditMode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Fire-Update-on-AfterExitEditMode/</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>Fire Update on AfterExitEditMode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Fire-Update-on-AfterExitEditMode/</link><pubDate>Tue, 27 Apr 2010 03:35:42 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p /&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;Hi Guillermo,&lt;o:p /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;      Unfortunately, our WebGrid will update
automatically when it lost focus from its cell or row. So, although we are
using OnAfterExitEditMode, we will still need the row to lost focus in order to
trigger this event side.&lt;o:p /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;      In other hand, it might has a workaround
if we are using WebCombo as an edited column. However, if in your end, you can
use WebCombo, please let me know and I will try to make those work around for
you.&lt;o:p /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;      I hope it helps. Thank you and have a
nice day.&lt;o:p /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;o:p /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 7.5pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; "&gt;&lt;span style="font-family: 'lucida sans unicode', sans-serif; color: black; font-size: 9pt; "&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Fire Update on AfterExitEditMode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Fire-Update-on-AfterExitEditMode/</link><pubDate>Mon, 26 Apr 2010 16:20:00 GMT</pubDate><dc:creator>Gmontes</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a flat grid with a dropdown column that happens to be the only editable cell in the grid. Given that scenario, would it be possible to fire the update event when that cell value changes? (As opposed to having to wait for the row to lose focus or the context menu event).&lt;/p&gt;
&lt;p&gt;I was thinking of using the OnAfterExitEditMode event and a piece of JS like this:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function forceUpdate(controlId, tblName, editObject) {
        var webGrid = ISGetObject(controlId);
        webGrid.GetSelectedObject().ToRowObject().Update();               
    }&lt;/pre&gt;
&lt;p&gt;But that only changes the clientside value. Is this possible?&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>