Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » datagrid » DataRow   (RSS)
  • 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
  • How do I get a reference to the grid, based on a row

    I would have expected to just look through the hierachy of controls, but DataRow.Parent is always null...?    <Style BasedOn=''{StaticResource {x:Type DataGrid:DataRow}}'' TargetType=''{x:Type DataGrid:DataRow}''>          <Setter Property=''ContextMenu'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Steve on October 13, 2008
  • Re: Looping thru a datagrid items

    this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green. i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
    Posted to Xceed DataGrid for WPF (Forum) by Aran on September 3, 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
  • Drag and drop across grids

    Can we drag and drop across two data grids in version 3.0? And is there any example.  The excel data grid example only demonstrates the clip board cut and paste but I am looking at is selecting multiple rows from one grid and dragging/dropping them on anther grid. Any help or guidance would really help me out.
    Posted to Xceed DataGrid for WPF (Forum) by Atul on August 20, 2008
  • Row recreation on Visible change and loss of Row status(ReadOnly)

    Hi 1) question of performance on visible change I am using the DataGrid for example on a TabItem in a TabControl. Always when i switch back to the tab with the Table it recreates all (visible) rows. Is there a way to suppress the recreation of the rows and just keep the old ones? (the datasource does not change) 2) question of row status ...
    Posted to Xceed DataGrid for WPF (Forum) by ステファン on May 15, 2008
  • Overriding the CancelEdit event on the DataRow

    Hi all, I'm trying to override CancelEdit on my implementation of the DataRow: public event EventHandler Edit_Cancel; public override void CancelEdit(){    base.CancelEdit();     OnCancelEdit(this, EventArgs.Empty);} public void OnCancelEdit(object sender, EventArgs args){    ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on May 14, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.