Add Columns to Bound DataGrid
Is there anyway to add columns to a DataGrid that's already been bound?
After binding my data, I'd like to add some columns with buttons for
Updating the record, instead of the standard hyperlink URL that the DataGrid
provides.
--
Doug Thews
Director of Software Development
Data Return
[329 byte] By [
Doug Thews] at [2007-11-9 16:24:08]

# 1 Re: Add Columns to Bound DataGrid
TemplateColumns don't work for you?
"Doug Thews" <dougthews@ddconsult.com> wrote in message
news:39b18a94$1@news.dev-archive.com...
> Is there anyway to add columns to a DataGrid that's already been bound?
> After binding my data, I'd like to add some columns with buttons for
> Updating the record, instead of the standard hyperlink URL that the
DataGrid
> provides.
>
> --
> Doug Thews
> Director of Software Development
> Data Return
>
>
>
>
# 2 Re: Add Columns to Bound DataGrid
Got any examples?
Anyone know how to implement a "Confirm Deletion" dialog / web page after
clicking "Delete" to delete a row in the grid?
--
thanks!
- marcus b.
"Chris Kinsman" <ckinsman@dev-archive.com> wrote in message
news:39b97425$1@news.dev-archive.com...
> TemplateColumns don't work for you?
>
> "Doug Thews" <dougthews@ddconsult.com> wrote in message
> news:39b18a94$1@news.dev-archive.com...
> > Is there anyway to add columns to a DataGrid that's already been bound?
> > After binding my data, I'd like to add some columns with buttons for
> > Updating the record, instead of the standard hyperlink URL that the
> DataGrid
> > provides.
> >
> > --
> > Doug Thews
> > Director of Software Development
> > Data Return
> >
> >
> >
> >
>
>