EasyUI Forum
December 10, 2025, 02:37:41 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: edatagrid - is it possible to hide some fields when posting data?  (Read 7073 times)
Stefan B.
Full Member
***
Posts: 152


Software Architekt


View Profile Email
« on: November 07, 2014, 03:13:14 AM »

We use edatagrid with the saveUrl and updateUrl.

Every time all row object data send to the controller if we add or edit a row.
But some columns are not editable (only information fields) and this field values should not send to the controller.
Also some "row object data" not shown on the table as column. This fields also send to the controller.

Code:
		idField: 'idString', //this field is used for editing and delete rows with a datagrid
saveUrl: 'add.do', //to add a new record
updateUrl: 'edit.do', // to save updated data

My question: How can we configure the edatagrid so that only some row data attributes send to the controller?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!