Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1965
Object reference error for child grid sorting
posted

Hello,

 

I have sorting enabled on parent and child. This works perfectly fine. then I use  a dropdown's Selectedindexchanged event to get a filter on the number of rows and show me only 10 rows(So i bind the datasource again).This works fine, but if i exand teh child and try to sort it says:Object reference not set to an instance of an object.

How can i fix this ?if it cannot be fixed then how i can i disable this behavior after the filtering frm dropdown takes place?