This question is locked. New answers and comments are not allowed.
Hi,
I need to derive from the RadGridview to provide additional functionality. I found a sample in another thread, but could not get it to compile against the latest version of the Telerik libraries. I keep getting a problem "telerik:RadGridView.Columns" is not declared as an attachable property, the namespace definition is xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
My derived grid class is simply
public class MyGrid : RadGridView
{
}
Any help with this issue will be greatly appreciated.
Regards
Cliff.
I need to derive from the RadGridview to provide additional functionality. I found a sample in another thread, but could not get it to compile against the latest version of the Telerik libraries. I keep getting a problem "telerik:RadGridView.Columns" is not declared as an attachable property, the namespace definition is xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
My derived grid class is simply
public class MyGrid : RadGridView
{
}
Any help with this issue will be greatly appreciated.
Regards
Cliff.
