Load data on Editor form from server when click edit button

Load data on Editor form from server when click edit button

ChemonChemon Posts: 19Questions: 0Answers: 0
edited January 2013 in General
Hi,

EndUser goes to bathroom, then he come back and click edit, he get the Editor form with the row data.
¿ Where is data loaded from ? From table ( client side ) or from database ( server side ) ?

I think this is interesting for many people.

Regards.

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    From the data source held by the DataTable. It is possible to use Ajax to load additional information and show that view the Editor API. I'll be writing a tutorial on that in the not too distant future.

    Allan
This discussion has been closed.