iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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.
<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.
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 doctypeIf 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.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" RenderingMode="HTML5"></ISWebGrid:WebGrid>
<add key="ISNet.WebUI.WebGrid.v8_0_7200.RenderingMode" value="HTML5"/>
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.
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>
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.
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.
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.
Sure, I will let you know if there is an update regarding this issue.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname