Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Grid question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00897206
Message ID:
00897288
Vues:
10
>I created a web form with 3 DataGrids on it...then yesterday, I read somewhere in the help, that DataGrids on Web Forms are read-only.
>
>Is this true?
>Is there anyway to have the DataGrid functionality and be able to edit and create entries?
>
>Rick

Rick,
As far as I know, they aren't read only. I've created simple grids where I was able to modify the contents within the grid. I don't think it is an ideal approach for any type of complex tables, but for a simple table with a small number of columns it is available, as far as I know. What you might do if you have some complex table structures, is ad an extra column that is a hyperlink column, and have it link to a work and pass a couple of GET parameters and use the form for updating and modify the row in the datagrid.

That gives you much more flexibility with controling the Data input as well.

Hope that helps.

Morgan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform