User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

Deeply apologize for the late response. We were in the middle of release product.
Regarding your scenario, I am not sure if this can be done or not. But if the current scenario can be done within a webpage, then the answer is yes. Perhaps, you need to figure our how to communicate the parent page with the child/iframe page.
Fyi, if you are in parent page, you can use window.frame[idx] , to access the child page.
But if you are in child page, to access your parent page, you can simply use window.parent.
When you reached the current destination page, you can access the control or the element in the current page.
If any information such as login information or session existed, you can also transfer the information the another page. Hope this helps.

Regards,
Handy

Hello Ajay,

Loading external application should not cause unlicensed version. I tried to run your sample. However, it tried to access a remote server. Can you send me your userid and password for developer network to handy@intersoftpt.com. I would try to confirm whether your license is correct or not.

Regards,
Handy

Posted: November 24, 2011 11:11 PM

Hello,

First, You need to inspect the element of chart container by using firebug or developer tools.
After that try to set the style (javascript) in OnInitialize event.

Regards,
Handy

Posted: November 24, 2011 10:53 PM

Hello,

I think it would return error only in condition if rowObject is not the current row that has pending changes.
Instead to do validation in that event, I try to use the same validation in OnAcceptAllChanges event.

function WebGrid1_OnAcceptAllChanges(controlId) 
{
            var WebGrid1 = ISGetObject(controlId);
            var answer = confirm("Update data ?");
            if (answer) 
            {
                return true;
            }
            else 
            {
                WebGrid1.GetChanges()[0].Row.UndoChanges();                 
                return false;
            }
}

 

To undo specific row changes, you would need to know in what index array that the row changes collection. You can use WebGrid1.GetChanges().length to know how many row changes.
Hope this helps.

Regards,
Handy

Posted: November 24, 2011 10:10 PM

Hello Steve,

Please kindly check our Knowledge Base article regarding this question. Here is the link.

Regards,
Handy

Posted: November 23, 2011 6:39 AM

Hello Jonathan,

Unfortunately, we don't have a direct sample about UXTreeView with DragDrop capability. To understand about our Drag and Drop, please kindly check our documentation about Drag-drop Framework Overview.
We also have DragDrop sample in our ClientUI sample>>ClientUIFramework. Hope this helps.

Regards,
Handy

Posted: November 18, 2011 1:50 AM

Hello,

You can try to change the text in TextSettings property.

<LayoutSettings>
     <TextSettings RetrievedTextFormat="{retrieved} of {totalrows} Showed." />
</LayoutSettings>

Handy
Posted: November 17, 2011 11:45 PM

Hello Jean,

Our WebTreeView has not provide a method to unselect a node. I have forwarded this our developer and this has been made as a feature request.

Regards,
Handy

Posted: November 16, 2011 10:01 PM

Hello,

In this time, it cannot be done. I have created a work item regarding this request. Our developer would try enhance it in the future. If you sure that .js can change the message, then you should run WebScheduler by using CommonLibrary instead of using SmartWebResources.

Regards,
Handy

Hi,

Apologize for the delay. We have something that make the release delayed. But we do try to release at this month. When we have relased it, we would announce it in our WebSite. We also send a newsletter about this to our registered customer. So, I believe you would also get this message after we released the product.

Regards,
Handy

All times are GMT -5. The time now is 12:50 PM.
Previous Next