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

Browse by Tags

All Tags » Code-Behind   (RSS)
  • Re: In-code CellEditor for column edit

    Got it:               List<String> itemList = new List<String>();            itemList.Add(''NW'');            itemList.Add(''N'');            ...
    Posted to Xceed DataGrid for WPF (Forum) by Mike Pateras on April 27, 2008
  • Accessing the insertion row in code

    Hi,  I want to be able to access an insertion row from C# code. Specifically, from inside a method that handles an event fired from a cell editor control.  In our application, we have a control that allows a user to query the database for a valid value. For example, if they know a product code they may type it in directly, otherwise, a ...
    Posted to Xceed DataGrid for WPF (Forum) by Jonathan on April 22, 2008
  • Re: Hide the HierarchicalGroupByControl in code

    There is 2 things that could be done.1) Create a style in code for the HierarchicalGroupByControl, in which you set the Visibility to Collapsed, then add the Style to the newly created DataGridControl's Resources collection ( set the key as typeof( HierarchicalGroupByControl ) ). This way, the implicit style will only affect the DataGridControl in ...
    Posted to Xceed DataGrid for WPF (Forum) by Marcus on April 17, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.