User Profile & Activity

Handy Surya Support
Page
of 223
Posted: January 14, 2011 5:13 AM

Hello,

Based on discussion with our developer teams, this is not a bug. Previously, I mentioned that this is a bug when not use MasterPage.
Unfortunately, this is not correct. It work in MasterPage because WebGrid can automatically notice the other element.
If you have only WebGrid without any masterpage and element, it will not work (after click scrollbar).
This is already the default behaviour. When click on scrollbar, it will not automatically exit edit mode (as design).
If you want, you can trick it by larger your container's height. That's why I need to know your current structure page. Would you mind to send me your simple runable sample that replicates this issue?

Regards,
Handy 

Posted: January 14, 2011 2:20 AM

Hello Kenny,

Based on the error, it seems the error because the internet connection. When install/uninstall the license, you need to be connected with internet connection. If you use some proxy connection, you need to use your proxy settings. Please contact your network adminstrator regarding connection settings.

Regards,
Handy

Posted: January 14, 2011 2:14 AM

Hello Ross,

Your video does not help much. We need to have the runable sample since we could not replicate the issue in here. I hope you understand. We need this to investigate the issue for you.

Regards,
Handy 

Posted: January 13, 2011 11:10 PM

Hello Ross,

Unfortunately, We could not run your sample. Actually, we need to have the runable sample or at least we can know the real return value of your database.

E.g I used sample from ClientUI & DevForce Part 2: Contact Sandbox Editor .
In the phone field (EditContact), replace it with UXMaskedInput. When assigned value from database, it returns correctly.

Based on our discussion with developer teams, you need to check if the return value is correct or not.
Because if there is white space between or after the number, it will fail.

Regards,
Handy


Posted: January 13, 2011 9:30 PM

Hello Frank,

It is not possible to change its color in properties. You will need to get the element and set its style.

function WebTreeView1_OnNodeSelect(ctrlId, node) {
    var url = node.Value;
    node.GetElement().style.color="red";
    if (url != "") {
        setPanelURL(url);        
    }
    return true;
}

 


Regards,
Handy

Posted: January 13, 2011 9:16 PM

Hello,

You can obtain the latest hotfixes by installing WebUIStudio2010R2. Unfortunately, the release note did not have this information. You reported the issue after we release the product which in the latest, the issue could not be replicated. So, we could not note this.

Regards,
Handy

Hello Eric,

I need more time to investigate this scenario. I will let you know as soon as possible. Please bear with me.

Regards,
Handy

Posted: January 13, 2011 8:10 AM

Hello Ross,

I need more time to investigate this scenario. I will let you know as soon as possible. Please bear with me.

Regards,
Handy

Posted: January 12, 2011 11:50 PM

Hello Ross,

You can get the latest hotfixes by using UpdateManager tools.
"C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\UpdateManager\ISNet.WebUI.UpdateManager.exe"

We are planning to release new hotfixes within this month asap.
Please let me know if you could not obtain the hotfix. I will try to send it manually.

Regards,
Handy

Posted: January 12, 2011 11:33 PM

Hello Frank,

I am afraid, it is not possible. Your workaround is raised an issue according to your screenshot.
The problem is, text is also applied into table element.
I suggest you to do it via client side by using attachevent for the current node.

Regards,
Handy

All times are GMT -5. The time now is 5:26 AM.
Previous Next