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
How to show just few columns in the grid
posted

Hi,

i use a wingrid and i get now the all table , but i want show just a few colums

 

this.t_ModelCodeFamilyTableAdapter.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeFamily);

this.t_ModelCodeOptionsClassTableAdapter1.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptionsClass);

this.t_ModelCodeOptionsTableAdapter1.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptions);

this.t_ModelCodeOptionsDescriptionTableAdapter1 .Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptionsDescription);

 

and i need just a few columns from each table

 

how cann i get this?