I am using the RadTreeList (Ajax) and trying to get a
client-side click event for a left click on the header. This does not appear to
be directly supported by the control. Is
there an indirect way to get a client-side click event for the header row and
determine the column of the event?
Thanks
2 Answers, 1 is accepted
0
Accepted
Marin Bratanov
Telerik team
answered on 14 Apr 2017, 01:24 PM
Hello Paul,
You can easily use jQuery and get the text of the header, if that works for you
<script>
function OnTreeListCreated(sender, args) {
$telerik.$(sender.get_element()).delegate(".rtlHeader th", "click", function (evt) {