Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » datagrid » DataGridControl   (RSS)
  • 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
  • DataRow and DataContext of DataRow becomes null for some rows in the DataGrid

    Hello , I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.   Can anyone please help me on this ? This seems to be strange and ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on December 2, 2008
  • Editing Problem

    I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
    Posted to Xceed DataGrid for WPF (Forum) by James on September 11, 2008
  • Getting the values of two column in a one column..

    Hi, I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 4, 2008
  • Row Click Event

    Hi,I have used the XceedDataGrid and populated the grid with the DataSet. Now to Keep the things simple i just wanted to get the value of a cell in the selected row of the when users click on a particular row...???
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 21, 2008
  • Exception when refreshing grid

    After one or more of my underlying items of my DataSource has changed, I call ResetBinding( false ) on the datasource so the grid can refresh its content. From times to times, I get the following exception:    Cannot perform this operation while the generator is busy generating items  Here is the detail of the ...
    Posted to Xceed DataGrid for WPF (Forum) by Frank on August 8, 2008
  • Datagrid and a Textbox are bind to the same CollectionView but not immediately synchronize

    When I edit in the Datagrid a value, the value in the Textbox should also immediately change and not when I leave the row. Here the code: <Window x:Class=''WpfApplication_Xceed.Window1'' xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation'' xmlns:x=''http://schemas.microsoft.com/winfx/2006/xaml'' Title=''Window1'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Ronny on July 24, 2008
  • CellValidationRule - ValidationResult Object

    Hi, I try to use  the CellValidationRule on a wpf grid. Looking at the document example I can see that there is a returned object:  return new ValidationResult( true, null ); But return to which object? and how to get this ValidationResult accessible from a user control that contains the grid,before the UI get displayed? looking at ...
    Posted to Xceed DataGrid for WPF (Forum) by alpha on June 27, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.