We're using standard master Master-Details Grid to show relations between parent and child records. By our design, there shouldn't be left-hand offset in detail table. Going through your API we didn't find appropriate option to disable it. We tried to hide corresponding <td> element to get required view but columns get inconsistent widths doing this was way:
https://i.imgur.com/ts6Bse4.png
How to disable this offset properly?
.k-detail-row.k-hierarchy-cell {
display
:
none
!important
;
}
https://i.imgur.com/ts6Bse4.png
How to disable this offset properly?