﻿<?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 - UXListBox null ref exception</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-null-ref-exception/</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>UXListBox null ref exception</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-null-ref-exception/</link><pubDate>Mon, 18 Apr 2011 04:52:36 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Ross,&lt;/p&gt;&lt;p&gt;Could you provide more details about this issue? E.g how do you handle search in this scenario?&lt;br /&gt;It would more helpful if you can provide a simple runable project which replicates the issue.&lt;br /&gt;We need it to investigate your issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXListBox null ref exception</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-null-ref-exception/</link><pubDate>Sat, 16 Apr 2011 17:39:55 GMT</pubDate><dc:creator>rasmister</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a UXListBox bound to an Entity, the display member path and image path are nested within this entity two level deep, for instance:&lt;/p&gt;
&lt;p&gt;Events.Participant.NameLast&lt;/p&gt;
&lt;p /&gt;
&lt;p style=""&gt;Events.Participant.Photo&lt;/p&gt;
&lt;p style=""&gt;When I try to type a character to search on the list, it throws a null reference exception.&lt;/p&gt;
&lt;p style=""&gt;I checked some other UXListBoxes that search correctly and found on those, I was using a single level entity and the properties are on that entity.&lt;/p&gt;
&lt;p style=""&gt;Below is the code:&lt;/p&gt;
&lt;p style="" /&gt;
&lt;p&gt;            &amp;lt;Intersoft:UXListBox  ItemsSource="{Binding OCEventDetailHS, Mode=TwoWay}" &lt;/p&gt;
&lt;p&gt;                                  SelectedItem="{Binding CurrentEventDetailHS, Mode=TwoWay}"&lt;/p&gt;
&lt;p&gt;                                  SelectedIndex="{Binding CurrentOCEventDetailHSSelectedIndex, Mode=TwoWay}"&lt;/p&gt;
&lt;p&gt;                                  Margin="2" &lt;/p&gt;
&lt;p&gt;                                  DisplayMemberPath="Participant.NameFullLastFirstMiddleNick" &lt;/p&gt;
&lt;p&gt;                                  ImageMemberPath="Participant.Photo" &lt;/p&gt;
&lt;p&gt;                                  AllowDropItem="False" AllowMoveItem="False" AllowRemoveItem="False" &lt;/p&gt;
&lt;p&gt;                                  Style="{StaticResource UXListBoxTransparentStyle}" &lt;/p&gt;
&lt;p&gt;                                  ItemContainerStyle="{StaticResource UXListBoxImageText20x20ItemStyle}"&lt;/p&gt;
&lt;p&gt;                                  Height="170" Width="300"&lt;/p&gt;
&lt;p&gt;                                  /&amp;gt;&lt;/p&gt;
&lt;div&gt;Please advise.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;Thanks,&lt;/div&gt;
&lt;div&gt;Ross&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item></channel></rss>