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 Questica,
We have release the WebGrid9 hotfix for chrome 43 support. Please find the hotfix on attachment. To apply the hotfix, please follow the step-by-step instruction on "To apply WebUI.NET Framework hotfix" section at http://www.intersoftpt.com/Support/ASPNET/Tutorial/Text/Apply-ASPNET-product-hotfix-manually/.
Best Regards,Leo
db.AfterSaveChangesDelegate = (context, affectedRows) =>{ var dbEntityEntry = context.ChangeTracker.Entries(); List<DbEntityEntry> collectionEntries = dbEntityEntry.Where(o => o.Entity.GetType() == typeof(Collection)).ToList(); foreach (DbEntityEntry collectionEntry in collectionEntries) { collectionEntry.Reload(); } };
db.AfterSaveChangesDelegate = (context, affectedRows) => { var dbEntityEntry = context.ChangeTracker.Entries(); List<DbEntityEntry> collectionEntries = dbEntityEntry.Where(o => o.Entity.GetType() == typeof(Collection)).ToList(); bool relatedAttached = dbEntityEntry.Count(o => o.Entity.GetType() == typeof(ReleatedEntity)) >= 1; foreach (DbEntityEntry collectionEntry in collectionEntries) { Collection collection = collectionEntry.Entity as Collection; if(relatedAttached) context.Entry(collection.ReleatedEntity).Reload(); else context.Entry(collection).Reference(c => c.ReleatedEntity).Load(); } };
Sorry for my late response. I will contact our developer team to confirm when the fix or a nightly build will be available and inform you about it later.
Hi Jimmy,
Sorry for the wait. I have create a simple sample that demonstrate this behaviour. Please find the sample here.
Regarding invoke ExecuteSave on navigation result Callback, I have report this issue under CROS-805. I will keep you informed with the progress of CROS-805.
Hi Rahul,
I'm afraid that WebCombo 4 has now been discontinued for several years and there is not going to be any further updates for it. So I suggest you to update your webcombo (WebUI Studio).
For this issue, I will help you by testing this out in WebCombo 6. For this reason, please provide informations regarding IE compatibility mode, WebCombo rendering mode, and doctype.
WebGrid9 has the same issue with WebGrid8 on Chrome43beta. For more information and update about this issue, please refer to this.
I will help you by escalating this issue so that the fix or nightly build could be available as soon as possible. For your information, the fix will be targeted for WebGrid 9. I will keep you updated about this issue.
Right now, WebGrid does not work well with Chrome 43, but we going to add a support for it. For your information, this issue has been submit under ASPNET-163 and our team has manage to make some of WebGrid's feature run on Chrome 43. I will update you with information regarding this issue.
I have confirm this with our developer team and there will be a support for Chrome version 43 after it is out of beta test (stable release).
Hi Bob,
I am glad to hear that your problem sloved. Should you need further assistance or run into any problems in regard to our controls, feel free to post it into our forum. we would be happy to assist you again.
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