Browse By Tags

  • TextColumn Validation - Dynamic Columns

    Hi,

    I'm building the grid dynamically 

    Like that        

    columns.Add(new TextColumn { Key = string.Format("[{0}]", key), HeaderText = key});

    My xaml Looks like:

    <ig:XamGrid Name="grid" AutoGenerateColumns="false" ItemsSource="{Binding Path…

  • XamInputs – a Cross-platform Editing Experience

    It has been a part of the company strategy to create a common experience while using our controls across all XAML platforms – something here at Infragistics we call the Unified XAML Product Strategy. Controls build on top of it are meant for rich Line…

  • Customizing the XAML Syntax Editor

    Customizing the XAML Syntax Editor.The XAML Syntax Editor is pretty awesome control – I mean being able to create your own code editor is one and then just customize language and coloring and… add the fact that you can split the view and be on at line 50 and 500 at the same time and making…

  • How to get started with the XAML Syntax Editor

    XAML Syntax Editor - How to get startedThe XamSyntaxEditor is one of the recent additions to the Infragistics toolset. It made an odd voyage from being announced as a CTP not  with a release, but with a service release a bit over two months ago. And now it is on route to a XAML project near…