Good Book dealing with DataGrids

  • Thread starter Thread starter OHM
  • Start date Start date
O

OHM

Windows Forms Controls.

Has anyone personally read and recommends a good book which includes good
coverage on DataGrids as this seems to be one of the most common problem
areas.

Regards - OHM
 
Hi,

I did not find a book that will mainly focus on datagrid.
Also here is a good book about windows forms programming.
Windows Forms Programming in C#
by Chris Sells (Author)
http://www.amazon.com/exec/obidos/tg/detail/-/0321116208/002-1770475-0432056
?v=glance#product-details

Here are some links about datagrid in windows form.

Customizing the Windows Forms DataGrid
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/
html/wnf_CustDataGrid.asp

Validating Input with the Windows Forms DataGrid Control
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtskhandlingerrorswithwindowsformsdatagridcontrol.asp

Keyboard Shortcuts for the Windows Forms DataGrid Control
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbgrfkeyboardshortcutsfordatagrid.asp

Code for Windows Forms Controls
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vboricodeexamplesforwindowsformscontrols.asp
DataGrid Control

Introduction to the Windows Forms DataGrid Control
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbconintroductiontothedatagridcontrol.asp


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top