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
Hi,
Please provide the syntax used with ListViewAttribute on forms with navigation mode. We tried the code below, but something goes terribly wrong when closing the form or view. It returns an error and crashes the app. See attached file:
[Editor(EditorType.ListView)][ListView(DisplayMemberPath = "ContactName", InteractionMode = ListViewInteractionMode.Navigation)][SelectedItemBinding(Path = "SelectedContactItem")]public IList<LocationContact> Contacts;
Please review and see if anything else is needed. We also tried specifying the viewmodel type on ListViewAttribute but nothing works as opposed to what is expected.
Thanks!
I recommend you to take a look at Crosslight FormBuilderSamples. Navigate to Editors > List View > Navigation section. The sample shows how to add ListView on FormBuilder.
I tried to run the sample on iPhone 6s iOS 9.2 (emulator) without any problem.
Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the problem.
Any updates?
Sorry for the delay in sending this.
The reported problem has been forwarded to Crosslight development team to be investigated further. It is filed under CROS-1026.
I found that the problem is specific with nested-modal using FormBuilder scenario. I did the following test and found that the problem doesn't persist.
private void ShowToast(object parameter) { var p_Parameter = new NavigationParameter() { ModalPresentationStyle = ModalPresentationStyle.FormSheet, NavigationMode = NavigationMode.Push, EnsureNavigationContext = true }; this.NavigationService.Navigate<LocationListViewModel>(p_Parameter); }
I will keep this thread updated with any news I heard from the team regarding CROS-1026.
We can't possibly do this because the app features a modal context. Understand that this is a live app in production and requires immediate attention. The modal context is an existing feature with Crosslight, so we're hoping that this bug should not be taken lightly. That workaround just won't work with our app. Thanks!
Hi Jimmy,
Thank you for reporting this issue and providing a working sample. Just a quick update that the reported issue has been fixed and currently being tested. An update will be made available tomorrow via NuGet. More details will follow shortly.
Good day Jimmy,
The problem reported under CROS-1026 has been resolved. The hotfix (Crosslight 5.0.5000.549) is now available in NuGet.
Please apply the hotfix and let us hear the result.
For more detail about Crosslight NuGet Packages, please refer to this article in Crosslight documentation.
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