﻿<?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 - WebCombo - Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</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>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Fri, 03 Jun 2011 07:06:03 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Yousif,&lt;/p&gt;&lt;p&gt;I am not sure if this handler request has been added to WebUI2011R1, I will try to collaborate with Glenn and follow up the status with our developer teams.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Thu, 02 Jun 2011 09:19:33 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;Has the data cleared event handler request been added to 2011 R1?&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Fri, 03 Sep 2010 12:11:12 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Thanks for looking into the context menu issue.  I appreciate that.  Now I know I'm not nuts trying to find this info. ;)&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Fri, 03 Sep 2010 06:13:49 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Good to hear you could find a workaround for the build you are using.&lt;/p&gt;&lt;p&gt;Thank you for the feedback, I will create a feature request for the event handler. Regarding the context menu, my research could not found any event handler associated with the delete option as well.&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Thu, 02 Sep 2010 08:17:39 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;Well 2010 isn't going to help right now since we haven't upgraded yet.  Should be doing that next week.  We just couldn't get the update done in time for our first release and we also have the grid issue to fix as you know.&lt;/p&gt;
&lt;p&gt;For now, I wound up doing a straight __doPostBack actually in the OnBeforeRequest which is working.  I made sure to format the posted id and event argument like the WebCombo and that works great.  We derive our customized combo box from WebCombo, so I just overrode the post back handler and processed the request.&lt;/p&gt;
&lt;p&gt;Would be a great feature to add to the combo, so if you can add it to the "wish list" please that would be great.  Basically have an OnTextDataCleared handler and the event would occur when the user deletes/cuts the data from the edit box.  It would only fire when there was a selection made already.&lt;/p&gt;
&lt;p&gt;By the way, do you guys know if the Delete item from the context menu has an event that fires?  I've searched and searched and even posted on Microsoft's forums with no answer.  If you right click the combo box you get the (see attached) context menu which has the Delete item on it.  The user can use this to delete the selection but there's no way to trap this event or disable it.  For now we've disabled the context menu completely.  I thought you guys might be able to help.  Thanks Glenn.&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Thu, 02 Sep 2010 04:59:36 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In my test, in order to update the object in the UpdatePanel, you will need to utilize the GetClientAction().RenderControl() during FlyPostBack event handler.&lt;/p&gt;&lt;p&gt;However, in the attached sample using all the latest assembly from WebUI 2010 R1, I could abort the flypostback event in the OnBeforeRequest event handler by returning false.&lt;/p&gt;
&lt;p&gt;Attached is the test page I am using to test the scenario.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Urgent - How To Cancel Combo Post Back</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Urgent---How-To-Cancel-Combo-Post-Back/</link><pubDate>Tue, 31 Aug 2010 16:13:18 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;I need to be able to cancel a fly post back action on the client side.  In our case, we have a WebCombo and when the user clears the text box, i.e., deletes what's in there (causing a load data fly post), we'd like to cancel the native fly post back so we can send our own post back to indicate a data cleared event.&lt;/p&gt;
&lt;p&gt;Adding a custom request does not work for us as it's wrapped within the "LoadData" request and we don't want that.  Additionally, we return false in this case from the OnBeforeRequest but that doesn't impact the fly request.  It's still submitted.  I would think returning false would cancel the request to fly post.&lt;/p&gt;
&lt;p&gt;This is an urgent need for us and need to get this working ASAP please.  Thank you.&lt;/p&gt;
&lt;p&gt;[EDIT] I forgot to mention that a custom request works, i.e., the post back works, however, our custom server-side handler is invoked but does not affect any UpdatePanel objects on the form.  This is the main issue.  If the custom request via fly post back can update the update panels then we'd be fine.&lt;/p&gt;
&lt;p&gt;[EDIT] I tried these settings yesterday and they still didn't help.  My update panels did not update.&lt;/p&gt;&lt;span style="font-size: 9px"&gt;&lt;/span&gt;&lt;span style="font-size: 9pt"&gt;&lt;span style="color: #0000ff"&gt;&lt;span style="color: #0000ff"&gt;this&lt;/span&gt;&lt;/span&gt;.AspNetAjaxSettings.UpdateControlScripts = &lt;span style="color: #0000ff"&gt;true&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: #0000ff"&gt;&lt;span style="color: #0000ff"&gt;this&lt;/span&gt;&lt;/span&gt;.AspNetAjaxSettings.UpdateControlStyles = &lt;span style="color: #0000ff"&gt;true&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 9pt"&gt;&lt;span style="font-size: 10pt"&gt;Any other ideas?&lt;/span&gt;&lt;/span&gt;
</description></item></channel></rss>