Hi,
in my application, I made a custom Grid control who inherit from RadGrid.
I want every grid to have the ExportToExcel command. But I also want, in some grid, add another "custom" command.
So I create a class who implement the ITemplate interface in my custom grid control, I use this template. It works good.
But now, in some grid, I want to add a custom DropDoxnList in the Grid Command Item Display area. So I add a <CommandItemTemplate> tag in my aspx. But as I can see, this tag is override by my template.
Is it possible to mix programatic and declarative mode ?
Thanks !
in my application, I made a custom Grid control who inherit from RadGrid.
I want every grid to have the ExportToExcel command. But I also want, in some grid, add another "custom" command.
So I create a class who implement the ITemplate interface in my custom grid control, I use this template. It works good.
But now, in some grid, I want to add a custom DropDoxnList in the Grid Command Item Display area. So I add a <CommandItemTemplate> tag in my aspx. But as I can see, this tag is override by my template.
Is it possible to mix programatic and declarative mode ?
Thanks !