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

Browse by Tags

All Tags » WPF » WPF Data Grid   (RSS)
Showing page 1 of 2 (11 total posts)
  • Displaying newly added row when xeed data grid is filtered.

    How to display newly added/Inserted blank row when filtering is applied on a particular column(s). Thanks
    Posted to Xceed DataGrid for WPF (Forum) by Girish on November 24, 2010
  • Why no tech support? Is Exceed viable or in trouble?

    I posted a question on 16 March 2010. I received an email from Exceed stating that I should get an answer in 2 to 5 days. I have received none. My post was titled: ''DateTimeTextBox  in celleditor problem?'' Does Xceed have a policy that if you don't pay $299+ for support you are ignored on the forum? I'm not asking for priority ...
    Posted to Xceed DataGrid for WPF (Forum) by Ted on March 23, 2010
  • Re: EndEdit Failing (Bug?)

    I just encountered this bug myself.  Two grids in my application are acting weird after I insert something. When I press enter new data into the InsertionRow and press ''Enter'', a new row shows up in the grid area, but the same data still shows in the InsertionRow.  The odd thing about this is that it seems to only happen for the first ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on November 16, 2009
  • Re: InsertionRow behavior

    Thanks for the official reply.  Hopefully when you do this navigation overhaul, you can give us several options for the different scenarios: 1. Inserting a lot of new data.  This should be done with the Tab and Enter keys, and the Enter key should take you back to the first InsertionCell by default, but is programattically changable ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on June 12, 2009
  • Re: Data Virtualization - How to notify of change of number of readings

    If I receive notification that the underlying data has had a new row added to the end, is there any better way to get it updated than calling DataGridVirtualizingCollectionView .Refresh which seems to force it to re-get all the rows it needs regardless of whether the new row needs displaying?
    Posted to Xceed DataGrid for WPF (Forum) by Mike on June 3, 2009
  • Loading Saved Grid Settings from XML file in XBAP deployed application

    I am attempting to use the SaveSettings and LoadSettings methods of the WPF grid version 3.1. I have saved the XML document using the following code snippet:   Dim serializer As New XmlSerializer(GetType(SettingsRepository)) Dim baselocation As String = AppDomain.CurrentDomain.BaseDirectory MSDataGrid.SaveUserSettings(CurrentSettings, ...
    Posted to Xceed DataGrid for WPF (Forum) by Emerson on May 6, 2009
  • Re: How do you use a cell editor only in the InsertionRow?

    I had this same problem, except *all* of my columns were read only.  I ended up doing a popup that showed some controls for the intitial data.  No matter how I templated the insert row, all controls in the template were read only and unusable.
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on April 23, 2009
  • Formatting Group Headers when printing an Xceed WPF Grid

    Hello, I have an Xceed WPF grid with 2 group headers which by default looks like this: IsTravel: Program Expense Sheets (1 item)Team ID: Team 1 (3 items)$12345 $34234 $34534IsTravel: Travel Expense Sheets (1 item)Team ID: Team 2 (3 items)$234 $345 $342  By using this ...
    Posted to Xceed DataGrid for WPF (Forum) by Alex on March 31, 2009
  • Re: Master/Detail Row expanded

    Thanks for your reply. Your workaround gave me an idea that is currently working.  It seemed to me that a new ''DataGridDetailDescription'' is created for each parent row, as opposed to using this object in a static way (no static methods).  So, I created my own workaround by changing my implementation of the DataGridDescription class ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 12, 2009
  • Re: Master/Detail Row expanded

    I had already implemented a DataGridDetailDescription.  It is working in the sense that I can expand any parent row and the child objects are displayed in child rows in a subgrid.  See the code below: (modified slightly to rename the names of my variables)   class ParentDetail : ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 11, 2009
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.