hi,
i am trying to inherit the RadGridView control and create a predefined list of columns.
if i create the columns in the constructor of the control and using it in a form (winform app), the visual studio designer will add the same columns a second time from the InitializeComponent() method.
what is the suggested way to do this?
thank you,
alez
i am trying to inherit the RadGridView control and create a predefined list of columns.
if i create the columns in the constructor of the control and using it in a form (winform app), the visual studio designer will add the same columns a second time from the InitializeComponent() method.
what is the suggested way to do this?
thank you,
alez