I have an ultrawebgrid inside a WARP with basic paging turned on. I'm able to change the page for the first time, but the second time, the page links become unresponsive. I have tried put into debugger and noticed that PageIndexChanged eventhandler is not even getting fired.
Anyone has any idea why?
Couple of ideas.
1) be sure you're databinding the grid in the "InitializeDataSource" event.
2) check and see if there's a hotfix available
3) rather than having the WARP do the paging for you, use the grid's asynch behavior. Set LoadOnDemand=xml, or from the designer check "enable ajax" in the smart tag list. There's also a sample on XML Paging in the feature browser.
Ok, so that was three ideas, but I'm not changing "couple" to "few" [:)]
-Tony