Hi,
I have a listgrid with some buttons as record components. When editing new rows (for example calling grid.startEditingNew()) it seems that record components are not created for newly added rows. This probably makes sense as newly added rows become 'records' only after they've been saved to the data source ?
Anyway this is problematic as my record components are buttons bound with functionality which is needed for all rows. Is there a way to get the record components created for these kind of rows or a way to emulate cell widgets without using record components ?
I'm using latest 2011-07-07 2.5 nightly.
br,
Marko
I have a listgrid with some buttons as record components. When editing new rows (for example calling grid.startEditingNew()) it seems that record components are not created for newly added rows. This probably makes sense as newly added rows become 'records' only after they've been saved to the data source ?
Anyway this is problematic as my record components are buttons bound with functionality which is needed for all rows. Is there a way to get the record components created for these kind of rows or a way to emulate cell widgets without using record components ?
I'm using latest 2011-07-07 2.5 nightly.
br,
Marko
Comment