Hello, I am using VB.NET in VS2010 with Infragistics version 11.1.20111.2036.
I have a 2 level hierarchical grid and I am getting an error when I try to add a new row to any of the child rows using client side JavaScript. What I am doing is calling a JavaScript function outside of the grid with a label click that looks like a button. I have a function that will return me a ChildGridView. I then pass the add an array of strings. I know I have the correct number of items in the array because I am able to get the active row's cell count.
var childGrid = _getChildGridView();
childGrid.get_rows().add(cellValues);
The error message that is thrown is: Async request failed. [FormatException]: Input string was now in a correct format at System.Number.StringToNumber(...............
Any help would be greatly appreciated! Thanks - Jason
Hi Jason,
Thank you for posting in the community.
I can see no issues with the code you have provided and was not able to reproduce the matter using version 11.1 or 11.2 . However, looking into the message you are getting I suggest that you ensure that you are not trying to insert a string value in a numeric field. In order to be able to provide more insight I would need a small sample illustrating the behavior.
Please do not hesitate to contact me if you have any questions.
Please feel free to contact me if you are still experiencing issues.