Browse By Tags

  • XamGrid Style

    I have the following Style for my XamGrid.

    The only thing I can't figure out is the last row in the grid does not have a horizontal border on the bottom side, refer to image. Any ideas where I went wrong?

     

     

    Here is the code:

    <Style x:Key="GridCellStyle…
  • Sort/Page/Selection Style in App.xaml?

    I'd like to clean up my XAML files, but I can't seem to get the styling right for the XamWebGrid.  How would you apply the SortingSettings, PagingSettings, and SelectionSettings with all of those properties defined in the App.xaml file?  I am getting…