Skip to Content
0
Former Member
Apr 23, 2009 at 12:48 PM

Delete a Row from system matrix

59 Views

Hello Experts,

I am sorry if this question has been asked unfortunatly after searching i was unable to find an answer.

I am trying to delete a row in a system Matrix

i do so by calling oMatrix.deletrow(rowtobedeleted)

When this happens visually the row is deleted but the totals and subtotals remain with the values from the deleted row.

please note i am manipulating a order that has not yet been added.

i do not think i would have this issue if the order would be added because i would simple hit the update to reslove the issue.

Does anyone know how i can call RIGHT CLICK and DELETE ROW through code?

Thanks