Hi,
When using the detailInit event... I was wondering if it is possible to hide ONLY the child or details grid?
I tried this:
$('.k-grid-header').hide();
...but it will hide alll the headers of every grid on the html page.
And this:
$('#hiarchGrid .k-grid-header').hide();
but it just removes all the headers for the grid with the given id; both parent and details.
I have attached my code in text format.