Hi Peter
I understand that, but it is a requiremente from the project.
The treeGrid is working perfectly.
The only problem is when the user clicks on a row on a diferent place than the arrow.
This function is executed on every row Click.
$(‘#treeGrid’).on(‘rowClick’, function (event) {
alert(‘rowClick’)
});
Is possible to check that if the click is on a diferent place than the arrow, to not execute what ever is taking this long?
Thanks and Best Regards