Hi All,
Hope you guys are doing well !
frends I am new with infragistics and I am stuck at one point.
I have a webgrid implemented click event handler
when I click on header than also it handles the click event and give me exception
kindly help me, I want my grid not to postback when I click on header row
Thanks in Advance
The Click event handles the entire grid, so by design it will go back to the server. Maybe you should be using an ActiveCell changed event rather than click.