or
pageable: { pageSizes: [10, 25, 50, 100], messages: { display: "{0} - #=kendo.toString({1}, 'n0')# of #=kendo.toString({2}, 'n0')#" },},
I have a Master Grid/Detail Grid both containing information that compose a record of "Movements".
The problem comes when I need to add a new record because the primary key of the record is part on the Master "Header" Row and part on the Detail Row.
Changing the functionality of the Detail Row onSave() and taking the values of the Master row (that can't be saved yet) seems like an odd approach.
Thanks in advanced,
D.