hi.
In my C# WinApp I have an rdlc in which the tablix has multi-level row grouping. When I run the report, the table is displayed on one page in the report viewer, no matter how many rows exist, but if I view it in print layout (paper: A4), table rows are displayed on 2 pages, and column headers are not repeated on the second page, they only appear on the first.
I set tablix property: ( Repeat header columns on each page) to...
User Profile
Collapse
-
nina4ever started a topic VS2010 RDLC: how to repeat headers for multi-level Row Groups on all printed pagesin C SharpVS2010 RDLC: how to repeat headers for multi-level Row Groups on all printed pages
-
nina4ever started a topic DataGridViewComboBox: populate with different data for each row in detail gridin C SharpDataGridViewComboBox: populate with different data for each row in detail grid
Hi. I have a pair of Master-Detail DataGridViews in my WinForms App.
One of the columns in my DETAIL grid is a ComboBox (part_name).
ComboBox values are not the same for all rows. They differ based on the value of another column (equipment_name ) in the same row of the DETAIL grid.
example:
row1: equipment_name: PC part_name: RAM , Hard disc , CPU
row2: equipment_name: printer part_name: paper tray , Inkwell... -
nina4ever started a topic Master-detail datagridviews :cannot prevent user from leaving invalid detail cellin C SharpMaster-detail datagridviews :cannot prevent user from leaving invalid detail cell
in my WinForms app. i have master-detail DatagridViews.
i have a RowValidating and CellValidating event handlers on detail grid.
if detail cell/row validation fails, i set e.Cancel to TRUE.
this prevents user from leaving cell/row in details grid, EXCEPT in one case :
when user inserts invalid data in details cell and directly moves focus to master grid to a record in which is not its parent, then user...
No activity results to display
Show More