Hey guys, is it possible to create a List of GridViewDataColumn avaliable at design time? Like u do in the GridRelations(attached), I've tried reading your TemplateCollectionEditor(at Telerik.WinControls.UI.Design.dll, same namespace) class, but didn't understand anything.
Here is my class where I want' use it
public
class
ColunaTextoAjuda : IAjuda
{
public
GridViewDataColumn Coluna {
get
;
set
; }
[Browsable(
true
)]
[DefaultValue(
""
)]
[Editor(
"Telerik.WinControls.UI.Design.TextOrHtmlSelector, Telerik.WinControls.UI.Design, Version=2018.1.116.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e"
,
typeof
(UITypeEditor))]
public
string
Texto {
get
;
set
; }
}