B
Brett Romero
I have a custom datagrid. When I put it onto a form, all sorts of
wincode is generated for the grid. This causes conflicts. For
example:
// dataGridTableStyle8
//
this.dataGridTableStyle8.DataGrid = this.dggrid;
this.dataGridTableStyle8.HeaderForeColor =
System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle8.MappingName = "default";
I already define a dataGridTableStyle in the custom grid called
default. Is there a way to stop this wincode from being generated?
Thanks,
Brett
wincode is generated for the grid. This causes conflicts. For
example:
// dataGridTableStyle8
//
this.dataGridTableStyle8.DataGrid = this.dggrid;
this.dataGridTableStyle8.HeaderForeColor =
System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle8.MappingName = "default";
I already define a dataGridTableStyle in the custom grid called
default. Is there a way to stop this wincode from being generated?
Thanks,
Brett