Forum Discussion

raj5c1's avatar
raj5c1
Occasional Contributor
8 years ago
Solved

How to add custom grid to object maaping list programmatically ?

My application has custom grid where it's base type is System.Windows.Forms.DataGrid . I am unable to access w** properties of the grid. i can add this in Tools ->  current project properties -> Obje...
  • HKosova's avatar
    8 years ago

    Select the Derived Classes check box in the Object Mapping. This way you won't have to add each grid class individually - they will be detected automatically.

     

    You can also make this change in Tools > Default Project Properties too, so that it will be automatically added to all new projects you create.