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 » How to add one row at the end of report as a footer in report grid? Collapse All
Subject Author Date
Anil Siddhpura Dec 24, 2008 - 10:28 PM

HI,


I want to add one row at the end of the report, which is not under any column. You can say it as a footer at the end of report, which is saperate from all other rows & columns. Means if i do sorting by any column then it should not effect the last row(the footer row)


And if this is not supported by report grid then is there any other way to do that?

Anil Siddhpura Dec 27, 2008 - 5:14 AM

Hi,


So can you do modification to add footer?


Or Is it possible to add a row at the top of the reportgrid, which is not affected by sorting and grouping algo?


 

Technical Support Dec 29, 2008 - 2:16 PM

We can regard the footer row is a feature request. We will need to make the report grid supporting two kind of tree rows:

1) Data rows which are grouped and sorted.
2) Data rows which are before/after data rows of first type.

Anil Siddhpura Jan 9, 2009 - 2:59 AM

Hi,


So when it can be possible to add footer which can’t be affect by sorting & grouping?


 

Technical Support Jan 9, 2009 - 8:36 AM

This feature requires serious modification of the CExtReportGridWnd class. The sorting, grouping, item hiding/displaying and data filtering methods should be re-coded. We will try to implement this feature in the next version.

Anil Siddhpura Dec 31, 2008 - 11:03 PM

HI,


Yes, it’ll be a great help if you can provide header rows before Column header,  & also the footer. I really required this ASAP.


Regards,


Apurv Shah

Technical Support Dec 26, 2008 - 2:05 PM

This feature is currently not supported. It’s possible to add a header row at the bottom of the report grid, but it’s not possible to add a report data row which is not affected by sorting and grouping algorithms of the report grid control.