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
Hi,
Could you give us a simple sample that replicate your issue because we can't replicate your issue here? Also please insure to set the dataKeyField in each gird.
Regards,
Lili Khiung
Hi Dasha,
Deeply apologize for the inconvenience. We are still investigating your issue and will inform you as soon as we got any progress for your issue.
Hi Madhavan,
Regarding your issue, you could see our WebGrid sample called Outlook2003Style as a reference. The sample is pretty much the same as your sample. In this sample the RHS grid is refreshed properly.
Hi Guillermo,
There's a way to modify the Elegant CSS file:
- First run the project. In IE, press F12 to show the Developer Tool window.
- Choose the CSS tab, then pick the dropdown list that you can find the style like the above, such as WG5-F, etc.
- Save the style and add the style to your project
- You have to define the style in your ASPX page on the property that you change. See the attach screenshot and sample.
- In the sample I changed the style for WG5-F, which is the property of FrameStyle in the LayoutSettings. Notice that I add this code in the LayoutSettings property.
<FrameStyle CssClass="WG5-F"> </FrameStyle>
This way you can see the result that the frame of the WebGrid will change to red.
Regarding the name of the CSS Class, usually we name it according to the property name in the LayoutSettings. For example:
WG5-F : FrameStyleWG5-SBC-A : ScrollBarCommandStyle => ActiveWG5-SBC-N : ScrollBarCommandStyle => NormalWG5-SBC-O : ScrollBarCommandStyle => OverWG5-GBB: GroupByBoxStyleWG5-GBBL: GroupByBox => LabelStyle
Hope it helps.
Here's the update for your issue. I attach a sample of how to edit the VistaClendar style. Please download through this link: http://cid-c3fc5a31ab0bb901.office.live.com/self.aspx/Shared/WebTest.rar
First, you need to set the EnableWebResources property to Never. This way you can point the style to the CommonLibrary folder. Here, you can edit the CSS file of the Vista Calendar. In the Code behind of the page add this code:
Protected Sub Page_Init(sender As Object, e As System.EventArgs) Handles Me.Init Dim editor As WebGridCustomEditor = WebGrid1.GetCustomEditorByName("VistaCalendar") editor.UseWebResources = False editor.DependencyFiles = "../../WebScheduler/V3_0_1000/WebScheduler_Calendar.js" End Sub
Go to this path: C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\CustomEditors\EditorsPack3\VistaCalendar.js
You need to make some changes in the Javascript to change the path of the vistaCalendar. You need to remove this code in __VCE.OnInitialize = function ():
cal.CustomWebResourceFolder = "CustomEditors.EditorsPack3.";
Then you can edit the CSS file to change the style of VistaCalendar in this path: C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\CustomEditors\EditorsPack3\VistaCalendar.css
This information hasn't been put in the documentation yet. The third parameter is used to define whether the text that is set is accept as changes or not. For example, if we set a text in a WebGrid cell and the third parameter is set to false, the changes will only happen in the WebGrid, but not in the database. For default, the parameter is set to true, that's why we normally use only two parameters for the SetText function.
You could try to set the UseDefaultStyle to False and then add your own CSS file in the LayoutSettings to make a different style for the WebGrid.
Hi Ross,
Our developer has confirmed the issue. We have made it as a work item to be fixed for our developer. We will inform you if the fix is available.
Thank you.
WebGrid can run in quirks mode and standard mode. The problem with IFRAME in IE9 occurs when using the HTML DOCTYPE and put in the IFRAME. The IE9 treat it like XHTML DOCTYPE instead of HTML DOCTYPE. But our WebGrid already supports HTML and XHTML DOCTYPE, so does for the old browser.
Hi Dilshad,
Deeply apologize for the late response. I have checked your issue. Apparently, in your sample you have set the SkipQueryTextField property to True in the LinkSettings of your second WebCombo. This property is used to get or set a value indicating whether WebCombo should query the text based on the DataTextField. So you need to set it to False in order to make the second WebCombo search function to work.
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