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 support,
I have a combo with multiple columns, same columns visible and same hidden.
The first point is that method :
combo.GetSelectedRow() should return a WebComboRow object and not an DispHTMLTableRow object (like write in documentation), this cause that we have get the cell by number (example combo.GetSelectedRow().cells[2].innerText ) and not by name (combo.GetSelectedRow().GetNamedItem("columnsName")) and this create a problem in our develop.
The second point is that if we set same columns at runtime (by behind code in the WebCombo_InitializeLayout method) the columns not visible (by attributes RenderOnHidden="True" Hidden="True"), we don't have right value show in the rest of visible columns, it seems that in the column visible contain the value of previous cell where it is set at runtime these attributes RenderOnHidden="True" Hidden="True".
May you help in this topic
thanks in advanced
Fabrizio
Hello Fabrizio,
Thank you for concern. For the first point, I would need to discuss with our developer teams.Currently, it will return DispHTMLTableRow object and it seems there is misinformation in our documentation.Since it is not an object, we don't implement GetNamedItem method.
I could not replicate your last point. Please see my attachment sample. It runs fine when I use Hidden and RenderOnHidden as true.
Regards,Handy
After discussed with our developer, they decide to implement new method. It would get object. We could not change GetSelectedRow(), because it can break the changes for our WebCombo.
Thank you and we will create an example to replicate the issue
I have run your example (with version 4.0.7200.219) and works but if you change in it, the WebCombo definition, reverse the value of DataTextField with "ContactTitle" instead of "ContractName" :
<ISWebCombo:WebCombo DataTextField="ContactTitle" ....>
so the example doesn't work well, it reverses the result of "ContactTitle" and "ContractName"
regards
Hello,
This issue has been reported by another customer. I have forwarded this issue to our developer teams with wi number 686.FYI, this issue is not caused by hidden or visible column.
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