Home All Groups Group Topic Archive Search About
Author
22 Jun 2005 8:50 AM
JezB
Anyone know if I can allow my DataGrid to be put into Edit mode so that all
rows and all columns (or those that I choose) are editable? I know standard
DataGrid facilities exist to edit one row at a time but I wondered if it's
at least possible to allow full grid editing via javascript, html tables,
template fields, etc. Has anyone achieved this?

Author
22 Jun 2005 11:13 AM
dl
try this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchTopQuestionsAboutASPNETDataGridServerControl.asp

in case u r not aware of, there is a DataGridControl newsgroup
microsoft.public.dotnet.framework.aspnet.datagridcontrol

HTH

Show quoteHide quote
"JezB" <jezbroadsw***@blueyonder.co.uk> wrote in message
news:uXSvacwdFHA.2124@TK2MSFTNGP14.phx.gbl...
> Anyone know if I can allow my DataGrid to be put into Edit mode so that
all
> rows and all columns (or those that I choose) are editable? I know
standard
> DataGrid facilities exist to edit one row at a time but I wondered if it's
> at least possible to allow full grid editing via javascript, html tables,
> template fields, etc. Has anyone achieved this?
>
>