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
95
Button event not getting caught
posted

I am using Infragistics grid on my webform. The cell type of one of the columns is button. I want to run a sql query at the click of the button and for that reason I need to add code at its click. I tried using 'ClickCellButton' event of the grid but I am unable to catch the event. Also, it seems that the button in doing a postback. I am using events  'InitialiazeLayout' & 'InitializeRow' in the same grid and those are working fine.

Please suggest what could be the issue.

Thank you,