This is a migrated thread and some comments may be shown as answers.

Setting title for a column causes unwanted column heading hover text

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dirk
Top achievements
Rank 1
Dirk asked on 30 Aug 2015, 09:39 PM

I just want to disable all hover text for the column heading. However with the code below a nuisance hover text of the column title appears when the mouse is over the column heading.

The datasource for the grid is built by cursoring a datasource from another API and building the local data source on the fly, in case that offers a clue...

The results are shown in the attached png

                columns: [{
                        field:"Source",
                        title: "Source BOGUS", // causes the hover problem
                        filterable: false,
                        sortable:true
                    },{
                        field:"Name",
                        filterable: false,
                        sortable:true
                    },{
                        field:"findResultPayload",
                        headerAttributes: {
                            style: "display: none"
                        },
                        filterable: false,
                        width: 50, 
                        hidden: false,
                        template: '<img src="images/zoom.png" width="16" height="16"/>'
                    }
                ]

TIA

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 01 Sep 2015, 08:26 AM
Hi,

Thank you for contacting us.

I tried to reproduce the described behavior but to no avail. On the following link I created a small example which uses your code and works with the latest version of the widgets:
http://dojo.telerik.com/osuWe
Please check it out and let me know what differs in your case:

Additionally another option is to use headerTemplate where you can write a custom HTML which will be rendered in the header cell. More information you can find here:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.headerTemplate

Looking forward for your reply.

Regards,
Radoslav
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Dirk
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or