Hi there,
is it somehow possible to edit DataSource row in form without having ListGrid and calling editSelectedData ?
I will have DataSource which i will set Criteria to only hold one record (through record id). Now if i call fetchData on the DynamicForm, will it show the data from the one record in the form ? And if i call saveData, it will save right ?
I assume this would not work if i had more records in DataSource.
Or do i need to have listGrid and selecting the data to edit there ?
Thank you very much as always.
Using SmartGWT EE 2.3.
is it somehow possible to edit DataSource row in form without having ListGrid and calling editSelectedData ?
I will have DataSource which i will set Criteria to only hold one record (through record id). Now if i call fetchData on the DynamicForm, will it show the data from the one record in the form ? And if i call saveData, it will save right ?
I assume this would not work if i had more records in DataSource.
Or do i need to have listGrid and selecting the data to edit there ?
Thank you very much as always.
Using SmartGWT EE 2.3.
Comment