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 Shawn,
I have attach a simple sample of creating a new rows using Javascript. Kindly advise me, is this the scenario you have been dealt with? If not
I have attach a video of my sample output.
Thank you and have a nice day.
Best regards,
Niven Prasetya
Hi Hezufa,
I have attached a sample of your with a modified workaround I gave you at previous post. I did not meet any problem with the workaround.
Please check the OnKeyUp function, where I put the workaround.
Hope this will work well on your side.
Hello Rolf,
I don't see any problem with my simple sample here. I've attach a screenshoots of mine too. I'm using a default Intersoft XHTML template Webform and do a few test on different browsers.
Could you please send me your context menu? Maybe I can help what is missing by looking at your code.
Hello Shawn,
I apologize for the previous post. It seems that a templatedcell can't handle an "Add" method.
I've misread your issue, which I was doing a different kind of issue.
If you like, you can add this into future request via TDN.
Once again, I apologize for the inconvenience.
Hi Yiannis,
1. No, it will not break the installation when the new official version is released. As I said before it was a nightly build, but I have removed the dll's from this thread because there's still need a further enhancement. But if you need the dll's again I can send it to you via e-mail.
2. The visibility comes from the Silverlight itself, they dont provide the event to handle that. If you want, you handle it from LayoutUpdated event, but it will affect others object properties as well . Or you can use SizeChanged, when it collapsed, set the Height properties into 0. So, it will change back to normal when visible.
Hope every explaination I said can be an appropriate answer for your questions.
Hi Guillermo,
I have reported this issue to the developer.
I'm afraid there is no available workaround for the moment.
I will be an assitance for you when I have heard any news from the developer.
I apologize for the inconvenience.
Have a nice day.
Niven Prasetya.
I have attach a sample of yours changed with the code I have given to you.
Please kindly try the sample.
Hello Yiannis,
The problem apparently doesn’t have relation with ExpandableGroupBox. The actual issue occurred because you’re transitioning the same object across two different containers which is prohibited in WPF or Silverlight tree model.
To support this scenario, we have enhanced the ContentTransition with a new method called ClearContent(). You need to call this method before assigning it to the target container. The sample code is as following:
// Clears the content before transitioning it to new container ContentTransition1.ClearContent(); // Sets the user control as the content for the new container ContentTransition2.SetContent(MyUserControl11);
The transition should work fine using the above approach. Let me know how it works in your end.
Please apply the new nightly build to your development machine for this enhancement.
It seems that the WebInput didn't LostFocus on the object that is why you need to refresh twice by using the HotKey.
As below I attach a solution regarding this issue.
function WebInput1_OnKeyUp(controlId) { var WebInput1 = ISGetObject(controlId); WebInput1.SetValueData(WebInput1.HtmlObj.value); return true; }
Hope this can solve your issue.
Yes, I was able to replicate the issue. I have bring this matter to the developer. I will give you any news as soon as the developer give me any information.
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