-
Hello, I tried doing something like: <ig:XamColorPicker.ColorPalettes> <!-- Create Custom Palette --> <!--<ig:ColorPalette> <ig:ColorPalette.Colors> <ig:ColorPatchCollection> <ig:ColorPatch Color="242, 108, 79"/> </ig:ColorPatchCollection> </ig...
-
I have a report object with the following structure: Report Contains List<Row> Rows and Row Contains List<Cell> Cells I want to bind the XamGrid to this "Report" object, where content of cell1 for the xamGrid is = cell1 for the cell in the rows cell collection. How can I achieve...
-
Hello all, I am faced to such problem - My picture was stored in MS sql Data base in bytes. I make Silverlight solution and take out of base two field: "pictures" and string field - "name". When I started my project, in XamMultiColumnComboEditor control displayed empty field "pictures"...
-
Hi, I am currently having an issue with the XamInput controls and when they update their binding. The standard silverlight controls update their binding when the control loses focus. However, the XamInput controls are updating their binding as soon as the value changes. Is there any way to control this...
-
I have the XamNumericRangeSlider and I'm trying to style the thumbs so that I would have a DomainUpDown-control with the thumb value (found in SL Toolkit)? Can you think of any way this would be possible? I haven't succeeded in it yet. Here's my code (style has bunch of other things as well...
-
Hi, I am using the xamDateTimeInput in silverlight. The date is appearing fine but when I clear the field by highlighting the value and press delete it is not reflected in the data field. This is after tabbing or moving to a different field. Here's the field XAML <ig:XamDateTimeInput Grid.Row...
-
Hi, Im trying to bind the items source of a combo box column to a collection of row source object, as the collection items will change per row. The other columns are binding correctly. <ig:XamGrid ItemsSource="{Binding Path=Issues}" AutoGenerateColumns="False" > <ig:XamGrid...
-
Hi all, I am using a XamGrid as a global control placed in my masterpage; Throughout the application life it needs to change data many time, regarding the page it is on In XAML I have: ItemsSource ="{ Binding GridDataCollection } " I also change the columns of the grid; For this, my ViewModel...
-
Follow up: Thus far I have had no success with binding generic collections of data to Infragistics XamGrids and maintaining Infragistic Datagrid functionality (Sorting, Filtering, Grouping, etc). I see potential solutions using a dictionary here, but it loses summary and filtering: http://community.infragistics...
-
Here is the scenario: 1. I am loading data from a stream 2. I am not using any predefined classes 3. I need to dynamically fill a datagrid based on the stream 4. based on properties in the stream I need to specify certain column properties and specify binding for the column Currently I can accomplish...