﻿<?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 - Hierarchical Grid - Apply value from root table cell to children OnChildRowExpand</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Grid---Apply-value-from-root-table-cell-to-children-OnChildRowExpand/</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>Hierarchical Grid - Apply value from root table cell to children OnChildRowExpand</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Grid---Apply-value-from-root-table-cell-to-children-OnChildRowExpand/</link><pubDate>Mon, 06 Feb 2012 14:00:46 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario. I enclosed a simple sample of hierarchical WebGrid with virtual load paging and load on demand enabled. There are three tables: Customers, Orders, and OrderDetails.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please make any necessary changes to the sample so that it replicates the problem and possibly give me a step by step guide that I can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hierarchical Grid - Apply value from root table cell to children OnChildRowExpand</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Grid---Apply-value-from-root-table-cell-to-children-OnChildRowExpand/</link><pubDate>Sat, 04 Feb 2012 22:50:11 GMT</pubDate><dc:creator>Cyong</dc:creator><description>&lt;p&gt;Just found a workaround for this issue. I started using the OnChildRowExpand event in co-ordination with the OnResponse event so that I can evalute the grid for rows that need to be evaluated/re-calculated in the OnResponse event, after they have been tagged by the OnChildRowExpand event. (OnAfterChildRowExpand might be a nice event to have in the future since its kind of awkward to work with two seperate ones.) &lt;/p&gt;&lt;p&gt;I haven't been able to come up with much in regards to this event, so if you have any information in regards to it, I would be more than appreciative.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Hierarchical Grid - Apply value from root table cell to children OnChildRowExpand</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Grid---Apply-value-from-root-table-cell-to-children-OnChildRowExpand/</link><pubDate>Thu, 02 Feb 2012 21:25:14 GMT</pubDate><dc:creator>Cyong</dc:creator><description>&lt;p&gt;I am currently working with a hierarchial grid using VirtualLoad and LoadOnDemand. Currently the RootTable is being used to input a single change, and apply that change in mass to the children of that row. I am currently setting a flag in a 0 width column to indicate that when the row is expanded, the changes need to be applied, and am evaluating it with client script using the OnChildRowExpand event. &lt;/p&gt;
&lt;p&gt;The problem I am running into is that when that event is fired, the child rows still havent been loaded, and as such I can't perform the changes to the data. I am using webGrid1.GetSelectedObject().ToRowObject() to get the row, and it appears to be correct, but the code seems to hang whenever I attempt to use the ExpandChildRow commands to attempt to generate the child records of the row to perform the logical operations on. Am I missing a command, mis-read an example, using the wrong event? Any help with this would be appreciated.&lt;/p&gt;
&lt;p&gt;(In case it is relevant, there are three tables. RootTable has ChildTable1 for children, and ChildTable1 has ChildTable2 for children.)&lt;/p&gt;</description></item></channel></rss>