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,
I'm usign two webgrids with one webgrid holding all order headers and another webgrid holding all order details.
If I click a row in the order header webgrid, the order details webgrid should refresh accordingly and show the correspondign order details.
This is working.
but if I try to filter any order in the order header webgrid it gives out string input error.
Pelase find the attached codes for reference.
Please confirm if the screenshot is the current error that you faced or not. Your sample will show this error because keyvalue is null or empty when select the filter row. To resolve this issue, simply set the validation to check keyvalue is undefined/null or not.
Also, I don't recomment the code that you used to get key value because it uses the element.
Not all of the element have this attribute. It would better if you get the row object instead of element.
e.g selRow= grid.GetSelectedObject().ToRowObject();
Hope this helps.
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