J
Jason Hickey
All,
Maybe I'm just missing it but how do you do the following three things
with a WinForms DataGrid...
1: Make it so when the user clicks on any part of a row the FULL row
becomes selected
2: Hide the add new row from the bottom of the grid
3: Remove the grey side bar from the left of the grid
For an example see the main grid in the TaskVision Demo at:
http://www.windowsforms.net/default.aspx?tabIndex=7&tabId=44
This is the EXACT grid I want. I took a look at the source and I can't seem
to find where they made the tweaks.
The dgGrid is of type System.Windows.Forms.DataGrid so it is still the basic
grid.
I'm pretty sure it is something from the class "public sealed class
MainFormDgStyle" but I can't seem to find what.
-Jason
Maybe I'm just missing it but how do you do the following three things
with a WinForms DataGrid...
1: Make it so when the user clicks on any part of a row the FULL row
becomes selected
2: Hide the add new row from the bottom of the grid
3: Remove the grey side bar from the left of the grid
For an example see the main grid in the TaskVision Demo at:
http://www.windowsforms.net/default.aspx?tabIndex=7&tabId=44
This is the EXACT grid I want. I took a look at the source and I can't seem
to find where they made the tweaks.
The dgGrid is of type System.Windows.Forms.DataGrid so it is still the basic
grid.
I'm pretty sure it is something from the class "public sealed class
MainFormDgStyle" but I can't seem to find what.
-Jason