When using a template for group headers, how does one catch the events (server side) triggered by a control therein?
basically I want to be able to click a groupheader and call a procedure to open radwindow. This is easy to do on grid rows, but haven't found a way to do in group headers other than to add a control to it. There seems to be two ways, programmatically add all controls (no template) or define a control(s) in a groupheader template. However I can't seem to trap the events when using a template.
Is there a method I am over looking or Is there a way to add a eventhandler after the control is created? Thanks.