Best practice: Binding FNC components to dataset/list

I am struggling binding data to the components in a bidirectional way.
There are some readonly binders available and some components support live bindings.

Is there any recommended best practice to bind the FNC components to data? What generic way could I go?

Thanks for your answers and ideas!

Hi, right now the only bidirectional databinding components available are

  • TTMSFNCGridDataAdapter
  • TTMSFNCPlannerDataAdapter

Additionally, there is a generic TTMSFNCDataBinder that is capable of reading data. The plans are to expand on this in the future for writing as well.