5 Answers, 1 is accepted
Hi Jacquiline,
Thank you for the provided dojo example.
In order to achieve the same result for Kendo UI TreeList use the same flow of function handlers. The implementation that I made for the purpose could be found in the following dojo:
Filter the column "LastName". This will call the "filterMenuInit" method and set the needed multi checkbox filter menu.
After making the needed tests locally let me know if further assistance is needed.
Kind Regards,
Anton Mironov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
So I still think this is a bug (the filtermenuinit and filtermenuopen events don't fire when columnMenu is on) but I think I found a work around so figured I'd share in case others are trying to do this too.
Using the dojo code Anton posted above, I had the onFilterMenuInit function to fire on the columnMenuInit function instead and then in the initCheckboxFilter function I changed the helpTextElement variable definition to be "var helpTextElement = e.container.find(".k-filter-menu").children(":first").children(":first");
So far that seems to work
Hello Jamie,
I am glad to hear that the issue you were facing is now resolved.
Thank you for the provided solution with the column menu scenario. Really appreciate sharing the approach.
Let me know if further information or assistance is needed.
Greetings,
Anton Mironov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.