Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Autogenerate columns off?
posted

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)

Parents
No Data
Reply
  • 1210
    posted

    use  SetDataBinding as follow it will hide all new generated columns

    ultraGrid1.SetDataBinding(datatable, null, true);

Children
No Data