How to let DataGridView ignore certain properties when bind to an IList object [closed]
As title. I wondering if there is some attributes to control?
[System.ComponentModel.Browsable(false)]
No, no attribute. You can delete columns after binding or set AutoGenColumns=false and only add specific columns.
精彩评论