ASP.NET Core subgrid border

Using ASP.NET Core, is there a way to change the appearance of the border of a subgrid?  For example, to change the thickness of the border or the color?  Thanks.

3 Replies 1 reply marked as answer

TS Thiyagu Subramani Syncfusion Team June 15, 2021 01:33 AM UTC

Hi Harvey, 
  
Thanks for contacting Syncfusion support. 
  
Based on your shared information we suspect that you want to apply border appearance for child Grid (subGrid). To achieve this requirement we suggest you to use below style reference for e-detailCell (childGrid’s parent element).  
  
.e-detailcell { 
        border: 5px solid green !important; 
   } 
  
Screenshot:  
  
 
  
  
  
Please get back to us, if you need any further assistance. 
  
Regards, 
Thiyagu S 


Marked as answer

HK Harvey Kravis June 15, 2021 12:42 PM UTC

Thanks for the sample, just what I need. :)


TS Thiyagu Subramani Syncfusion Team June 16, 2021 05:28 AM UTC

Hi Harvey, 

Thanks for your update. 

We are happy to hear that the provided solution works at your end. 

Please get back to us, if you need any further assistance. 

Regards, 
Thiyagu S 


Loader.
Up arrow icon