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

Browse by Tags

All Tags » Editing » DataGrid   (RSS)
  • 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
  • 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
  • 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
  • Catch Cancel-event

    Hi all, Is there a way to know when the user has canceled his / her changes (e.g. by hitting Esc.)? I've looked in the help files and the forum, but I don't see anything like it. Thanks,Frances 
    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.