inherited web datagrid and ItemTemplate error
hi.
General
I inherited datagrid from : System.Web.UI.WebControls.DataGrid.
I have added "Register" tag and put my Datagrid on the page. it look like: <cc1:MyDatagridControl></cc1:MyDatagridControl>
.
Problem
I am tring to add ItemTemplate column or any one of the embeded tags
of Asp:DataGrid Controle.
I accept Error:The active schema does not support the element ItemTemplate'
Please help.
do i have to implements method in the inherited class?
THANKS INADVANCE Racheli.
|