User Profile & Activity

leo Chandra Member
Page
of 14
Posted: June 1, 2015 2:30 AM
Hi Rocky,

If you want to use a row checker, you will need to set the IsRowChecker="true" to your Row Checker Column and make sure that you have set AllowMultipleSelection="No" to disabled Multiple Row Selection. For your information, RestoreRowSelection work on both MultipleSelection and RowChecker, but if both feature was used together, RestoreRowSelection will restore selected row instead of checked row.

For a sample, you could refer to PreserveCheckedRows.aspx WebGrid sample included in installation folder.

Best Regards,
Leo
Posted: June 1, 2015 1:52 AM
Hi Loren,

Compatible mode for IE11 or Edge still not supported currently. For your information, Compatible mode for Edge or IE11 have some compatibility changes to several of it's api features. In this case, the 'attachEvent' issue that you are facing was caused by attachEvent API feature was removed.

Best Regards,
Leo
Posted: May 27, 2015 6:34 AM

Hi Rocky

WebGrid has a feature called "RestoreRowSelection" that Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions. Please try set RestoreRowSelection (Under LayoutSetting) to "All".

Best Regards,
Leo

Posted: May 27, 2015 6:30 AM

Hi Rocky

WebGrid has a feature called "RestoreRowSelection" that Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions. Please try set RestoreRowSelection (Under LayoutSetting) to "All".

Best Regards,
Leo

Posted: May 27, 2015 5:13 AM

Hi Questica,

Glad that it works.

Best Regards,
Leo

Hi Alex,

I will try to help you by asking WebGrid development team whether this is possible. Will update you once I got the answer.

Best Regards,
Leo

Posted: May 25, 2015 7:33 AM

Hi Questica,

Thanks for your report. I have report this to WebGrid development team under 'ASPNET-170'. I will keep you up to date with the information regarding this issue.

For a workaround, you could run the following javascript on WebGrid's AfterInitialize client side event.

AfterInitialize = function ()
{
    if (RenderCalendarEngine)
    {
        RenderCalendarEngine.RenderYearCalendar = function (a)
        {
            if (!a.Parent.Scheduler)
            {
                a.Parent.Scheduler = new Object();
                a.Parent.Scheduler.DefaultStyleMode = a.DefaultStyleMode;
                RenderCalendarEngine.RenderCoreCalendar(a, "Year");
                a.Parent.Scheduler = null;
            }
            else
                RenderCalendarEngine.RenderCoreCalendar(a, "Year");
        }
    }
}

Hope this will help you.

Best Regards,
Leo

Posted: May 25, 2015 2:44 AM

Hi David,

Please read my response to your question on http://www.intersoftpt.com/Community/WebGrid/Controls-dont-work-on-Chrome-43/

Best Regards,
Leo

Posted: May 25, 2015 2:41 AM
Hi David,

For your information, this fix was targeted for the latest intersoft control, WebGrid 9 for WebGrid. Even though this fix does work with WebGrid 8, I suggest you to update your WebGrid to WebGrid 9 because WebGrid 8 has been discontinued and there won't be any futher fix if there is any bug on WebGrid 8.

Best Regards,
Leo
Posted: May 22, 2015 3:42 AM

Hi Eric and Frank,

I would like to confirm what version of webgrid and WebSchedulerthat you have used. For your information, the hotfix has been tested by me for WebGrid 9.0.7200.1 and WebScheduler 4.0.1000.4 on FirstExperience.aspx sample. If you have used older version, please consider to update your control.

Also please make sure that you have applied the hotfix correctly. The final result after applying this hotfix (on Development Server) would be ISNet.dll, ISNet.WebUI.dll, ISNet.WebUI.Design.dll, ISNet.WebUI.Editor.v4.dll and ISNet.WebUI.Silverlight.dll on GAC was updated with the latest version (Properties > Version > File Version : 3.0.5000.914) and ISNet.WebUI.Resources.dll on your project bin folder was updated with the latest version 3.0.5000.914.

Best Regards,
Leo

All times are GMT -5. The time now is 8:55 PM.
Previous Next