I have used two WARPS in nested. Inner WARP contains a WebGrid and outer WARP contains a Button. I am trying to access the selected row by clicking the button from outer WARP to inner WARP. But I don’t get the selected row’s data value. I have tried this in Infragistics35 v8.1. It is working fine in Infragistics2.0 v7.3. Can you help me please?
Hello,
After looking at the application that you have supplied and the explanantion that you have given, I am a little curious as to why you have two WARP controls in this scenario. For what you have, you can take away the inner WARP control. Any control that is inside of the outer WARP will be updated and trigger the refresh. So, if you follow the example that you have, all you would need was the button and the grid inside of one WARP control.
However, what you are doing should still work. I tested out your application and can see the issue. However, upgrading to the latest hotfix for 8.1, 8.2, or 8.3 will resolve the issue.