Hiding DataGrid Column ?

  • Thread starter Thread starter tony
  • Start date Start date
Hi .

Believe me i did it before asking..:)

I try to hide 8 columns, and you see small space, in this width >_<
In mobile device screen is important.


If there is other way, i will be glad to read about it.

Thanks.

(sorry for the wrong english syntax).
 
Hi .

Believe me i did it before asking..:)

I try to hide 8 columns, and you see small space, in this width >_<
In mobile device screen is important.


If there is other way, i will be glad to read about it.

Thanks.

(sorry for the wrong english syntax).
 
Yes.

After i saw i can get the row data from the datasource attached (datatable),
i remove the columns for each state i needed.
this way i display 2 or 5 columns depends on the situation, but always can
get the 5 values from datasource.

Thanks.
 
Yes.

After i saw i can get the row data from the datasource attached (datatable),
i remove the columns for each state i needed.
this way i display 2 or 5 columns depends on the situation, but always can
get the 5 values from datasource.

Thanks.
 
Back
Top