Multiple choice technology web technology

In Datagridview control focus for interaction and presentation is at -

  1. row level

  2. column level

  3. cell level

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DataGridView control allows interaction at the individual cell level - you can click to select, edit, and format specific cells. While you can select entire rows or columns, the primary focus for interaction and presentation is the cell level.