﻿<?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 navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-navigation/</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 navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-navigation/</link><pubDate>Tue, 23 Nov 2010 01:30:33 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>navigation</category><category>UXListBox</category><description>&lt;p&gt;IMO, you could use navigation command for such scenario. We have discuss about navigation command in our docs on this &lt;a target="_blank" href="http://intersoftpt.com/Support/ClientUI/Documentation/HowtoNavigatetoaPageusingCommand.html"&gt;article&lt;/a&gt; and a walkthrough of UXListBox which implements command also available &lt;a target="_blank" href="http://intersoftpt.com/Support/ClientUI/Documentation/WalkthroughCreateLineOfBusinessNavigationApplicationUsingMVVMPattern.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXListBox navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-navigation/</link><pubDate>Mon, 22 Nov 2010 00:02:29 GMT</pubDate><dc:creator>TerryH</dc:creator><category>navigation</category><category>UXListBox</category><description>&lt;p&gt;Glenn&lt;/p&gt;
&lt;p&gt;I tried your suggestion of invoking the Navigate method in the UXFrame, but that requires that the call be made in the code behind of the form. I used the SelectedItem event, but in doing so the code that I have in the viewmodel never gets executed. Does the UXListbox keep track of the current item internally somehow ? That would allow me to call the Navigate method with the key of the current item from the code behind.&lt;/p&gt;</description></item><item><title>UXListBox navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-navigation/</link><pubDate>Tue, 09 Nov 2010 22:14:43 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>navigation</category><category>UXListBox</category><description>&lt;p&gt;I suggest you try command for navigation, as detailed &lt;a target="_blank" href="http://intersoftpt.com/Support/ClientUI/Documentation/HowtoNavigatetoaPageusingCommand.html"&gt;here&lt;/a&gt;. You could also read about commanding in more detail &lt;a target="_blank" href="http://intersoftpt.com/Support/ClientUI/Documentation/HowtoNavigatetoaPageusingCommand.html#url=CommandingOverview.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If all else fails, you could invoke the Navigate method in the UXFrame which hold the detail page. In the ClientUI_Business_Application Customer page, the snippet to navigate to CustomerDetail page DIEGO would be:&lt;/p&gt;&lt;pre&gt;ContactFrame.Navigate(new Uri("/Customers/DIEGO", UriKind.RelativeOrAbsolute));&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXListBox navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXListBox-navigation/</link><pubDate>Tue, 09 Nov 2010 01:16:53 GMT</pubDate><dc:creator>TerryH</dc:creator><category>navigation</category><category>UXListBox</category><description>&lt;p&gt;I'm currently evaluating the ClientUI suite and have a question about UXListBox, in the example ClientUI_Business_Application on the Customers page there is a UXListBox with a datatemplate that has a UXNavigationButton, when a user clicks on the button the details are displayed to the right of the listbox. I would like to do something similar, I would like to populate the list with two colums of data, when the user clicks on one of the listbox items, the details would be displayed, I don't want to use a UXNavigationButton. How can I get this done ?&lt;/p&gt;
&lt;p&gt;I'm thinking that the listbox SelectionChanged event might be one way but I don't know how to get the same functionalty that UXNavigationButton provides with in the event.&lt;/p&gt;</description></item></channel></rss>