What is the equivalent for inserting a row at a specific index on client side?
In UltraWebGrid it is something like
Grid.Rows.insert(r,newRowNo);
There doesn't appear to be an equivalent in WebHierarchicalDataGrid. If not, any suggestions on how to simulate this?
Hello eiPato79,
Thank you for posting in the community.
Currently Adding rows at a specific index is not supported by the WebHierarchicalDataGrid. What I can suggest for achieving your requirement is modifying the underlying datasource directly to add the row at your desired index and rebind the grid afterwards.
Hope this helps. Please feel free to contact me if you need any further support.
Hello elPato79,
I am still following your case. Have you been able to resolve your issue? If you have any additional questions regarding this matter please do not hesitate to contact me.