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
1115
How I can update RowNumbering by JS?
posted

On my WebDataGrid I am adding and deleting rows by JS. When I delete rows the RowNumbering didnt updated.

this is how I delete rows:

var gridDel = $find(gridName);
var row = gridDel.get_behaviors().get_selection().get_selectedRows().getItem(0);
gridDel.get_rows().remove(row);

How I can update RowNumbering by JS?

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Anton,

     

    I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

     

Children
No Data