c# - How can I create a WPF data grid with an enhanced table header? -
i'm working on wpf based data management system, planned replace old excel based one. old system consist of tables user can input data. 1 of these tables looks this:
the number of rows , columns fixed (25 rows per day, 6am 6am next day).
it kinda difficult provide input form kind of data, tried implementing table in wpf using datagrid. however, wasn't able these nifty merged cells, in first , second row.
are there 'datagrid' usercontrols on market allow merging cells, shading rows etc.? or there other way of providing user-friendly input form i've overlooked?
if you're looking grid cell merging tool can try devexpress
.
here link on how merge datagrid cells using devexpress
another solution merge datagrid rows use listbox
Comments
Post a Comment