Kendo.Mvc.UI.Fluent.GridEditActionCommandBuilder
Defines the fluent interface for configuring the edit action command.
Methods
UpdateText(System.String)
Sets the text displayed by the "update" button. If not set a default value is used.
Parameters
text System.String
The text which should be displayed
CancelText(System.String)
Sets the text displayed by the "cancel" button. If not set a default value is used.
Parameters
text System.String
The text which should be displayed
UpdateIconClass(System.String)
Sets the icon class for the "update" button. If not set a default icon class is used.
Parameters
iconClass System.String
The icon class which should be applied to the update button
CancelIconClass(System.String)
Sets the icon class for the "cancel" button. If not set a default icon class is used.
Parameters
iconClass System.String
The icon class which should be applied to the cancel button