Hi,
I'm populating a DataGrid inside my WPF window like this
'dgFollowup.DataContext = ds.Tables[0]' .
Can any one tell me how to Hide or make a column invisible inside the DataGrid.
Thanks & Regards,
Ramana
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RamanaPosted May 4, 2011, 6:45 AM
Thanks for ur reply. I've already seen that article , but I should not allow the user to Hide/Unhide the columns. My requirement is I should not show a particular column inside the DataGrid. The DataGrid is populated using a DataTable which contains the DataColumn which should be hidden.
Dinesh BeniwalPosted May 4, 2011, 6:42 AM