I have Employee form which is taking data from database (using stored procedure) among all employee few employee has SCID in SCID column and rest (most of them) don't have it. They have null.
I want to emphasis on employee who has SCID in that datagridview of that form.
I can either emphasis it by highlighter or can put symbol or flag at their rows
If anyone can guide me through it I will be really thankful .