Posted 31 May 2018, 11:02 am EST
Hi,
I have added a DataGridRow to the TopRows Collection of my C1:DataGrid.
How do I display text strings in the cells of this extra row?
Thanks,
Mark Sloan
Forums Home / ComponentOne / WPF Edition
Posted by: msloan on 31 May 2018, 11:02 am EST
Posted 31 May 2018, 11:02 am EST
Hi,
I have added a DataGridRow to the TopRows Collection of my C1:DataGrid.
How do I display text strings in the cells of this extra row?
Thanks,
Mark Sloan
Posted 31 May 2018, 11:27 am EST
I should add the main data grid is bound to the results of a Database query. What I want to do is use the extra row to display a summary of the filters applied to each column.
Posted 1 June 2018, 1:10 am EST
Hi,
Please find a sample application for achieving your requirement(s).
Thanks,
Singh
Posted 5 June 2018, 9:35 am EST
Thank you. That was what I was looking for. I have an additional question: For all types of Column except Boolean, the cell in the additional Top Row is empty and I can populate it with a Text Block. However I can’t do this for Boolean, where the cell is filled with a Check Box. Is there any way to change this so I can put a Text Block in?
Thanks,
Mark Sloan
Posted 6 June 2018, 3:19 am EST