Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » DataRow » DataGrid   (RSS)
  • 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.