Hi there,
How can i use only the 2 columns i definied manually in my dataschema for the wingrid component. Now not only the 2 columns but also the other columns out of the datasource are visible. Is there an autogeneratecolumns property that i should set to false?
Greetings,
Mark (Holland-Europe)
use SetDataBinding as follow it will hide all new generated columns
ultraGrid1.SetDataBinding(datatable, null, true);