﻿<?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 - don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</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>don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</link><pubDate>Thu, 23 Aug 2012 05:34:24 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi Surya ,&lt;/p&gt;
&lt;p&gt;OK,I know now,thank you very much for your help!&lt;/p&gt;</description></item><item><title>don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</link><pubDate>Thu, 23 Aug 2012 00:45:43 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It is not possible when you use SendCustomRequest(). This method will do flypostback request to the server. Besides, to click checkbox will automatically call OnRowSelect event. This is a default behaviour.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</link><pubDate>Thu, 23 Aug 2012 00:31:33 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hello Kristian, &lt;/p&gt;
&lt;p&gt;I have know what cause the trigger InitializePostBack event,It is because in client side ,I have an event&lt;/p&gt;
&lt;p&gt;function WebGrid1_OnRowSelect(gridId, tblName, rowIndex, rowElm) {&lt;br&gt;&lt;/br&gt;            var grid = ISGetObject("WebGrid1");&lt;br&gt;&lt;/br&gt;            var key = rowElm.keyValue;&lt;br&gt;&lt;/br&gt;            {&lt;br&gt;&lt;/br&gt;                grid.AddInput("key", key);&lt;br&gt;&lt;/br&gt;                grid.SendCustomRequest();&lt;br&gt;&lt;/br&gt;            }&lt;br&gt;&lt;/br&gt;            return true;&lt;br&gt;&lt;/br&gt;        }&lt;/p&gt;
&lt;p&gt;and grid.SendCustomRequest() cause to trigger the InitializePostBack event.&lt;/p&gt;
&lt;p&gt; I want that when just mouse click one row ,it trigger InitializePostBack ,this has been realized.But when I selected the checkbox,it also trigger InitializePostBack ,I wonder when choosing checkbox,it should not trigger  InitializePostBack ,can this be realized? please see my attachment.Thank you!&lt;/p&gt;</description></item><item><title>don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</link><pubDate>Mon, 20 Aug 2012 23:09:42 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;I’m sorry for the late response.&lt;br /&gt;&lt;br /&gt;I made a sample using checkbox column.&lt;br /&gt;Then I add message box alert on WebGrid1_InitializePostBack.&lt;br /&gt;However, the WebGrid1_InitializePostBack isn’t trigger when I select the checkbox.&lt;br /&gt;&lt;br /&gt;Please have a review on my sample and let me know if there are the configurations that I missed.&lt;br /&gt;Or could you provide me more detail about your current scenario? So I can help you to resolve your issue.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans</description></item><item><title>don't trigger WebGrid1_InitializePostBack when a checkbox is selected in grid  </title><link>http://www.intersoftsolutions.com/Community/WebGrid/dont-trigger-WebGrid1InitializePostBack-when-a-checkbox-is-selected-in-grid/</link><pubDate>Wed, 15 Aug 2012 23:21:59 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want you consult that if I select a checkbox in a grid,I don't want it to trigger WebGrid1_InitializePostBack event when one row  checkbox is selected.how to realize it?Thank you!&lt;/p&gt;</description></item></channel></rss>