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

<ig:webhierarchicaldatagrid id="ugSearch" runat="server" datakeyfields="*****"
datamember="*****" headercaptioncssclass="PartyHeaderClass" autogeneratecolumns="False"
autogeneratebands="False" width="98%" height="940px" altitemcssclass="PartyAltRowClass"
itemcssclass="PartyRowClass" initialdatabinddepth="0" borderwidth="0px" OnRowIslandsPopulating="whdg_RowIslandsPopulating" >

Showing below message box when i Click on row (+) Sign 

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

Parents
No Data
Reply
  • 9190
    Offline posted

    Hi Abhijeet Dhoke,

    Thank you for contacting Infragistics.

    From what I can see thus far, you're currently using the WebHierarchicalDataGrid's LoadOnDemand feature. That being said, here are some things to consider:
    1. The PrimaryKey should be set for each Table in your DataSource
    2. The DataKeyFields and DataMember properties should be set for each level in your WebHierarchicalDataGrid

    To learn more about the LoadOnDemand feature, please review the following help topic:
    https://www.igniteui.com/help/infragistics.web.mvc~infragistics.web.mvc.igridmodel~loadondemand

Children