Browse By Tags

  • DatePicker in UnboundColumn

    When I have a DatePicker control as my EditorTemplate for an UnboundColumn and I type in the date as oppossed to clicking the calendar icon to select one... then I click into the next cell in the same row, the ItemTemplate for the cell doesnt get updated…

  • Unbound Column Exception

    I have attached a simple project recreating my scenario.

    Version : 10.2.20102.2005

    When I click into different cells back and forth I get an unhandled exception

    "Operation is not valid due to the current state of the object"

    More of the…

  • Resort after binding

    After I rebind data to my grid, the rows need resorting, is there a RefreshSort() method ? If not how would I do this?

  • 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…
  • Parent XamGrid reference from Column

    If I have a reference to a Column, is there anyway I could obtain a reference to the XamGrid instance that it lives in from the Column instance?