EasyUI Forum

General Category => Bug Report => Topic started by: phunksta on March 02, 2015, 06:12:35 AM



Title: [REQUEST] edatagrid POST on New Record, PUT on Modified Record
Post by: phunksta on March 02, 2015, 06:12:35 AM
Hi,

I would like to request the facility in edatagrid plugin, to send Updated records as PUT ajax operation, and New records as POST. (Odata style - goes to same URL)

The current implementation sends both NEW and MODIFIED records as POST, but allows for different URLs.

Thanks