hi to all!
is there a way to put a button in a cell in a flexitable?
cause each row of that table has student information ( like number, name, ...) and the last 2 colums of the row would be two buttons ( one saying updade and the other saying delete with the corresponding actions for each other).
thanks!
Which Flexible Table are you speaking of?
If it's THIS ONE, the answer is no.
But the table has a Cell_Click event which return the row and column numbers.
So you could put any text in the two last columns and use this event.
thank you very much klaus! i was only thinking in buttons however when that's not possible then use a more simple approach which is what you've done... brilliant klaus!
that's what i am going to do and it's more or less the same as clicking buttons!