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 hidden) and all other are shown in grid
how can i do this thanks
shashank
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Datgridname.Columns[7].Visibility = Visibility.Hidden;
its too simple
sorry for ask this