I want to hide the detail table when page loaded
but when click on the triangle on master row, it displays
http://demos.kendoui.com/web/grid/detailtemplate.html
that’s from the element I detect on firebug.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suspect you could add a
style="display: none;"to the main container for thedetailTemplate, but that will probably throw the behavior of the Master Row triangle.You could instead, just hide it on page load with:
or, just initialize the grid with the detail rows hidden when databinding occurs (probably the best solution):