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
Hello,
Could you provide me a simple working sample that replicates your issue?
Try to use Transitional as the DocType and see whether the issue still occurs.
You might want to update your hotfix build using Update Manager which is located in "[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\UpdateManager\ISNet.WebUI.UpdateManager.exe"
Hope this helps.
Thank you.
The license.islicx should be placed in the root folder of your project. There's no need to place it in XAP file. Once you have set the license.islicx, you can simply save and build your project.
Try to check your license.islicx property by right-clicking on the file and choose Properties. Ensure that you have set Build Action to Embedded Resource. Then, save and deploy your project.
I have sent you an email to your inbox (info@mediasoftonline.com) regarding my requirement if you still get the "unlicensed version" after following the step I provided above.
In our sample on DetailView.aspx, it will invoke AddCustomer.aspx when you click Add New Row. This sample is using WebDialogBox and WebGrid. When the dialog box appears, you won't be able to select other controls until you close the dialog box.
Therefore, when you are displaying WebDialogBox, it is automatically disabling the scroll bar on WebGrid.
You can use the following code to display WebDialogBox:
var dlg = ISGetObject("WebDialogBox1"); SetDialogBox(dlg, "Add Customer"); dlg.SetContentURL("AddCustomers.aspx"); dlg.ShowDialog();
Where AddCustomers.aspx is your custom page.
Hello Kenny,
I've successfully replicated your issue on my end based on your given sample.
However, I couldn't assume this issue as a bug yet. I have forwarded your issue to the developer team to be investigate further.
I will let you know when I get the update from the developer team.
Have you obtained the Runtime license key from your Developer Network account?
Your licenses.islicx is already in the right place.
You need to apply Application Licensing on your Silverlight application assembly, which is E-Bilancio-Forms.dll.
The following link has already descibed a step-by-step instructions:http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Runtime-License-Manager-for-Silverlight-application/
If you input the Runtime license key correctly, you may not get the "Unlicensed version" error.
You might want to refer to the following article for General licensing issue on deployment phase.
Does "Unlicensed version" message happen in your development or deployment environment?
When you purchase Intersoft product, you will be given a license called Design-time license key which you can obtained from your registered email in Intersoft. This key is used to activate your control during installation. You are required to use License Manager in order to activate your product's license. Access License Manager and Add License, then choose the product which is ClientUI in this case and then input the license key. Your license has been activated and ready to be use for development.
Now, if you want to deploy your application into the production server, you will need a Runtime license key which you can obtained from your Intersoft Developer Network account. You can access http://dev2.intersoftpt.com and put your username and password.
Once you have login to your account, access My Components and choose the product which is ClientUI. Then, you need to generate the runtime license key. After you have the runtime license key, then you can proceed to here and use the Runtime license key that you just obtained from Developer Network account. Remember to check whether your input license has a blank/white space. It usually happens when you copy and paste the key, it will add a blank/white space in the end. So, please ensure that you have removed it.
Hope this helps and let me know the progress.
Hello Tommy,
Could you explain your scenario in more detail? How and when do you trigger the dialog box in WebGrid?
Hello Fung,
You can use FindControl() method to retrieve the control inside ContentTemplate of WebDialogBox.
function DoClosed() { var dlgBox = ISGetObject("WebDialogBox1"); var element = dlgBox.FindControl("WebDialogBox1_ViewContentTemplate_Label1"); alert(element.innerText); }
WebDialogBox1_ViewContentTemplate_Label1 is the ASP.NET Label ID that I obtained using Developer Tools.
I have attached a sample file for your reference.
We do have a feature that can achieve the scenario in the attached file. It is called ColumnSet.
For more information about ColumnSet, please refer to the following link:http://www.intersoftpt.com/WebGrid/RichDataDisplay/ColumnSet
Hello fung,
Are you mentioning about WebTextEditor control?
I have confirmed with the developer team and WebTextEditor currently does not provide Disable feature for the ToolCommand item. You can only remove the button instead.
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