View icon in the grid column is not displayed properly.

0 Answers 106 Views
Grid
Guest10
Top achievements
Rank 1
Guest10 asked on 11 Jul 2023, 06:25 PM | edited on 11 Jul 2023, 09:11 PM

@(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 

Guest10
Top achievements
Rank 1
commented on 12 Jul 2023, 01:34 AM

This is resolved

 

Anton Mironov
Telerik team
commented on 14 Jul 2023, 10:21 AM

Hi Chakrapani,

If further information or assistance is needed, do not hesitate to contact the team in this or a new thread.


Kind Regards,
Anton Mironov

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Guest10
Top achievements
Rank 1
Share this question
or