cell: "badgeTemplate",columnMenu: "filterTextBoxTemplate", filter: "text", headerClassName: "customMenu",
}],
So column menu not work in the grid
Hello
I add
Hi,
Is it possible to add an event to the tr element when replacing the rowRender function like in this sample https://www.telerik.com/kendo-vue-ui/components/grid/styling/#toc-rows
Specifically i would like to add the contextmenu event on the table-row. I know i could do it with slots but i dont want to render the cells manually.
Hello,
When I am currently using the Grid Wrapper component, I will use the mouse to drag to select multiple rows of data (dragToSelect). After selecting multiple rows of data for the first time, when I think about dragToSelect for the second time, the data selected for the first time will be unselected. May I ask how to prevent the selected data of multiple dragToSelect from being cancelled?
Hi I'm currently using Kendo UI Wrapper Components in a Vue project.
When there are locked columns in the Grid component and there are many rows of data, use the scroll bar to slide quickly, the locked column part and the non-fixed column part will be misaligned. This problem also occurs when I try it in the official examples, the actual effect can be seen in the attached video. How to deal with it? Thanks!
I tried to export PDF with method in my project(using vue). But , the following error occurred.
ttf.js:50 Uncaught Error: Table loca not found in directory
at Directory.readTable (ttf.js:50:1)
at TTFFont.parse (ttf.js:1210:1)
at new TTFFont (ttf.js:1202:1)
at eval (core.js:267:1)
at req.onload (core.js:246:1)
How can I solve this problem?
Hello,
We are using kendo vue native component Grid.
FilWe do have column filtration. We noticed that when we filter a column with string values from column filter, the search that is being done, is a startsWith. For our business purposes we want to change startsWith to Contains for example.
Is there a clean way of doing this? Do you have any suggestions or examples?
Thanks