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 Richards,
To bind the data you can use DisplayMemberPath and ImageMemberPath. See my attached MVVM sample.
For further information you can look into our ClientUI samples under Input and Form Controls -> Combo Box.
The definition of more than column displayed, did you mean by multiple column? I believe it is not implemented yet.
Hope this helps,
Niven.
Hi Dave,
I just heard a news regarding this issue.
Actually this is not a bug.
You need to set the Grid's culture to match the data format string. Otherwise, the .NET framework doesn't understand which format that submitted to it.
Hope this helps.
Hello,
I just received a reply from the developer team. The feature is not implemented yet.
If you want, you can always make a future request under your TDN.
Thank you and have a nice day.
I'm not really sure what is wrong. but everythings went fine on my side.
Have you install our new SP1? If not yet, please install our new release SP1 and let me know if the issue is still persist.
Hello.
About background, we loved to do that. Since to due of our massive tasks, we are trying our best to deliver the background to you but we can't promise the exact time frame on this one, although we will try our best to make this happen.
Hope you understand.
Thank you for your interest and have a nice day.
Hi Yiannis,
Could you please be more detail? Did you mean by attaching a background in UXDock? if yes, you can do that by using the BackgroundImageCenter property and maybe you can set the BackgroundWidth property to your preferable size.
Thank you
Regards,
The OnNavigatedTo method will be invoke only when you implementing the UXFrame and using the UXPage.
Why it is always disabled because the OnNavigatedTo method will not work on others than above requirement.
Hello Frank,
I have talked with the developer team and they will fix this issue after the next release which is soon.
Thank you for your patience. I will let you know if there's any updates on this issue.
Hi Vantu,
I have tried your scenario and no success, I have follow your scenario to the developer team. I will keep you update when I have heard any news regarding this scenario.
Hi,
Please try the following code
function WebCombo1_OnAfterItemSelected(controlId) { var WebCombo1 = ISGetObject(controlId); var wcSelrow = WebCombo1.GetSelectedRow(); var wcSelcel = wcSelrow.cells[3]; var wcSelText = we.Selcel.innerText; var grid= ISGetObject("WebGrid1"); var wgSelobj= grid.GetSelectedObject(); var wgSelRow = wgSelobj.ToRowObject(); var wgSelcel= wgSelRow.GetCells()[4].SetText(wcSelText); return true; }
Hope this helps
Niven
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