Welcome to the Xceed Community | Help
Community Search  

Roadmap for Q4 2008 and beyond

Page 1 of 4 (47 items)   1 2 3 4 Next >
Sort Posts: Previous Next
  •  09-05-2008, 3:35 PM Post no. 14954

    Time [O] Roadmap for Q4 2008 and beyond

    Here’s the latest roadmap for upcoming releases of Xceed DataGrid for WPF. If all goes well, this is how things will play out. In less than two short years, there have been 7 major releases, and over 12 service releases. Here's what's coming next.

    Prototype for PDC 2008, October 2008:

    - Drop by our booth to see a prototype of a new visual effect & performance feature

    V3.1, scheduled for December 2008 or January 2009:

    - Data Virtualization (a.k.a. "Virtual mode”, “Lazy loading”, “Paging”, etc.)
    - UI automation (also bringing support for automated UI testing tools such as QTP)
    - Export to Excel
    - Persist and restore user settings
    - Field chooser (a.k.a. column chooser)
    - Copy/paste (before the iPhone gets it?)
    - Built-in delete
    - Easier support for alternating rows
    - Other minor improvements

    V3.2, April 2009, features being considered, tell us what you think, and what else you need:

    - Easier support for unbound columns
    - Additional 3D views
    - Animated transitions within cards when changing surfaces
    - Print preview
    - More editor controls (multi-column combo box, numeric up-down)
    - More feature requests (keep ‘em coming, we’ll update this list from time to time)

    H2 2009 and beyond, feel free to ask us to expedite any of these, nothing is set in stone:

    - Ground-breaking new features that for competitive reasons cannot be revealed this early
    - Grouping and Master/Detail support in one or more 3D views
    - Lighting, camera animations, more eye-candy for the 3D views
    - Built in search with end-user UI
    - Spreadsheet type features (select individual cells, merge any cells, move rows, etc.)
    - Help guide us to have the most useful product designed for you


    Odi Kosmatos
    VP, R&D, Xceed
  •  09-08-2008, 1:11 PM Post no. 15028 in reply to 14954

    Re: Roadmap for Q4 2008 and beyond

    Hello,

    Those features sound great to me.

    I do hope that the Export to Excel will have the ability to export Group Calculations and Total Calculations to Excel as well.  It doesn't have to be the actual formula....just the values of the group calculations and the value of the Total calculation.

     

    Geeked 

     

  •  09-10-2008, 12:05 AM Post no. 15101 in reply to 14954

    Re: Roadmap for Q4 2008 and beyond

    - SelectedIndexChanged event

    - Row Double-click event

    - Simplified documentation! (Most of the time we just ended up looking at the sample code provided)

    - A fix for the "VerticalContentAlignment" message that randomly appears ( http://xceed.com/CS/forums/14868/ShowThread.aspx )

    (or are these in version 3?) 


     

  •  09-10-2008, 8:58 AM Post no. 15121 in reply to 15101

    Re: Roadmap for Q4 2008 and beyond

    Lachlan:
    Simplified documentation

    Could you elaborate on this one? Jenny is working hard to provide the best possible documentation with the product, and if there are areas that could use some simplification, we're open to suggestions!

     

  •  09-11-2008, 3:45 AM Post no. 15153 in reply to 15121

    Re: Roadmap for Q4 2008 and beyond

    No worries Pascal.

    At the moment if you need to figure out how to do a bunch of things it's a bit obscure. Eg:

    - How do you change the color (or hide) a particular row?

    - How do you hide or show a control within a row?

    - How do you view data from multiple fields or do something based on a value of another field?

    - How do you handle the user double clicking on a row?

    - How do you know when the user has selected a row?

    - How to hide the GroupBy and rowselector sections?

    - How to fetch and display the text for a value inside a combobox (and how to populate the list of items)

    - How to programmatically set "Group By" on the grid

    etc etc. 

    All of these things are possible, and are also very easy to do, but weren't easy (for me!) to figure out how to do.
    A lot of the time I was looking at the SolidFoundation example and trying to reverse engineer it, or looking at
    the forum and seeing what other people have done. For example, the help starts with the line:

    "it is necessary to understand a few basic concepts before using Xceed DataGrid for WPF,
    notably, the ItemsControl, ContentControl, and ContentPresenter classes."

    well - if you want to be pedantic, it's not actually necessary at all. You can just throw
    a grid onto a WPF window and have it automatically create the columns for you. Explaining
    the guts of the system at this early stage isn't necessary. The "Getting Started" section
    is great, but if it was expanded upon it would make it all a lot easier. Eg, how to bind to
    fields, how to change the controls inside rows, etc.

    ( Also the fact that the samples were installed into "c:\Xceed Samples" even though
    I installed it into "c:\program files" (took me forever to find the samples... I didn't
    even know there were any until someone mentioned them on the forums )


    Well that's my 2c, if it helps it helps, if it doesn't just treat it as the ramblings of a maniac :)


     

     


     

  •  09-11-2008, 8:33 AM Post no. 15163 in reply to 15153

    Re: Roadmap for Q4 2008 and beyond

    I have noted your suggestions and will do my best to incorporate them into the documentation Smile

    Thank you for your feedback, it is always appreciated!


    Technical Writer - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  09-13-2008, 5:03 AM Post no. 15233 in reply to 15163

    Re: Roadmap for Q4 2008 and beyond

    Hi,

    I too have faced some problems regarding documentation ........ For  eg : There should be documentaion regarding the name of controls in a pictorial way , by this i mean to say that the Developer should be able to know that which part of grid is reffered by which name ... Like the GroupByControl is the control on the top of the grid where v can write the custom Text ....... and it should be represented in a Picture-Label way so that at one shot we can know the control names and our search will be easier........

    Thanx

  •  09-14-2008, 8:47 AM Post no. 15244 in reply to 15233

    Re: Roadmap for Q4 2008 and beyond

    Thank you for your feedback! I will see what I can do in regards to adding this type of information to the documentation.
    Technical Writer - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  09-18-2008, 7:09 PM Post no. 15422 in reply to 14954

    Re: Roadmap for Q4 2008 and beyond

    Several things:

    1) Roadmap for other WPF releases?

    2) True 3D grid? ((x,y,z axis data movement) Drill down layers. I realize you can do this with work, but out of the box would be nice) 

    3) In grid spell checking (Yes, I do have a use for this)

     

    Thanks!

  •  09-19-2008, 12:21 PM Post no. 15449 in reply to 15422

    Re: Roadmap for Q4 2008 and beyond

    Hi,

    - There aren't any other WPF releases that we can talk about.

    - True 3D grid: interesting idea. When moving in the Z axis, do you expect the column headers to remain the same? If so, what do you have in mind for the Z axis? (navigate through previous versions of the record?). If not, do you see this as an alternative the current for Master/Detail feature?

    - In grid spell checking: excellent suggestion, thank you.

     


    Odi Kosmatos
    VP, R&D, Xceed
  •  10-01-2008, 9:49 AM Post no. 15777 in reply to 14954

    Re: Roadmap for Q4 2008 and beyond

    i have override some method on DataGrid and DataRow. if you have release and i upgrade version. is my custom control will work correctly and is i need to test it again?

    override CreateCell on DataRow and GetContainerForItemOverride on DataGrid.

    Thanks.

  •  10-01-2008, 9:51 AM Post no. 15778 in reply to 15777

    Re: Roadmap for Q4 2008 and beyond

    You will still be able to use your custom classes; however, there may be breaking changes from one version to the other so it is always recommended to retest custom classes when upgrading to a new version.
    Technical Writer - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  10-02-2008, 9:23 AM Post no. 15821 in reply to 14954

    Re: Roadmap for Q4 2008 and beyond

    Hi, This sounds nice to us.

    > First a few remarks on priorities :

    "- Built in search with end-user UI
    - Spreadsheet type features (select individual cells, merge any cells, move rows, etc.)"

    Those 2 points planned for late 2009 are eagerly requested by end-users, why not focusing first on end-users day-to-day requests ?

    > On the area of editor controls :

    "- More editor controls (multi-column combo box, numeric up-down)"

    You could add, a "smart" editable combo-box that enables instant search among values.

    > Finally, a valid column-best fit

  •  10-02-2008, 9:50 AM Post no. 15825 in reply to 15821

    Re: Roadmap for Q4 2008 and beyond

    Hi SSE,

    Because it's the developers that buy the DataGrid, not end-users :). All kidding aside, the level of requests from developers for the built-in search with end-user UI is lower that the features we're working on first. Your vote for this feature has been noted. As for the spreadsheet feature, it is a priority already, but the implications are deeper than usual and it will take a while. It might be moved up, but at the moment, the roadmap is the best picture we have of what will come and when.

    Smart editable combo-box, check this out:

    http://xceed.com/CS/files/folders/jenny/entry15514.aspx

    Column best-fit: already there.

     


    Odi Kosmatos
    VP, R&D, Xceed
  •  10-02-2008, 10:36 AM Post no. 15830 in reply to 15825

    Re: Roadmap for Q4 2008 and beyond

    "Built in search with end-user UI"

    I am eagerly awaiting this feature as well.  What exactly do you mean by end-user UI?

Page 1 of 4 (47 items)   1 2 3 4 Next >
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.