Re: Use datagrid in C# window application
Tech-Archive recommends: Fix windows errors by optimizing your registry
Date: Thu, 11 Mar 2004 13:34:57 +0100
here's a good faq
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp
"Grey" <ericyum@i-cable.com> wrote in message news:%23nrfs10BEHA.3524@TK2MSFTNGP10.phx.gbl...
How to catch the event of click each rows of the datagrid?? how to get the specify cell in the grid?
Million thanks
Relevant Pages
- Re: User control Problem
... You can specify the datasource of the grid using the following code. ... DataGrid dt=ct; ... Syncfusion Software ... ASP.Net FAQ: ... (microsoft.public.dotnet.framework.aspnet) - Re: SQLCeResultSet does not update first row
... the DataSet for a bound datagrid. ... Ginny Caughey wrote: ... result set in the grid, but it's still the same principle. ... int recs = sqlCeCommand.ExecuteNonQuery; ... (microsoft.public.dotnet.framework.compactframework) - Re: How to use one datagrid to update/insert into another
... dsMassUpdate is your actual dataset that is going to be updated? ... dgMassUpdate is a datagrid that shows the dataset dsMassUpdate? ... Is dbMassUpdate your data grid that you are inserting their ... Dim cmdParam As SqlParameter ... (microsoft.public.dotnet.languages.vb) - Re: SQLCeResultSet does not update first row
... Although SqlCeResultSet is a DataReader and inherits from SqlCeDataReader, ... datagrid refreshed its view with "X's". ... Ginny Caughey wrote: ... result set in the grid, but it's still the same principle. ... (microsoft.public.dotnet.framework.compactframework) - Re: Datatable interer Original-Index beim Sortieren
... Einen Puffer für die Daten benötigst du immer, ... Objekt nun als "Unter"-Objekt im Grid enthalten ist oder über einen Verweis ... > Grid z.b. dem Datagrid passieren. ... dann musst du den Sort-Algorithmus schon an deine Belange anpassen. ... (microsoft.public.de.german.entwickler.dotnet.datenbank) |
|