Browse By Tags

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

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

  • Populating a TemplateColumn value at runtime

    I've added a TemplateColumn to my grid row. The value of this cannot be bound as it needs to be evaluated at runtime.

    I've added an event handler to the InitializeRow event of the grid and I've got the cell object using .Row.Cells("dynamicDescription…

  • how to populate dynamic columns from a collection?

    OK... I have kindof a sepecialised case.  I am getting log data back from a DB that has 5 static properties and then any number of variable properties.  The class looks like this:

    Prop 1, prop 2, prop 3, collection of properties 4-n... all possible properties…

  • Dynamic binding and column building

    I have a grid (Silverlight3 built-in) where I build all the columns dynamically by setting the itemssource to a dictionary object. I bind all columns to the same property and then use converters with converter parameter to fetch the correct value from…