Browse By Tags

  • Find and Binding Template Columns from Code Behind

    In my xamWebGrid i have dropdown inside. Code is attached in xaml.txt. Please have a look there. What i want is to bind itemsource from code behind. But i am not able to find the control from code behind
  • 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…

  • Issues while using XamWebgrid

    Hi I have few problems while implementing xamwebgrid. I am using VB as code-behind. 1. I need a easy way to bind xamweb grid. I dont find any helpful resource either on your documentation of local samples. I have WCF service returning list, now…
  • 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…

  • How do I set focus to the first row of the xamWebGrid programatically?

    I have xamWebGrid binding to a list and I would like to set focus to first row when application is launched, I have tried different ways, but no luck. Microsoft datagrid has a very simple way to do it. Can someone please help. Thanks

     

                    <igGrid:XamWebGrid…

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

  • How do I update values in another row column using data binding

    I am using DataGrid (bind to the obeservable collection), one of the column in the datagrid is checkbox, User Requirement is, when user checks checkbox in any row, other row's checkbox should reset to unchecked. means  only one checkbox checked at…

  • UserControl on templatecolumn

    Hi,

    I have a problem with templatecolumns containing usercontrol. Usercontrol shows different value, symbol etc depending on data. Data is processed on usercontrols load-event.  Everything is ok when data is binded the first time, but when the same data…

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

  • Bug in binding to an ICollectionView

    Hi,

       There's a showstopper bug that I discovered in the web grid.

       I'm binding a custom collection object that implements ICollectionView. The binding works fine and the objects are shown in the grid.

       The bug is that if I bind the objects…