Browse By Tags

  • Summation not updating

    I have two columns, one is a simple textbox control and the second is a 3rd party numeric control.

    When I make a change in the first column and use an arrow key to go to the next row, the summation immediately updates.

    But for the second column, the…

  • 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…

  • Exception in Grid while Grouping

    I am using the grid and I have a number of unbound columns...

    This only happens while the grid has grouping enabled, when I change a value of a cell it throws this error....

    I can give more information if needed, I am going to try to throw together a…

  • 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…

  • Edit State

    Is there a way for a column to ALWAYS be in an edit state.

    For instance, if I have a Unbound Column and it data template contains a CheckBox for both the itemTemplate and the editTemplate.

    In order for me to check or uncheck the checkbox, i have to…

  • 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?

  • Binding to Collection

    I am trying to make a very flexible binding situation for my XamGrid.Basically I want to make the Grid always dynamic. The amount of columns can vary depedning on the case and their Keys can change so I would like to dynamically build it all the time…

  • Determine what column is currently being sorted

    Is there a property on the XamGrid that I could determine which column the grid is currently being sorted by?