Hide particular columns in datagridview using styles
I want to hide particular columns in a datagridview in wpf... For example i gng to save Emp_id columns means it will save and at the same time hidden from front end design page .... pls anybody give solution for tis... am very new to wpf.....
Murali RajuPosted Jul 6, 2013, 6:49 AM
Sanjeeb LenkaPosted Jul 6, 2013, 6:16 AM
set AutoGenerateColumns to false. Then define your own columns.