I’m doing a custom UI solution and I have all of the objects inheritted: (i.e.)
CustomGridControl : GridControl
CustomColumnManagerRow : ColumnManagerRow
CustomGroupByRow : GroupByRow
etc…
Now, When you create a GridControl and place it on the form it will create other classes as well. I would like to make sure the other classes that are created are from my Custom classes as well. How can this be done so that each time I create a Grid I don’t have to go into the resx file and override the classes for the other objects created?
Imported from legacy forums. Posted by jvelite (had 1952 views)