Hi,
I'm trying to reproduce this example :
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/SelectRowWithCheckBox/DefaultCS.aspx
I tried to adapt one of my application so that a click on my checkox will execute some code behind without a postback. Only problem, they always do a postback. So I tried this example up there. Copy paste the code on a new project. I removes the Header and Footer part. It pops me an error that ScriptManager was not recognized. So I use the designer and drag and drop a new which add a tag with System.Web.Extentions. Now the example runs fine exept that.... the checkbox keep doing a postback.
Anyone have any ideals how I could fix this?
Thank you
I'm trying to reproduce this example :
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/SelectRowWithCheckBox/DefaultCS.aspx
I tried to adapt one of my application so that a click on my checkox will execute some code behind without a postback. Only problem, they always do a postback. So I tried this example up there. Copy paste the code on a new project. I removes the Header and Footer part. It pops me an error that ScriptManager was not recognized. So I use the designer and drag and drop a new which add a tag with System.Web.Extentions. Now the example runs fine exept that.... the checkbox keep doing a postback.
Anyone have any ideals how I could fix this?
Thank you
