您好我正在使用telerik 2011.1.519.35 版本
如何从客户端获取radgrid插入项目和编辑项目... 我用过以下方法...... 但是这些版本不适用于 2011.1.519.35
版本 function getTableViewInsertItem() {
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
//gets the HTML object of the insert item opened in the current GridTableView
var insertedItem = masterTable.get_insertItem();
var editedItemsArray = masterTable.get_editItems();
}