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
590
XamWebGrid with ColumnLayout sorting and sizing
posted

I am using Silverlight 4 with XamWebGrid 10.1.  I am using ColumnLayout to achieve the master-detail.  I have two questions.  1) how do I align the child columns with the parent columns?  I know the WPF control has this capability but it doesn't automatically do this.  2) How do I sort within the child as well as the parent?  The default is to sort the parent level, but I need to sort down to the child level as well.  I was hoping that I do not have to write any code to calculate the size of the parent cell to match the child cell.  I am using the grid to show groups the parent would be the sub total, and the child would be the detail.  Anyway, thanks.