Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete the Row in Flexgrid

Status
Not open for further replies.

muraliambt

Programmer
Jan 22, 2002
75
US
Hi all,

what is the best way to give the user Able to DELETE the row in FlexGrid. By Mouse or By Keyboard Key, etc...

Muraliambt.

 
Hi Muraliambt:

Most programs that one comes across have multiple ways of achieving a goal. May I suggest providing both methods to the user? Write a key event handler to do the deletion. Then provide a call to this key event handler in a mouse event handler.

Cassandra
B-)
 
Hi Cassandra,

Tks for the Reply and I also feel the same. Can u give me the code how to handle it.

Muraliambt.
 
Hi muraliambt,
Check out faq222-2244 to get the best from the forum, especially paragraphs 8, 15 and 16

For this one, a quick search on the forum will show many examples.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

For tsunami relief donations

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top