From: "John A Grandy" <johnagrandy-at-gmail-dot-com>
Date: Tue, 5 Aug 2008 10:23:49 -0700
I have code that adds or updates a row in a DataGridView and then rebinds.
The newly added or updated row should be the top row displayed and should be
selected.
RE: DataGridView: How to allow single row to span multiple lines? ... Generally, a datagridview is used for displaying detail data, and it sounds ...CurrencyManager object....multiple currencyManagers)... I generally display datagridview recordposition in a statusstrip ... (microsoft.public.dotnet.languages.vb)
RE: DataGridView: How to allow single row to span multiple lines? ... You clear the temp tables for each row you want to display.... would be multiple rows displayed within the grid. ... The datagridview is very flexible, you can hide row headers if you don't ... I am not interested in wrapping the cell text within the cell to allow the ... (microsoft.public.dotnet.languages.vb)
RE: DataGridView: How to allow single row to span multiple lines? ... Am I using the main datagridview to populate the other 'few cols' ...multiple lines from each sub-grid) on the grid displayed to the user? ... What I am suggesting is that you pull each row from the main table into the ... temp tables and display that. ... (microsoft.public.dotnet.languages.vb)
RE: DataGridView: How to allow single row to span multiple lines? ... when the user clicks on the vertical scrollbar - whether s/he clicks on the ... Am I using the main datagridview to populate the other 'few cols' ...multiple lines from each sub-grid) on the grid displayed to the user? ... temp tables and display that. ... (microsoft.public.dotnet.languages.vb)
Re: Question about DataGridView and hierarchical data ... > I'm looking for a way of displaying hierarchical data in a DataGridView.... with the exception of the ability to display... > DataGridView controls, in the same manner as the DataGrid control? ... (microsoft.public.dotnet.framework.windowsforms.controls)