Browse By Tags

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

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

  • Crash while adding new row in xamWebGrid

    Hi my application is crashing while adding new row to the xamWebgrid. in xaml for add new row: -igGrid:XamWebGrid.AddNewRowSettings- -igGrid:AddNewRowSettings AllowAddNewRow="Bottom" IsEnterKeyEditingEnabled="True"- -igGrid:XamWebGrid…
  • Calculating CellValues of Selected Row and Column

    I have multiple columns in my grid, in which there are 7 columns which are editable. These are for days from Sun-Sat. All fields are double type. I am having a footer in which i am displaying total of a day columnwise. What i am doing right now is on…