I want to add data to a flex grid from text and combo boxes.

Have a flex grid with 3 Columns (Name, Date, Choice)

Text box needs to fill Column Name
Combo1 needs to fill Date
Combo2 needs to fill Choice

User will enter values and select enter to write the data to the flex grid.

Is this the proper control to use or is there a better way?

Thanks,