Dear Mr, Atatanasov, how abaout it with the integration of the jQuery form autofill plugin. So we can say: dialog.autofill( data, options). The form in the dialog should automatic selected. The use case could be by Crud grids...
function Edit(e) {
dialog.open('Edit Player');
dialog.autofill( e.data.record);
}
Dear Mr, Atatanasov, how abaout it with the integration of the jQuery form autofill plugin. So we can say: dialog.autofill( data, options). The form in the dialog should automatic selected. The use case could be by Crud grids...
function Edit(e) { dialog.open('Edit Player'); dialog.autofill( e.data.record); }