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?
Parents
  • 17590
    Offline posted

    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.

Reply Children
No Data