Command Group
Command Group configuration:
.Columns(c =>
{
c.CommandGroup(cg => cg
.Text("Report").BtnClass("btn btn-sm btn-secondary").Width("1%")
.Item("Excel", "getReport")
.Item("Pdf", "getReport"));
})
Text¶
Set command text.
IconClass¶
Set icon css class.
BtnClass¶
Set button css class.
Width¶
Set percentage of column where the command is.
Item¶
Add a Command Group item.