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,
As far I know this layout issue is caused by XHTML doctype. Please ensure you used HTML doctype instead of XHTML doctype.
e.g
XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
change it into
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html>
Fyi, WebGrid Charting does not support XHTML doctype.
Regards,Handy
Hello Jean,
If you would like to change the message, you can simply change in TextSettings properties (child WebCombo).
<TextSettings ParentEmptyPromptText="{0} value should be selected" />
However, you could not change the style of its style because it is browser alert.I suggest you to use WebDialogBox as the workaround. In this case, you will need to use "ShowEmptyResult" value in LinkSettings>>ParentEmptyAction properties.
This value would ignore the alert or any messages. Then, show WebDialogBox in OnShowDropDown clientside events. By using WebDialogBox as the message, you can configure freely your message style. For further information, please see Yudi's reply. He posted a simple sample about how to use WebDialogBox for your scenario.
Hello Tim,
I am sorry but I don't quite understand about what you really need. Could you be more specific such as what exactly your scenario looks like?
Hello Nico,
You can use custom CSS to configure WebCombo style without no issue. But, there are some major styles that could not be changed due to design or function purpose. Those are very basic style which should not be changed.E.g some of the styles are used for properties function purpose which can only work in XHTML doctype or etc.
However, WebCombo still allow user to configure its style freely, except some basics styles. You can see that we provide some WebCombo style sample in our WebCombo sample. For easy customization, please set UseDefaultStyle as false. Then, you can customize WebCombo style with your own custom CSS. Below are the list of properties that allow user to customize its style.
About the last differences display between IE7 and IE8, that is a browser behaviour.In IE8, some properties need to be turned off manually.For this case, please try to turn off AllowFloatingText under LayoutSettings properties.You can see that there is no differences between the layout now.
Hello Doug,
I just received some news from our developer teams. As I said before, the resources should be loaded well even though it is inside a root or subfolder.Due to security settings, It might be .axd files/handler are included into your security authorization.So, would you mind to excule those .axd from your security authorization settings? For further investigation, please send me your web.config.
Ok, I will discuss this to our development team. But as far I know, even though the log is looking into subdirectory, as long it can open the resources images, then the issue should be not happened.There are some issues when the images could not be shown.E.g under in IIS7.To resolve this issue, normally we moved the resources handler into <system.webServer> in web.config.
The web.config will look like following:
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> <add name="ISCoverFlow.axd_GET" path="ISCoverFlow.axd" verb="GET" type="ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowRequestHandler, ISNet.WebUI.Silverlight.WebAqua" preCondition="integratedMode"/> <add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/> <add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/> <add name="WebFileUploaderHttpHandler.axd_GET" path="WebFileUploaderHttpHandler.axd" verb="GET" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode"/> <add name="ISScheduler.axd_GET" path="ISScheduler.axd" verb="GET" type="ISNet.WebUI.WebScheduler.WebSchedulerRequestHandler, ISNet.WebUI.WebScheduler" preCondition="integratedMode"/> </handlers> <modules> <add name="WebFileUploaderHttpModule_GET" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor" /> </modules> </system.webServer>
E.g My Website name is "WebGridTest". I placed the page in subdirectory "WebGrid".
As you said before, it would look into ISCalendar.htm.
My log should be "GET /WebGridTest/WebGrid/ISRes.axd G/ISCalendar.htm/01 80"So, if I enter "http://localhost/WebGridTest/WebGrid/ISRes.axd?G/ISCalendar.htm/01?80",I can access the resources file.
I don't know why it opened into the subsdirectory instead of root. I will need to discuss with our developer teams.
However, I am still able to make it runs properly.
If you suspect security can replicate this issue, would you mind to let us know the step by step to replicate this issue?
I can run the sample fine even in sub directory. Please let me know if your current project is http or FileSystem. Also, Do you use SmartWebResources for your project? For more information, please send your web.config. Maybe some images path is set incorrectly within web.config.
It depends on how you define your WebGridColumn structure. In PrepareDataBinding, normally we use RetrieveStructure(). This method will automatically add all columns automatically based your database column. If you want to define the order, I suggest you to add you own column manually.
Hello Eric,
Regarding your first issue, I do find the workaround. Please see the modified sample. I moved some of your code in some proper events. It seems the errors persist because you used them in unproper event.
About unmoved slider issue, I suspect that the ajax request especially Asynchronus Postback caused this issue. I am still not able to narrow the main cause.If I add a simple WebGrid Paging and do some PostBack, the slider works well.Perhaps, you can help us to find the cause because you are more familiar with the scenario.
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