User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: December 23, 2012 9:43 PM

Hi Fabio,

Sorry for this inconvenience. Actually, there's an error in our installer that causes problem in our folder. I attach the Layout folder here. You can replace the Layout folder inside WebDesktop 4 folder. Hope this helps.

Regards,

Bernard

Posted: December 23, 2012 9:14 PM

Hi tjp,

Could you let me know your order reference number? We will investigate this matter further. And I'll let you know if there's workaround or fix regarding this matter.

Hope this helps.

Regards,

Bernard

Posted: December 18, 2012 9:36 PM

Hi tjp,

I can replicate your issue here. But it's really hard to trace what causes this problem in our control. Our control also has AJAX mechanism that shouldn't be interrupted with other AJAX. Actually, I didn't see any javascript that disrupt our Javascript. If possible, could you explain for what purpose this AJAX Extensions used? Or maybe you can explain us scenario that you want to achieve by using this AJAX Extensions? 

Regards,
Bernard

Hi Dennis,

Sorry for the late responses. Actually I can replicate your issue in your local end. This problem might be happen because WebGrid RefreshAll() function reload the data and structure inside WebGrid. When I using Refresh(), this issue doesn't happen. I've made this as Urgent Work Item #1289. I'll let you know anything regarding this Work Item #1289.

Regards,
Bernard

Hi Michal,

Could you tell me the environment and operating system that you used to replicate this issue?

This problem might be happen on x64 machine because the Intersoft Solutions key exists in two locations in Registry, HKEY_LOCAL_MACHINE-SOFTWARE-Wow6432Node and HKEY_LOCAL_MACHINE-SOFTWARE-Intersoft Solutions.

To fix this problem, you can simply delete Intersoft Solutions key in HKEY_LOCAL_MACHINE-SOFTWARE-Intersoft Solutions. Hope this helps.

Regards,
Bernard

Posted: December 11, 2012 8:11 PM

Hi Fabrizio,

Right now, work item #1257 is still on progress. I will let you know if this work item have been fixed in our release (2012 SP2). Sorry for this inconvenience.

Regards,
Bernard

Posted: December 10, 2012 9:10 PM

Hi John,

Glad that you have solved your problem. If you have any further question please don't hesitate to ask us.

Regards,
Bernard

Posted: December 9, 2012 8:37 PM

Hi John, 

Sorry for late responses. I can replicate your issue in our local end. Unfortunately, when I put RenderingMode="XHTML", this issue couldn't happen in our local end. Could you try to put that property to your WebGrid and tell me if this matter still happen in your local end? Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Posted: December 6, 2012 8:16 PM

Hi John,

Glad, I can help you to resolve the other issue. I'll look forward for your feedback.

Regards,
Bernard

Hi Eray,

You can try this code on your local end

function WebGrid1_OnEnterEditMode(controlId, tblName, editObject)
{
    var WebGrid1 = ISGetObject("WebGrid1");
    if (editObject.ToCellObject().Name == "CustomerID")
    {
        WebGrid1.ExitEditMode(true);
        editObject.ToCellObject().Row.GetCells()[editObject.ToCellObject().Row.Position + 1].Select();
    }
    return true;
}

In CustomerID column I didn't put EditType value as NoEdit value. This will trigger OnEnterEditMode. Then my code will return false so WebGrid won't show it's textbox and put the focus on the next table. Please let me know if this solution working and meet you requirement. Hope this helps.

Regards,
Bernard

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