I have grid panel where some column cells require to show combo box.
I have different services to load grid and combo data. I have different fields in record to show value in grid cell rows.
I want to display default value in combo from grid row record.
One idea is that first I load and bind store to combo and find the record from grid row cell value, and setValue with combo.
I am not sure It is feasible way to bind store to combo while rendering grid data. Will this impact performance ?
Please suggest.