JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › nested grid inside a tree grid › Reply To: nested grid inside a tree grid
April 24, 2023 at 11:53 am
#104746
Markov
Keymaster
Hi Oleg,
Unfortunately, it is not possible to combine arrows into one. To hide row detail arrows, you can use CSS.
Example:
smart-grid-row[data-id="5"] smart-grid-cell div[data-field="_rowDetailColumn"] button {
visibility: hidden;
}