User Profile & Activity

Yudi Member
Page
of 259

Could you confirm whether the test page is viewed in Compatibility View? Because I only able to reproduce the problem when it (Compatibility View) is enabled.

I made following changes to SimpleUnboundGrid.aspx file and the problem is no longer persist:

  1. Add following meta tag in the header of the page.
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  2. Update WebUI.NET Framework 3.0 to the latest (3.0.5000.975).
  3. Add following style to the page which has WebGrid inside.
    <style>    div.WG5-F div table
        {
            width: 100%;
        }
    
        .WG5-Header
        {
            box-sizing: border-box;
        }
    </style>

For your reference, I attach the modified version of SimpleUnboundGrid.aspx file.

I created a simple WebApplication project which targets to .NET Framework 4.6.1. A page, containing a simple unbound WebGrid - WebForm1.aspx, is added into the project.

The assemblies are obtained from packages folder of the project. I was unable to reproduce the reported JavaScript problem (both deployment and local).

For your reference, I enclosed my project as attachment. Please have the project evaluated on your end and let me know if you have different result.

Please let me know whether V6_0_7200 is compatible with .NET 4.6.1 or not.

Based on the result of my test, WebGrid 6 is compatible with .NET 4.6.1.

As you may know that WebGrid 6 (and WebDesktop 2.5) has now been discontinued for several years and there are not going to be any further updates for it. I recommend you to upgrade your product. The most recent version of WebGrid is WebGrid 10 and WebDesktop is WebDesktop 5.

Posted: October 11, 2016 4:14 AM

Following images (attached in the initial post of this thread) are accessible (can't be opened): Screen2.png and Screen3.png. Please provide the image so that I can assist you further.

From the screenshot, MultilineTextbox is used as WebGridColumn (in this case is the Comment column) EditType.

You can try to set the row height to a bigger value (40px for example - RowHeightDefault="40px") or use TextBox as the column's edit type instead.

Hope this helps.

Glad to know that the snippet code helps.

Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.

Posted: October 10, 2016 9:56 AM

I created a very simple WebSite containing a single page with WebGrid control inside. Please find the sample in the attachment, WebSite_WebGrid9OnChrome.zip.

Following screenshot shows how the TestPage.aspx is rendered in Chrome browser (Version 53.0).

WebGrid 9 on Chrome 53
Result screenshot

As shown in the screenshot, the reported problem: the grid headers are missing in the chrome browser, is not reproducible.

Please have the attached sample evaluated on your end and let me know if you have different result.

I managed to add line break in tooltip by adding

\n

between the text. Following is the snippet code:

WebGrid1.RootTable.Columns.GetNamedItem("CompanyName").HeaderTooltip = "This\nis my \ntext example \nof tooltip. \nThis is my text example of tooltip. This is my text example of tooltip. This is my text example of tooltip. This is my text example of tooltip. This is my text example of tooltip. This is my text example of tooltip.";

Result:

Header Tooltip with line break
Result screenshot

Hope this helps.

Posted: September 30, 2016 9:07 AM

Thank you for the detail information and the sample.

In IE Developer Tools, the value shown under the Taken column is the Request time. Request: Time to first byte. The time taken to send the request and receive the first response from the server.

The time taken to get/download the resource is Response time. Response: The time taken to receive the response data from the server.

By using your sent sample, I got 5.76 s of Request time and less than 1 ms of Response time (see screenshots below).

Request time

Response time
... it takes between 11s-15s to get the ISRes.axd?G/Localization.default.xml

I believe when we try to measure the time takes to get the Localization.default.xml, we should refer to Response time (not Request time). Note: in Chrome developer tools, the Response time is Content Download; and the Request time is Waiting (TTFB).

Please let me know if you have different thoughts.

Posted: September 27, 2016 2:07 AM

Glad to hear the good news.

Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.

Posted: September 26, 2016 1:48 AM

Thanks for your patience.

Build 976 of WebUI.NET Framework 3.0 (enclosed as attachment) is now available in our nightly build server which addressed this issue. Please give it a spin and let us know how it works in your end.

All times are GMT -5. The time now is 11:19 PM.
Previous Next