@(Html.Kendo().Grid(Model)
.Name("XXXXDataGrid")
.Columns(columns =>
{
columns.Command(command => { command.Custom("View").Click("ViewMap").Text(" ").IconClass("k-icon k-i-search"); }).Width(50).Title("View");
})
I am using above syntax to display the grid column with search icon but the icon is not displayed properly as shown.
Using
Note sure the reason or how to debug this
Thanks
This is resolved
If further information or assistance is needed, do not hesitate to contact the team in this or a new thread.
Kind Regards,
Anton Mironov