﻿<?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 - ClientUI - LoadingRow Event not exists in UXGridView?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/LoadingRow-Event-not-exists-in-UXGridView/</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>LoadingRow Event not exists in UXGridView?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/LoadingRow-Event-not-exists-in-UXGridView/</link><pubDate>Sun, 04 Sep 2011 23:22:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Yes, currently we don't have that property. Our developer teams decided to not implement this because our ClientUI deals with MVVM, not with the view. Mostly, you need to manipulate it in your LoadData method. Simply add a partial class or property, then generate the value automatically in its class/property.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>LoadingRow Event not exists in UXGridView?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/LoadingRow-Event-not-exists-in-UXGridView/</link><pubDate>Fri, 02 Sep 2011 12:35:48 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;I want to generate serialnumber in the first column of grid.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none" alt="" src="http://www.joycen.com/uploads/allimg/091219/144145E37-0.png" /&gt; &lt;/p&gt;
&lt;p&gt;when i use datagrid of microsoft,i can do like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataGrid1.LoadingRow　&amp;#43;=　new　EventHandler&amp;lt;DataGridRowEventArgs&amp;gt;(dataGrid1_LoadingRow);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;void　dataGrid1_LoadingRow(object　sender,　DataGridRowEventArgs　e)　{　&lt;br /&gt;　　int　index　=　e.Row.GetIndex();　&lt;br /&gt;　　var　cell　=　dataGrid1.Columns[0].GetCellContent(e.Row)　as　TextBlock;　&lt;br /&gt;　　cell.Text　=　(index　&amp;#43;　1).ToString();　&lt;br /&gt;}&lt;/code&gt;&lt;/p&gt;</description></item><item><title>LoadingRow Event not exists in UXGridView?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/LoadingRow-Event-not-exists-in-UXGridView/</link><pubDate>Fri, 02 Sep 2011 05:40:36 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Can I know what is the purpose? Are you looking for Loaded or LoadingRow event?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>LoadingRow Event not exists in UXGridView?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/LoadingRow-Event-not-exists-in-UXGridView/</link><pubDate>Thu, 01 Sep 2011 22:05:06 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;I want to use “LoadingRow” Event of UXGridView,but it does't exist.&lt;/p&gt;
&lt;p&gt;What is the workaround?&lt;/p&gt;</description></item></channel></rss>