Hello Gurus,

I was wondering if anyone out there knows how to delete a row in a MSFlexGrid. Basically, I can populate the grid and when the user select an entire row on the grid and presses a button. I want it to delete the row. Eg. If the grid has:

Color Shape
red circle
blue square
black rectangle

and the user select row 2 (blue, square) and press the button I want it to delete the row so that the grid would look like:

Color Shape
red circle
black rectangle


Does anyone know how to do this? I would really appreciate it if anyone can help. Thanks in advance!

Marci Sarwan

PS: Please provide some sample code. Thank you!