User Profile & Activity

Hans Kristian Member
Page
of 69

Hello,

Thank you for your reply.

I try to add “e.Row.ExpandChildRow();” to InitializeRow. But unfortunately, I still can add, edit and delete the child row properly.

Would you mind to help me to modify my sample so can replicate your issue?

Or you could you provide me a runnable simple sample that replicate your issue?

So I can help you to investigate this issue further more.

Thank you.

Regards,
Hans.

Posted: September 18, 2012 10:05 PM
Hello,

I glad to hear that my work around can help you and thank you for this valuable feedback.

I’ll forward this information to development team as well.

And I’ll let you know if there are any updates for this issue.

Thank you for your understanding.

Regards,
Hans.
Posted: September 18, 2012 12:12 AM
Hello,

Thank you for your reply.

I can replicate your issue on my end as well.

I’ll submit this issue to development team.

Meanwhile, to fix this Mozilla issue, perhaps you could use this work around.

I add some javascript code in OnInitialize client side event of WebTreeView:
function WebTreeView1_OnInitialize(controlId) {    var WebTreeView1 = ISGetObject(controlId);
    if (IS.moz) {
        window.setTimeout(function () { WebTreeView1.FrameObj.style.height = "100%"; }, 1000);
    }
    return true;
}

Hope this helps.

Thank you.

Regards,
Hans.

Posted: September 17, 2012 9:51 PM
Hello,

I’m sorry. I re-attach the sample.
However, if still can’t get sample. Please try to download the sample from this link

Regards,
Hans.
Posted: September 17, 2012 1:05 AM

Hello,

Please forgive me for lack of understanding about the reported problem.

I made a simple sample using WebPaneManager and then I add WebTreeView in WebPaneManager.

Then I try to the sample in Firefox (15.0.1). However I can’t reproduce the issue on my end.

Please try to apply the attached WebTreeView assembly and update the Framework assembly through “Update Manager” application.

However if the issue still persist, could you please have review on my sample and let me know if there are configurations that I missed?
Or would you mind to provide me the step by step how to reproduce your issue?

Thank you.

Regards,
Hans.

Posted: September 17, 2012 12:02 AM
Hello,

Here the sample.

Regards,
Hans.

Posted: September 14, 2012 3:31 AM
Hello,

Thank you for your reply.

Please correct me, if I wrong.
So you have tried my sample and it works fine (resolve your problem)?
And when you try to apply the work around to your project, the problem still persists?

If yes, perhaps there is configuration in your project, that make the problem still persists.

Would you mind to provide me the simple sample that replicates your issue?
Or could you help me to modify my sample? So I can help you to investigate your problem.

I have been following up your issue to the development team. I’ll let you know if there are any updates for your problem.

Thank you for your understanding and patience

Regards,
Hans.
Posted: September 13, 2012 10:17 PM

Hello,

This issue has been fixed but the fixed assembly is within Intersoft 2012 R1 installer only.

I apologize for the inconvenience.

To fix this issue, please try to apply the attached assembly.

And update your Framework assembly as well, using “Update Manager” application.

Please let me know, if the issue still persist or not.

Thank you.

Regards,

Hans.

Hello,

I have a hierarchical WebGrid simple sample.

I try to add new row on child row, but unfortunately I can reproduce the issue on my end.

If you don’t mind, could you kindly have review on my sample? And please let me know if there are configurations that I missed.

Or could you provide me the step by step how to reproduce this issue?

So I can help you to investigate the issue further more.

Thank you.

Regards,
Hans.

Hello,

Please forgive me for lack of understanding about the reported problem.

I bind WebGrid to access data source (Northwind.mdb database and Orders table)
I set AllowColumnFreezing property to “Yes”.
In EmployeeID column, I set EditType to “WebComboNET”.

And then I try to filter the EmployeeID column. But unfortunately, it works fine on my end.

Would you mind to provide me the step by step how to reproduce the issue?
Or could you provide me a simple sample that replicates the issue?
So I can help you to investigate this issue further more.

Please kindly have review on my sample as well.

Thank you.

Regards,
Hans.

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