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
655
Inserting Grid Row at specific index via javascript
posted
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?