Hey I have a question regarding datagridview cells, I have made made the rows that display data from the database as read only, but the thing is when I click on one of the cells an event triggers out,
I have coded for cellcontentclick, cellvalidating, currentcelldirtystatechanged, editingcontrolshowing. When I clik on the readonly cell the cell validating event triggers, so how can I make the events disable for the read-only cells.
thanxxxxxxxxx