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
1075
No child grid script descriptors are available!
posted

Hello team,

When first time page load all working fine i can expand child band. But when i navigate the page that means taking data from database for next page and binding again to webhierachicaldatagrid. Its giving me below error. how can resolve it.

---------------------------

Message from webpage
---------------------------
Runtime Exception: No child grid script descriptors are available!
---------------------------
OK
---------------------------

Parents
No Data
Reply
  • 2535
    Offline posted

    Hello,

    Thank you for using our forum.

    This is a bug introduced in .NET Framework 4.6.0.

    In System.Web.UI.WebControls.DataBoundControl class the PerformSelect method does not call CreateDataSourceSelectArguments before passing the arguments, instead it just passes the arguments.
    I tested this behavior in .NET Framework 4.6.1 RC and it is fixed. Since Microsoft is going to release a fix with 4.6.1, you have to update to this version in order to fix it.
Children