Hello Everyone!
I would like to create special table with "headline" not just above each column, but also row, and a button with ability to remove each row.

I understand that thing I need is grid with 4 columns: buttons, row names and two for data I want to check. But I could not add button onto a grid. Also not sure If I can add row names.
My second thought was a... table containing objects of class with 4 properties:
FormButtonControl btnControll;
str RowName;
str Column1;
str Column2;
But still there is a problem with a buttons.
Any ideas how to do it?
*This post is locked for comments
I have the same question (0)