<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 ---------------------------
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 DataSource2. 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
Thanks for response.
I am trying to raise below RowExpanded event on parent row of webhierarchicaldatagrid:
Protected Sub ugSearchTrial_RowExpanded(sender As Object, e As Infragistics.Web.UI.GridControls.ContainerRowEventArgs) Handles ugSearchTrial.RowExpanded
'Dim val As string =ugSearchTrial.Rows(e.Row)End Sub
But this event is not firing when I click on any Parent row.
Also RowIslandsPopulating event not firing.
It will helpful for me if you attach/share any sample code to fire these events from webhierarchicaldatagrid.
Thanks,Abhijeet
Ok Mike we will try this, Few more query will be on the way i will tell you know. Thanks :-)
Hello Abhijeet,
Thank you for the update. If you have new queries I recommend you create separate forum threads or cases to keep it clear what each one is about.
Hello Mike,
If you are there please have lookin to it-
http://es.infragistics.com/community/forums/p/104514/494365.aspx#494365
http://es.infragistics.com/community/forums/t/104512.aspx
Thank you for the update. I see that those forum threads are already being handled by other team members. I will discussed those threads with them.
Thanks mike, Please have look into it, I think its challenging query for INFRAGISTIC development team.
If you are still experiencing this issue and are using .NET 4.0 then it is likely because you are somehow not setting up the grid properly. I am attaching a sample that demonstrates how to properly setup the grid. To go further with this matter you are going to have to send an isolated sample that reproduces the issue you are seeing.