[Mono-bugs] [Bug 322563] DataGrid: couple of minor issues with DataGrid and DataSet

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 5 01:05:31 UTC 2012


https://bugzilla.novell.com/show_bug.cgi?id=322563

https://bugzilla.novell.com/show_bug.cgi?id=322563#c2


Robert Wilkens <robwilkens at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robwilkens at gmail.com

--- Comment #2 from Robert Wilkens <robwilkens at gmail.com> 2012-06-05 01:05:30 UTC ---
I fixed part of this (submitted fix not accepted yet), the other part seems to
be working at least somewhat.

My fix: The additional column(s) were supposed to be non-browsable columns (and
were marked as such) for internal use in tracking how tables were related to
each other in an xml file in this case.  Now, if the columns don't say they're
browsable i don't include them in the DataGrid.

The part i think is working: When you get beyond table pa, subtables do have
the parent table information listed in the parent rows above the grid.

The part i don't think is easily fixable:  For example, Even though 'pb_Id' (a
non browsable column) in the sample is not displayed in the grid, it's value
_will_ be displayed in the parent rows (the 'history').  This is because the
PropertyDescriptor which is used in Win32Theme to draw the parent rows in a
datagrid does not have a IsBrowsable() check available to it, and i don't feel
comfortable changing the interface at my stage of inexpertise.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list