DataGrid CurrentCell

  • Thread starter Thread starter Sambit Sarkar
  • Start date Start date
S

Sambit Sarkar

I want to change the Text of a particular CELL of DataGrid.and I also want to
maximize/minimize the gaps between the cells . I am unable to find the
classes/methods which support the compact framework...
 
The DataGrid is a control for databinding - to change the values you can
modify the dataset or collection to which the grid is bound.
You can adjust the column widths by setting a custom datagridtable style
associated with the datasource. There should be some samples around (I
remember writing one a few years ago) so a google search should find one.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - Software Solutions for a Mobile World
In The Hand Ltd - .NET Components for Mobility
 
Back
Top