User Profile & Activity

Lili Khiung Member
Page
of 15
Posted: May 11, 2011 12:42 AM

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

Posted: May 9, 2011 5:57 AM

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.

 

Regards,

Lili Khiung

Posted: May 8, 2011 11:54 PM

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.

 

Regards,

Lili Khiung

Posted: May 6, 2011 4:09 AM

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 : FrameStyle
WG5-SBC-A : ScrollBarCommandStyle => Active
WG5-SBC-N : ScrollBarCommandStyle => Normal
WG5-SBC-O : ScrollBarCommandStyle => Over
WG5-GBB: GroupByBoxStyle
WG5-GBBL: GroupByBox => LabelStyle

 

Hope it helps.

 

Regards,

Lili Khiung

 

 

 

Posted: May 5, 2011 6:27 AM

Hi,

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

 

Hope it helps.

 

Regards,

Lili Khiung

Hi,

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.

 

Hope it helps.

 

Regards,

Lili Khiung

Posted: May 5, 2011 2:00 AM

Hi Guillermo,

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.

 

Regards,

Lili Khiung

Posted: May 4, 2011 3:40 AM

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.

 

Regards,

Lili Khiung

Posted: May 4, 2011 1:32 AM

Hi,

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.

Regards,

Lili Khiung

Posted: May 3, 2011 10:57 PM

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.

Hope it helps.

 

Regards,

Lili Khiung

All times are GMT -5. The time now is 7:51 AM.
Previous Next