I setup the Grid at server side
MyGrid.MasterTableView.IsItemInserted = true
so user can direct edit the record
also include a new record at bottom for insertion.
problem when record is created and returned to client side Grid, the row's cells are empty.
the Row is expected to have 1st cell with RadComboBox, 2nd cell with radnumerictextbox, and 3rd cell is customized with LinkButton
records are created successfully at server side through Ajax method, and return correctly by checking the result.d.ResultList.length.
MyGrid.MasterTableView.IsItemInserted = true
so user can direct edit the record
also include a new record at bottom for insertion.
problem when record is created and returned to client side Grid, the row's cells are empty.
the Row is expected to have 1st cell with RadComboBox, 2nd cell with radnumerictextbox, and 3rd cell is customized with LinkButton
records are created successfully at server side through Ajax method, and return correctly by checking the result.d.ResultList.length.