or
var dataSource = new kendo.data.DataSource({ //.. schema: { model: { id: "ProductID", fields: { ProductID: { //this field will not be editable (default value is true) editable: false, // a defaultValue will not be assigned (default value is false) nullable: true },input { margin: 3px 5px 5px 5px; background-color: #ffffff; color: #000000; border: 1px solid #c2c2c2;}function PerformAjaxRequest(requestType)
{
var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
ajaxManager.ajaxRequest(requestType);
}C#
protected void RadAjaxManager1_AjaxRequest(object sender, Telerik.Web.UI.AjaxRequestEventArgs e)
{
---
---
---
}
