User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: February 28, 2013 9:40 PM

Hello,

Thank you for waiting.

1) First issue, the File dropdown menu doesn’t fill entire WPF window after we maximize the WPF window, like shown in UXRibbonApplicationMenu.png.

We still can’t fix this issue, due to WPF limitation itself. So it will take more time, to fix this issue.

2) Second issue, the File dropdown menu doesn’t render properly after we resize the WPF window, like shown in UXRibbonApplicationMenu-2.png.

This issue is has been fixed. You can the hotfix through Update Manager Application.

Thank you very much.

Regards,

Hans.

Hello,


In order to reproduce your issue on my end, I try to modify one of WebGrid samples, HierarchicalGrid.aspx sample.

I modify the sample, by adding one checker column in WebGrid’s child table.

Here’s the snippet code that I modify:

From:
<ChildTables>
    <ISWebGrid:WebGridTable Caption="Order Details" DataMember="Order Details">
        <Columns>
            <ISWebGrid:WebGridColumn Caption="OrderID" DataMember="OrderID" DataType="System.Int32"
                Name="OrderID">
            </ISWebGrid:WebGridColumn>
            ……
        </Columns>
    </ISWebGrid:WebGridTable>
</ChildTables>

To:

<ChildTables>
    <ISWebGrid:WebGridTable Caption="Order Details" DataMember="Order Details">
        <Columns>
           <ISWebGrid:WebGridColumn IsRowChecker="true" EditType="Checkbox" ColumnType="CheckBox"
                Name="RowChecker" Width="25px">
            <ISWebGrid:WebGridColumn Caption="OrderID" DataMember="OrderID" DataType="System.Int32"
                Name="OrderID">
            </ISWebGrid:WebGridColumn>
            ……
        </Columns>
    </ISWebGrid:WebGridTable>
</ChildTables>

I attach the modified sample as well. But unfortunately, I can’t replicate your issue on my end.



I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly provide me a step by step guide that I can use to observe the problematic behavior.



Thank you very much.

Regards,

Hans.

Hello,

Like I said before you shouldn’t put the comment tag before doctype tag.

It will interfere with the system of HTML5, so it makes all version of IE set the Document Mode to “Quirks” Mode, not in “IE9 Standards” Mode.This is default behaviour of HTML5 doctype
If this happens, it will interfere with the system of WebGrid as well.

You can run the Inner.aspx page indeed. However, in page doesn’t run in HTML5 mode (QuirksMode.jpg).

To fix this issue, you should put the comment tag after doctype tag. Alternatively, you should modify the content of your comment into:

<!--[if anybrowser]> do not remove <![endif]-->
<!DOCTYPE html>

The Inner.aspx page will run in HTML5 mode, after I modify the comment (IE9Standart.jpg).

There is also thread in another website that discuss about this Comment tag issue. You could find it by following this link .

Hope this helps.

Regards,
Hans.

Hello,



I am sorry for the inconvenience.

Thank you for the sample and I can reproduce your issue on my end as well.



First of all, if you want to use WebGrid in HTML5 doctype, you should set RenderingMode property to “HTML5”.

So all features should work exactly as in other doctype.

You can set the rendering mode in a WebGrid instance individually by setting the RenderingMode property to HTML5 value, such as shown in the example below:


<ISWebGrid:WebGrid ID="WebGrid1" runat="server" RenderingMode="HTML5">

</ISWebGrid:WebGrid>
Alternatively, you can also apply the rendering mode globally through the application-wide configuration, see the following example.
<add key="ISNet.WebUI.WebGrid.v8_0_7200.RenderingMode" value="HTML5"/>


Your issue appears due to, in Inner.aspx, you put a comment tag before doctype declaration. So put the comment tag to another place.

This is HTML5’s default behavior, if there is comment tag before doctype declaration, it will make HTML5 doctype doesn’t work properly.



In order to fix the issue, I make some changes in your Inner.aspx file.

First, I set the RenderingMode property to “HTML5”. Second, I put the comment tag after doctype declaration.

Please kindly have review on the modified sample and let me know whether the issue still persists or not.



Thank you.



Regards,

Hans.
Posted: February 19, 2013 10:57 PM

Hello,

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

I’m willing to advise you further but in order to do so I would need more information about your current scenario.

Are you using ClientUI product or ASP.NET product?

From error message that you provide, it seems your current application is ASP.NET application.

In order to deploy ASP.NET application, you could follow the step-by-step instruction on how to deploy ASP.NET application from this link (http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Deploy-ASPNET-Application-with-SmartWebResources/)

From the error message I also suspect that the error occurs due to you want to edit / open Intersoft product in Visual Studio design view in deployment server.

We shouldn’t modify the Intersoft ASP.NET application in deployment server, because basically, we shouldn’t install any Intersoft product in deployment server.

We should modify the ASP.NET application in development environment only.

If you don’t mind, could you provide me a step by step guide that I can use to observe the problematic behavior?

Please forgive me for lack of understanding about the reported problem and correct me if I wrong.

Thank you.

Regards,

Hans.

Posted: February 18, 2013 10:49 PM

Hello,

Perhaps you could try to set the EntryMode property to “AutoComplete”. Here’s the example snippet code, how to implement the auto complete feature.

<ISWebCombo:WebCombo ID="WebCombo3" runat="server" UseDefaultStyle="True" Height="20px" Width="200px">
    <LayoutSettings EntryMode="AutoComplete">
    </LayoutSettings>
</ISWebCombo:WebCombo>

Hope this helps.

Regards,

Hans.

Hello,

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

I have submitted this issue to the developer team. I’ll let you know if there is an update regarding this issue.

Thank you for your understanding and patience.

Regards,

Hans.

Hello,

Thank you for your sample and screenshot.

I try to run your sample on my end and I can replicate your issue as well.

Basically, if we refer to the documentation, the supported server-side data sources in ClientBinding are Data source controls and Data source object.

Based on your sample, you are using data source object and it should be worked too in client binding.

Therefore, I need more time to investigate this issue with the developer team.

I will let you know if there is an update regarding this issue.

Thank you for your understanding and patience.

Regards,

Hans.

Posted: February 15, 2013 1:53 AM

Hello,

I've sent you a message on Tuesday, February 13, 2013. Please kindly check your inbox and let me hear your feedback/response.

Thank you.

Regards,

Hans.

Posted: February 15, 2013 1:48 AM

Hello,

Sure, I will let you know if there is an update regarding this issue.

Regards,

Hans.

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