This question is locked. New answers and comments are not allowed.
I have a grid with a DetailView that is using a ClientTemplate:
The grid by default uses alternating row css to distinguish rows, but the DetailView does not seem to inherit this css style making it look like a separate row for the alternate rows.
.DetailView(details => details.ClientTemplate("<#= Comments #>"))The grid by default uses alternating row css to distinguish rows, but the DetailView does not seem to inherit this css style making it look like a separate row for the alternate rows.
