Is the unbound checkbox suppose to trigger a post back? I see the ajax indicator when I click on hte unbound checkbox. It is not that responsive. Any suggestions?
Hi mland,
Are you clicking on a row checkbox or a header checkbox. The header checkbox triggers a postback if the autopostback flag for HeaderCheckBoxClicked is true. The rows will working with updating.
regards,David Young
<ig:Activation Enabled="true" ActiveRowCssClass="Selected" />
I had this in the grid. When I took it out the postbacks stopped and everything seems to be working fine now.