User Profile & Activity

Yudi Member
Page
of 259

We found that checkbox column was not bool type and handled another way. After changing column type as bool. It started working as expected.

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.

Based on the attached screenshot (Webgrid has checkbox column.PNG) in your initial post, I created a simple page of WebGrid with following detail:

  • The grid has a checkbox column.
  • AllowFilter is enabled.
  • AllowAddNew and AllowBatchUpdate also enabled.

Per my test, copy and paste row from context menu works as expected. For your reference, I enclosed my sample file and a video that shows how the test was performed in my local end.

I'm using WebUI.NET Framework 3.0 (3.0.5000.975); WebGrid 10 (10.0.7200.24); and WebDesktop 5 (5.0.7200.49).

Posted: July 25, 2016 7:27 AM

Please find the sample in the attachment. I have added the required assembly files in the Bin folder.

Please feel free to let me know if you have different result.

Posted: July 20, 2016 8:22 AM

Thank you for the valuable feedback regarding the Crosslight roadmap.

It has been forwarded to the team to be processed further.

Posted: July 20, 2016 2:59 AM

I modified SaveAndLoadContentToFile.aspx sample file of WebTextEditor and load provided sample content by invoking LoadContentFromFile(string fileName, bool isCompleteHTML) method in button click event. Save the changes and view the page in Chrome 51 with CPU Profiling started.

I checked on the regex function in WebTextEditor_Helper.js in WebTextEditorConvertEngine.ConvertToXHTML, and found that it took 254.2 ms. I enclosed the CPU Profile (as attachment) for your reference.

The test was performed on: WebTextEditor 3 (3.0.1000.18); WebUI.NET Framework 3.0 (3.0.5000.975); and Chrome 51.

Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the reported problem.

Posted: July 19, 2016 4:18 AM

I created a simple sample based on your scenario (please find EnableCompatibilityView_Sample.zip in the attachment) and was unable to reproduce the problem in my local end.

For your information, I'm using WebGrid 10 (10.0.7200.24); WebInput 5 (5.0.7200.268); and WebUI.NET Framework 3.0 (3.0.5000.975). When performing the test, the sample page is rendered on IE 11 with Compatibility View enabled.

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

Posted: July 19, 2016 3:35 AM

Try to do the following and let us know the result:

  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>

I created a simple sample based on your scenario (EnableCompatibilityView_Sample.zip in the attachment). Please evaluate the sample on your end and let me know if the problem still persist.

Hope this help.

Posted: July 19, 2016 2:45 AM

The reported problem has been submitted to ClientUI development team. It is filed under CLIENTUI-110.

When the nightly-build hotfix for CLIENTUI-110 is ready to be evaluated, I will let you know.

Posted: July 14, 2016 3:44 AM

Then.. today.. I actually was able to isolate the issue to a much larger degree. It occurred to me that all company Macs have regional settings "Norwegian". I tried changing to USA and English. And suddenly all ClientUI pages worked!

Thank you for the detail information. I'm currently check the report and will get back to you as soon as possible.

Posted: July 13, 2016 6:28 AM

Hi Tor!

Could you please try to set the Safari to allow the Silverlight plug-in to run in unrestricted mode specifically on Silverlight app running with ClientUI. The steps below shows how to do this for live sample of ClientUI.

  1. Open Safari to the live sample of ClientUI.
  2. Click on the word "Safari" in the top left menu (next to the Apple icon) and select Preferences.
  3. Select the Security tab
  4. Check "Allow Plug-ins".
  5. Click on the "Plug-in Settings..." button
  6. Click on Silverlight in the list of available plug-ins on the left
  7. On the right, select the live sample of ClientUI website
  8. To give Silverlight unrestricted access to computer resources when running the live sample of ClientUI, click "Run in Unsafe Mode"
  9. Click Done
  10. Please let me know whether this helps or not.

All times are GMT -5. The time now is 8:31 AM.
Previous Next