I want hide it completely from the main grid too.
See image for more clarification.
Thanks in advance.
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.
The column which you need to hide has the name
"subgrid". So to hide it you can useIf you need to implement interface for opening or closing subgrids you can call toggleSubGridRow method directly. For example the following callback will toggle subgrid on double-click on the main row:
See the corresponding demo here:
UPDATED: If you want to hide additionally the icon from the first column of subgrid you can use the option
and add additional CSS style
See the updated demo:
UPDATED 2: To hide the column with the icon in the subgrid row you can just use
See the next demo: