Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » CellEditors » Code-Behind   (RSS)
  • Capturing Click event of Button in a DataCell using MVVM

    Hello, I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button. Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel. How can this be achieved. I thought of RoutedEvents / ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on March 23, 2009
  • 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
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.