This gridview shows dates of a month. Some dates are public holidays and some are weekends. Certain other days may have its own condition which it may need to be non-editable.
All these DataRows in this gridview is set to enable editing. So how can I make specific cell to be non-editable or rather read/only?
I read this post, but it only talks about part of the solution I need.