Hi Manuel,
Just add a footer template with required fields and add a button with
command name
when u click the button the datagrid itemcommand fires.u can capture this
and do the rest.
i hop this will help u.
Rgds,
Thiruppathi S
"Manuel Trunk" <Manuel
> wrote in message
news:7B8CF6D1-B601-4ACC-99F1-...
> Hi,
> I try to develop a server control which inherits from DataGrid and adds a
> new/insert button to this grid. This is no problem, but I can't get the
event
> fired from this new button.
> I tried everything, implementing INamingContainer and
IPostBackDataHandler,
> added the button to the footer of the datagrid and so on. Nothing works.
> Anyone who can help me?
>
> Kind regrads,
> Manuel