Hi,
I have a grid implementation which is representation of list of an object say Customer, which has different properties like id, name etc. I display the properties as grid columns. When I try to add a new record or edit an existing record, the data posted to server is name: value pairs of properties, i.e. id:'somevalue', name:'someValue'. Is there a way I can specify the Customer object itself as post data with all values from row set on that?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top