Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Nested Panel Styling
posted

I'm populating XamDataGrid using DataTables and DataRelations. 

  1. On clicking +, I would like to change the background color of the clicked row. On collapsing, I would like to revert the background color to the original color. How can I achieve this please ?
  2. Sale-Purchase is a DataRelation. I would like to remove the background color of this row or limit the background color to one cell instead of spanning the length of the child table.
  3. How can I put a border around the nested panel ?

I have been struggling for last few hours trying with no luck.