Hidding Columns Which is Filled through Datatable
-
Hi All, Please Anyone having the Knowledge how to hide the Grid's Column when it filled by a Datatable.Means my datatable contains 4 columns and i bind the datagrid with the column.but in the datagrid i want only 2 columns from that datatable.Please Suggest me how to do this..... Thanks Deepak.
-
Hi All, Please Anyone having the Knowledge how to hide the Grid's Column when it filled by a Datatable.Means my datatable contains 4 columns and i bind the datagrid with the column.but in the datagrid i want only 2 columns from that datatable.Please Suggest me how to do this..... Thanks Deepak.
There are four types of columns in datagrid and they all have visible property assign it values as following is given, "BoundColumn Visible=False" or if you want to assign value through design end then right click on datagrid-->select property builder and then select columns tag, under selected colomns list select the desired column to hide and check out its visible property. Qaisar Mehmood Mughal ............................................................................... May Allah gave u success in all fields of life. (Aameen) ............................................................................... Software Engineer ISF - Islamabad Software Factory 3rd Floor, Software Technology Park Constitution Avenue, Islamabad 44000, Pakistan www.isf.com.pk qaisar@isf.com.pk , qmmughal@gmail.com Phone: +92 (51) 2825387 : 0321-5226623 -- modified at 0:50 Wednesday 25th January, 2006
-
Hi All, Please Anyone having the Knowledge how to hide the Grid's Column when it filled by a Datatable.Means my datatable contains 4 columns and i bind the datagrid with the column.but in the datagrid i want only 2 columns from that datatable.Please Suggest me how to do this..... Thanks Deepak.