Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » 3.0   (RSS)
  • Re: Stack overflow on validations after update to 3.1 from 2

    Here you are the code. The highlighted code is the line where the Stack Overflow exception is thrown (because the validation rule executes once and once again when the underlying data is changed) : public override ValidationResult Validate(object value, CultureInfo cultureInfo, CellValidationContext cellValidationContext) { int ...
    Posted to Xceed DataGrid for WPF (Forum) by Antonio on February 3, 2009
  • Stack overflow on validations after update to 3.1 from 2

    Hi, I got a stack overflow in the validation after upgrading to 3.1. The validation rule changes the underlying dataset through the cellValidationContext.DataItem, and with this new version every change to this raises the execution of validation rule again, resulting in a stack overflow exception. This behaviour doesn't happen in the 2.0 version ...
    Posted to Xceed DataGrid for WPF (Forum) by Antonio on February 2, 2009
  • How to bind 2 columns to same property

    I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:              DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
    Posted to Xceed DataGrid for WPF (Forum) by Skantha on January 7, 2009
  • Re: Set AutoFilter Default Choice

    Thanks Christian, Here is how my ItemProperty is defined: <xcdg:DataGridItemProperty Name=''Status'' ValuePath=''InactivatedDate'' DataType=''{x:Type system:String}'' Converter=''{StaticResource ActiveStatusConverter}''/> I am bound to a ReadOnlyCollection.  I will try using an ObservableColleciton and let you know how I make ...
    Posted to Xceed DataGrid for WPF (Forum) by David on September 16, 2008
  • Set AutoFilter Default Choice

    I have a grid with an unbound column that uses a value converter.  The value converter checks the passed in value to see if it is null and then returns ''Active'' if it is and ''Inactive'' if it isn't.  (it's a deactivated date) Everything works great and the autofilter shows up with two choices in it.  Active and Inactive.  I ...
    Posted to Xceed DataGrid for WPF (Forum) by David on September 12, 2008
  • Creating a Column from Code behind

    Hi all, I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 28, 2008
  • MultiBinding a column?

    Before 3.0 I could use a MultiBinding on a Column through column.DisplayMemberBinding property. This property is now obsolete in 3.0 and replaced by DisplayMemberBindingInfo. It doesn't seem to support MultiBinding though. How do I use MutliBinding on a column in V3?
    Posted to Xceed DataGrid for WPF (Forum) by Hao on August 26, 2008
  • Content of next release ?

    Firstly, thanks for your new version and for being in line with your release date. Several of your new features will be useful for us (custom sorting, performances, new error management paradigm) but the grid still lacks several functions that can be easily found on Winforms, functions required when building professional software, those are : - ...
    Posted to Xceed DataGrid for WPF (Forum) by sse on August 22, 2008
  • Re: System.InvalidOperationException error - Version 3

    Hi, I am using your DataGridControl class (great work!). I am using the new card flow 3D view to display list of 4 items. In the same window I have a button which open another window based on your selection in the grid. From time to time (but very consistently) I get an InvalidOperationException with the following stack trace. It happen ...
    Posted to Xceed DataGrid for WPF (Forum) by Ido on August 22, 2008
  • Xceed DataGrid for WPF v3.0 Released!

    Version 3.0 of Xceed DataGrid for WPF Professional Edition has been released! Among the many new features which are offered by this version are the Cardflow 3D View, column stretching, custom sorting, and column virtualization. For a complete list of what's new in version 3.0:What's new in version 3.0? (Release notes)Migrating from version ...
    Posted to Xceed DataGrid for WPF (Forum) by Jenny [Xceed] on August 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.