tags:

views:

9

answers:

1

hello Expert

i have a problem i have some data in my data table there are 12 column in this whenever i want to bind it to a wpf datagrid(i want that first to column is to disable) and all other are shown in grid

how can i do this thanks

shashank

A: 

Datgridname.Columns[7].Visibility = Visibility.Hidden;

its too simple

sorry for ask this

Chunmun Tyagi