Hi, i need to add a new property to each of the column types that are supported by the RadGrid. Is there a way to do this without having to inherit from each of the column types and add the property there?
2 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 16 Sep 2009, 05:55 AM
Hello,
Indeed inheriting is the only way to achieve something like this.
Here is a help article which explains how to extend the default functionality of GridColumn by inheriting the corresponding default GridColumn class. Inheriting grid columns