User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: September 3, 2012 3:21 AM

Hello,

Thank you for your reply.

I am sorry for the late response.

I made a simple sample based on your information.

I try to run in IE 9 and Firefox 15 as well, but unfortunately I can’t reproduce you issue on my end.

Please have review on my sample and let me if there are configurations that I missed.

Thank you.

Regards,
Hans.

Hello,

I apologize for any inconvenience this problem may have caused you.

Could you kindly ensure that you are using the latest hotfix of WebGrid and Framework?

The latest hotfix for WebGrid is 8.0.7200.101 and for Framework is 3.0.5000.806.

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

Regards,
Hans.
Posted: September 3, 2012 12:15 AM

Hello,

I sorry for this misunderstanding.

I made a simple sample based on your information.
I created the WebFishEye’s button in design time and I created the WebDesktopManager’s window in runtime.

I set the window’s ContentMode to “UseIFrame”.

The textbox’s content is back to the original state (empty), after I close and open the window again.

Please kindly have review on my sample and let me know your response.

Thank you.

Regards,
Hans.

Posted: August 30, 2012 12:34 AM

Hello,

I made a simple use WebDesktopManager and WebFishEye.
I create one window then I add a TextBox to the window.

After that, I run the sample and I add some text to the TextBox.

The text always in the TextBox, although I’ve closed the window and reload the window through WebFishEye’s button.

I attached my sample. Please have review on my sample and let me know your response.

Thank you.

Regards,
Hans.

Posted: August 29, 2012 11:56 PM
Hello,

I apologize for the inconvenience.

I’ll submit this issue to our development team and I’ll let you know if there are any updates about this issue.

Meanwhile, to resolve this issue, you could try to add some css script in your web page.
Here’s the example snippet css script code that you could use:
<style type="text/css">    .WebToolBar1_ItemStyle_Over
    {
        border-bottom: #316ac5 1px solid;
        border-left: #316ac5 1px solid;
        background-color: Red;
        font-family: Tahoma;
        font-size: 8pt;
        border-top: #316ac5 1px solid;
        border-right: #316ac5 1px solid;
    }
</style>

Thank you for your understanding.

Regards,
Hans.

Posted: August 29, 2012 10:17 PM
Hello,

Before you deploy the project, please try to add the framework assemblies as well.

The assemblies are: “ISNet.dll” and “ISNet.WebUI.dll”.

The framework assemblies can be found in “[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin”.

For more information about deployment phase, you could follow this link bellow:
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Video/Deploy-using-Deployment-Manager/
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Deploy-ASPNET-Application-with-SmartWebResources/

Hope this helps. Thank you.

Regards,
Hans.
Posted: August 29, 2012 12:52 AM

Hello,

Thank you for your information.

To resolve this two lines issue, please try to modify your code to this code below:

grid.UnfreezePane();grid.LayoutSettings.FreezePaneSettings.MaxFrozenColumns = 4;
window.setTimeout(function () { grid.FreezePane(4); }, 50)

Hope this helps. Thank you.

Regards,
Hans.

Posted: August 28, 2012 12:24 AM
Hello,

Thank you for your information.

Intersoft have some sample and documentation of WebCombo that might be similar with your current scenario.

You could see the WebCombo samples at “Start > All Programs > Intersoft WebUI Studio 2012 R1 > WebUI Studio for ASP.NET > WebCombo 6 > C# Samples”
Here’s a couple of WbeCombo’s sample that perhaps you could see
1) LinkedWebCombo_Single.aspx;
2) LinkedWebCombo_Multiple.aspx;
3) LinkedWebCombo_Combined.aspx;
4) Client_Selection.aspx;

You could see how to get the selected row in WebCombo’s documentation.
(Intersoft WebCombo > WebCombo Features Overview > Client-side Programming How-to Topics > How-to: Get the selected row)

You could follow this link to download the WebCombo’s documentation:
http://www.intersoftpt.com/Support/WebCombo/

Please let me know your response. Thank you.

Regards,
Hans.
Posted: August 27, 2012 4:42 AM

Hello,

I made two simple sample based on information that you provide.

1) I bind the WebGrid to ObjectDataSource (Northwind database and Customers table).
I set the column’s visibility like your current scenario. And I set the “ActiveFrozenColumns” property to “2”.
But unfortunately, I can’t replicate your issue on my end.

Please have a review on my sample and let me if there are configurations that I have missed.

2) For your second question. Basically that is the WebGrid’s behavior. WebGrid will set the value of ActiveFrozenColumns, based on what you have initialized.
Perhaps you could add some validation in WebGrid’s InitializeDataSource server side event.
Here’s the example snippet validation code:

protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e){
    if (IsPostBack)
    {
        WebGrid1.LayoutSettings.FreezePaneSettings.ActiveFrozenColumns = 4;
        WebGrid1.LayoutSettings.FreezePaneSettings.MaxFrozenColumns = 5;
    }
}

Thank you.

Regards,
Hans.

Hello,

After I investigated this issue more further, it seems you are using HTML5 doctype in your sample.
And this issue only occurs on WebGrid 7, because I can’t replicate this issue on WebGrid 8.

FYI, we have discontinued WebGrid 7. However, I will keep forward this to our developer teams.

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

Thank you.

Regards,
Hans.

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