Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums �� Prof-UIS General Discussion » ReporGrid bugs Collapse All
Subject Author Date
Mark Bernstein Apr 11, 2007 - 11:10 AM

Hello, Support

I tested your report grid and found several serious bugs, which make using it impossible.

1. I’d like to add two total rows to the bottom and one additional row to the top. So I changed the ReportGrid sample in the following way:

int CChildView::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
    if( CExtPPVW < CExtReportGridWnd > :: OnCreate( lpCreateStruct ) == -1 )
        return -1;

    InitReportGridContent();
    
    OuterRowCountTopSet( 2L );
    OuterRowCountBottomSet( 2L );

    // OuterColumnCountLeftSet( 1L );
    // OuterColumnCountRightSet( 1L );

    return 0;
}

But when application starts the column headers appear at the bottom!!! Then, when I try to drag columns - application crashes, even if I simply close application - it crashes!
Moreover, if you hover some outer cells with mouse you will see that these cells remain selected.

2. I want to have an arrows that mark current row like in the SimpleGrids sample. But when I add left and right outer columns application crashes.

Could you fix these bugs? I like your report grid and don’t want to swith to the competitive products.

Besides, is there a way to hide rows? I need this feature to implement a filter.

Mark Bernstein Apr 16, 2007 - 8:13 AM

Could anyone, who have the latest library version, try my code and tell me whether it works with the latest report grid? So that I can decide is there a sense to wait the next version(s).

Technical Support Apr 16, 2007 - 12:51 PM

Please contact us via email and let us know which Visual Studio version (and service pack if any) you are using and which Prof-UIS library configuration you need for testing so we can provide you with the corresponding files via ftp. That will allow you to evaluate the latest code yourself.

Mark Bernstein Apr 12, 2007 - 6:16 AM

What is the "latest report grid"? I tried version 2.64 downloaded from your site. This version allows outer rows but there are bugs when using it. Just try my code. Unfortunately I have no time for waiting next version for a long time. Could the bugs fix be available in the next version (not next after the next)?

Technical Support Apr 12, 2007 - 2:20 PM

The ’latest report grid’ (as part of the latest stable source code) is available for the users with a valid subscription from our ftp site. We can provide you with a trial version based on the latest code. Unfortunately, the features in question cannot be available in the next version because it is currently tested so it can be released soon.



Technical Support Apr 11, 2007 - 1:32 PM

The latest report grid allows multiple rows to be inserted at top and bottom (see this sample). We will add a complete API for managing such header rows in the report grid in the version that comes after the next version (coming soon). The hiding and filtering for rows and columns for all the grids (plain, report, and tree) is in our TO-DO list.