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
The GridView control freezes when you add more than 1 member name to a custom verifier trigger. See attached project (VS 2010).
More Info:
See Products.cs in ClientUIDataApp2.DomainModel project to see implemenation of ProductName verifier. The offending line of code is in bold below:
public static Verifier ProductNameVerifier() { string Description = "CUSTOM Product Name Verifier: Product Name cannot be 8 characters long."; DelegateVerifier<ClientUIDataApp2.DomainModel.Product> v = new DelegateVerifier<Product>(Description, ProductNameCondition); // BUG: GridView freezes when more than 1 member names are added to verification trigger v.AddTriggers(Product.PropertyMetadata.ProductName.Name, Product.PropertyMetadata.UnitPrice.Name); // NOTE: this works but limits muti-field trigger. // v.AddTriggers(Product.PropertyMetadata.ProductName.Name); v.VerifierOptions.ExecutionModes = VerifierExecutionModes.InstanceAndOnAfterSetTriggers; return v; }
sorry, meant BUG in title. it's late...need sleep.
Hello,It appears to be an issue in the current release. We are currently consulting with IdeaBlade's engineers to clarify the issue. I will keep you posted as we have new updates.Thanks,Jimmy
Hi - IdeaBlade (DevForce) is examining this report (which was very clearly presented, thank you) and have verified the unfortunate behavior you described. We (IdeaBlade and InterSoft) have not identified the cause as yet; we (IdeaBlade) have not seen the infinite loop mentioned earlier. But please understand that IdeaBlade and Intersoft are working together to find out what is wrong and bring you a solution. Stay tuned.
Thanks for your patience, Ward
Thank you Ward and Jimmy. I appreciate your attention to this issue. Jimmy - is the service pack going to be released this week? Thanks 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