MainWeb.OnCellSelectedAjaxCallBackClientFunction

MainWeb.OnCellSelectedAjaxCallBackClientFunction property

Gets or sets the client side function to be called when a cell is selected. The client function should be declared like this: function MyOnSelectCellAjaxCallBack(cell,customerdata) { }Note: You may use the “this” pointer in the client function to point the grid control which fires the event.

public string OnCellSelectedAjaxCallBackClientFunction { get; set; }

See Also