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 ---------------------------
Hello,
Thank you for using our forum.
This is a bug introduced in .NET Framework 4.6.0.
I cant not use the .NET Framework 4.6.0., Our project we are using .net framework 4.0- any work around to fix this issue ??
means while can you please look into below issue- http://ko.infragistics.com/community/forums/t/104512.aspx
INFRAGISTICS NETADVANTAGE 2003 Vol 2 Version is 3.2
Check the attachement
Hi,
I am asking about the.NetFramework version not the version of infragistics controls.
Here is how you can check the .Net version installed (https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx):
On the Start menu, choose Run.
In the Open box, enter regedit.exe.
You must have administrative credentials to run regedit.exe.
In the Registry Editor, open the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
Look at the version
You can look in the attachment which is mine.
Please find the attached file..
Thank you for sending me this information. It looks like it is not because of your .Net version.
I have tried to reproduce the issue, but I cannot.
I have attached the sample project I used to test this. Please test this project on your side; whether or not it works correctly may help indicate the nature of this issue.
If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
HI,
Please make sure that the new data you use to populate the grid has the same schema. If not then the values set to the DataMember attributes may not match any field in the data source and result in the error you see. If you need any further assistance with this please make sure that you provide your grid markup and the code behind logic that interacts somehow with the grid.