Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
525
How to execute serverside click event of linkbutton which is a template column at child band
posted

Hi

I am using Infragistics 8.2, I am unable to execute serside click event of linkbutton which is a template column at 2 nd band is there event to call from child bands like OnItemcommand(this event is calling when i put the button at 1st band) but according to my requirement i have to add linkbutton at second band level so how to execute click of this linkbutton which is at child band level?

Please Help.....

 

Thanks, regards

Sivaprasad 

Parents
  • 3338
    posted

    Hi,

    I can't think of the name at the moment but there is an event that is returned whenever a template column is clicked.

    I think it is itemcommand from the grid. This intercepts all the click events.

    From inside that event you can determine which control was pressed and evaluate it from there.

Reply Children
No Data