GridActionAttributeGridName - свойство

Gets or sets the name of the Grid that is populated by the associated action method. Required when custom server binding is enabled and the grid query string parameters are prefixed.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public string GridName { get; set; }

Значение свойства

Тип: String
Примеры
C#
[GridAction(EnableCustomBinding=true, GridName="Employees")]
public ActionResult Index(GridCommand param)
{
}
См. также