﻿<?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 - Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</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>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Tue, 14 Jan 2014 03:58:20 GMT</pubDate><dc:creator>zen8019</dc:creator><description>Hi
I have upgraded to Client UI 9 and the issue has now gone - thanks</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Mon, 13 Jan 2014 03:44:30 GMT</pubDate><dc:creator>xiaoyuandlg</dc:creator><description>&lt;span style="text-decoration:underline;"&gt;&lt;span style="color: rgb(22, 95, 167);"&gt;Odd phenomenon, I used this for a bit time and never meet such a &lt;a href="http://www.kettic.com/winforms_ui/csharp_guide/gridview_data_export.shtml" target="_blank"&gt;gridview export&lt;/a&gt; problem. Would it be possibly something wrong with the network? Not quite possible be wrong with the &lt;a href="http://www.kettic.com/winforms_ui/gridview.shtml" target="_blank"&gt;gridview control&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Thu, 24 Oct 2013 03:43:00 GMT</pubDate><dc:creator>zen8019</dc:creator><description>I'm quite busy at the moment but will send sample in due course, thanks</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Thu, 24 Oct 2013 00:47:55 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I created a simple Silverlight project containing UXGridView and have the Web project deployed to the deployment server. Next, I test the built-in export button on the UXGridView.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Unfortunately, I was unable to reproduce the reported problem in my simple sample (the video file is uploaded on &lt;a href="http://sdrv.ms/17gw2yV"&gt;http://sdrv.ms/17gw2yV&lt;/a&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For your information, I’m using the Intersoft ClientUI MVVM Data Application (DevForce) project template with ClientUI 9 assembly. The Web project is deployed in IIS 7.5 with default settings.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Could you please provide us with more information so that we can replicate the problem in our local end? Or if you could send us a working simple project which reproduces the problem, it will be very helpful.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Mon, 21 Oct 2013 03:33:01 GMT</pubDate><dc:creator>zen8019</dc:creator><description>I use the built-in UXGridView’s export-dialog box</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Sun, 20 Oct 2013 22:33:23 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The stack trace shows “Dialogs must be user-initiated.” which related to security reason. For security purposes, if a Silverlight application is a sandboxed application, file and print dialog boxes must be user-initiated. This means you must show them from a user-initiated action, such as the click event handler for a button. If you attempt to show a dialog box from non-user initiated code, a SecurityException will occur. (source: &lt;a href="http://msdn.microsoft.com/en-us/library/ff382752(v=vs.95).aspx"&gt;http://msdn.microsoft.com/en-us/library/ff382752(v=vs.95).aspx&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Could you please inform us how do you trigger the exporting dialog box? Do you use the built-in UXGridView’s export-dialog box or custom one?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Export GridView Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Export-GridView-Error/</link><pubDate>Wed, 16 Oct 2013 06:24:48 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;Please see attached screenshot of error message when exporting a gridview.  It works ok when running locally but from hosted site I get his error.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;Dialogs must be user-initiated.
   at System.Windows.Controls.SaveFileDialog.ShowDialogInternal(Window owner)
   at Intersoft.Client.UI.Data.UXGridView.(Object parameter)
   at (Object sender, ExecutedRoutedEventArgs e)
   at Intersoft.Client.Framework.Input.CommandBinding.(Object sender, ExecutedRoutedEventArgs e)
   at Intersoft.Client.Framework.Input.CommandManager.(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at Intersoft.Client.Framework.Input.CommandManager.(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at Intersoft.Client.Framework.Input.CommandManager.(Object sender, ExecutedRoutedEventArgs e)
   at Intersoft.Client.Framework.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   at Intersoft.Client.Framework.ISRoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at InvokeHandler(Object target, ISRoutedEventArgs routedEventArgs)
   at (Object source, ISRoutedEventArgs args, Boolean raisedAgain)
   at RaiseEvent(DependencyObject element, ISRoutedEventArgs args)
   at Intersoft.Client.Framework.Input.RoutedCommand.Object parameter, UIElement target)
   at Intersoft.Client.Framework.RoutedCommandHelpers.ExecuteCommandSourceImpl(ICommandSource commandSource, Boolean userInitiated)
   at Intersoft.Client.UI.Aqua.UXMenuItem.DelayableAction()
   at Intersoft.Client.UI.Aqua.UXMenuItem.OnClick()
   at Intersoft.Client.UI.Aqua.UXMenuItem.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 10pt;"&gt;Thanks&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>