Browse Forum Posts by Tags

Showing related tags and posts for the NetAdvantage for Silverlight group. See all tags in the site
  • Can I feed custom colors using (A)RGB syntax or binding them via MVVM?

    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...
    Posted To xamColorPicker (Forum) By robdal On Fri, Jun 15 2012
  • How to bind a list of objects to XamGrid

    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...
    Posted To xamGrid (Forum) By wpearson4 On Thu, Feb 16 2012
  • XamMultiColumnComboEditor not display a picture

    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"...
    Posted To Silverlight Line of Business (Forum) By yardie On Fri, Feb 3 2012
  • XamInput Binding

    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...
    Posted To Input (Forum) By Calsy On Mon, Jan 23 2012
  • Styling the Thumbs in XamNumericRangeSlider

    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...
    Posted To xamSlider (Forum) By anttisimonen On Mon, Jan 16 2012
  • xamDateTimeInput field not clearing

    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...
    Posted To Silverlight Line of Business (Forum) By mmalsor On Wed, Jan 11 2012
  • ComboBoxColumn ItemsSource Binding

    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...
    Posted To xamGrid (Forum) By wayneamalloy On Mon, Jan 9 2012
  • ItemSource not refreshed from DataContext

    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...
    Posted To xamGrid (Forum) By dsiskov On Thu, Dec 22 2011
  • Re: Dynamic columns with binding and conditional parameters

    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...
    Posted To xamGrid (Forum) By donschaberg On Mon, Nov 14 2011
  • Dynamic columns with binding and conditional parameters

    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...
    Posted To xamGrid (Forum) By donschaberg On Thu, Nov 10 2011
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last ยป