Completed
Last Updated: 18 Jan 2019 15:16 by ADMIN
ADMIN
Dimitar
Created on: 17 Dec 2018 09:31
Category: UI Framework
Type: Bug Report
0
FIX. CodedUI - RadGridView assert exception when spying a cell
workaround:

public class MyGridView : RadGridView
{     
    public override string ThemeClassName
    {
        get
        {
            return typeof(RadGridView).FullName;
        }
    }
 
    protected override void ProcessCodedUIMessage(ref IPCMessage request)
    {
        if (request != null) //here is the problematic point
            base.ProcessCodedUIMessage(ref request);
    }
}
1 comment
ADMIN
Dimitar
Posted on: 18 Jan 2019 15:15
Fixed in Telerik UI for WinForms version R1 2019.