iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello Bill,
Try to look into this below code.
Expression<Func<Culture, bool>> expression = this.QueryDescriptor.FilterDescriptors.AsExpression<Culture, bool>(typeof(Culture));
Regards, Handy
Hi Eric,
Thank you for confirming the issue. I has raised this issue to our developer teams.
Regards,Handy
Hello,
Is your application using WPF? If yes, we can also see the issue in here. I will report this issue to our developer teams. Thank you for your information.
Hello Eric,
It has been fixed before. It seems the issue is back (regression). I need more time to replicate in a simple sample for this issue. Because the previous one that I raised in my old simple sample already worked well. Perhaps, need to cover another case.
I can replicate the issue as well. For temporary workaround, for the window, it would be better to use the normal UXWindow instead of UXRibbonGlassWindow.
Also for the keytips, you can also bind Intersoft:UXRibbonKeyTipService.EnableKeyTips with a value that can be set when you show the DialogBox.
Hello Dave,
Unfortunately, this is a bug in our UXRibbonGlassWindow. I will forward this to our developer teams. If you just directly start from MainPage, this issue would not be happened.
Normally, if you want to show dialogbox, simply use your dialogbox object and call for show or showdialog method. However, since you are using DialogBoxServiceProvider, you need to use your current provider. Looking at your code, when you want to show DialogBox, it should be the same.
Get the dialog object first, then pass it into your dialogservice provider.
e.g
DialogTest dlg1 = new DialogTest(); DialogBoxServiceProvider.Show(dlg1, (dialogResult) => { if (dialogResult == Intersoft.Client.Framework.DialogResult.OK) { } });
Also, please remove IsClientVisible property in your UXDialogBox. In your case, you still don't need it.Regards,Handy
You might need to check out the link below that related with your question. Hope this helps.
http://www.intersoftpt.com/Community/ClientUI/can-you-have-sample-way-Localization-wpf-and-Silverlight/
http://www.intersoftpt.com/Community/ClientUI/Localization-ObservableResource-and-Overrides/
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname