when user selects a cell, I want to highlight the whole row, how do I do this?

Recommended Answers

All 2 Replies

Hi,

Write this code in Grid_Click Event:

Grd.Col=0
Grd.Colsel = Grd.Cols-1

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.