﻿<?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 - How to retrieve data from dropdown combo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-retrieve-data-from-dropdown-combo/</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>How to retrieve data from dropdown combo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-retrieve-data-from-dropdown-combo/</link><pubDate>Wed, 24 Nov 2010 03:59:57 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello Indah,&lt;/p&gt;
&lt;p&gt;I am afraid your scenario is not possible to be implemented because EdityType Dropdownlist is a built-in control in WebGrid, and thus, it does not invoke any of standard dropdownlist events. Also, OnChange event is used to be invoked from Client-side. Therefore, it does not trigger any events from Server-side. Since we need to pass through Server-side in order to retrieve the database, this scenario is most likely not recommended to be implemented.&lt;/p&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;-Martin-&lt;/p&gt;</description></item><item><title>How to retrieve data from dropdown combo</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-retrieve-data-from-dropdown-combo/</link><pubDate>Mon, 22 Nov 2010 21:18:09 GMT</pubDate><dc:creator>indah.ai@gmail.com</dc:creator><description>&lt;p&gt;Dear IS,&lt;/p&gt;
&lt;p&gt;I have a case about retrieving data when onchange events occured for a dropdownlist combo in your WebGrid.&lt;br /&gt;This case might be not recommended, but the User want it to be.&lt;br /&gt;I have tried the Unbound way once to solve this, &lt;br /&gt;but since the grid is in Hierarchical mode, we must use ISDataSource, &lt;br /&gt;which is on its inserting/updating process, all data that has been set on grid, must be saved.&lt;/p&gt;
&lt;p&gt;This case described as below.&lt;/p&gt;
&lt;p&gt;In a grid, there are 4 columns.&lt;br /&gt;Columns A : NewRowEditType/EditType="DropdownList"&lt;br /&gt;Columns B, C, D : Default&lt;/p&gt;
&lt;p&gt;When Columns A onchange, system will retrieve data from Master to be set on Columns B and C.&lt;br /&gt;This must be set, because User need to have a default data from Master.&lt;br /&gt;And when it necessary, User is able to change some data that has been retrieved.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any idea how to handle this?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>