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
270
Summary Row Functionality Is Not working on RowUpdating
posted

Hi All,

I am struggling with one task help will be appreciated  

I am using summarising functionality of webdatagrid so it will summarise all the column value row.

Scenario:

RowAdding

When I am adding the new row OnRowAdding event gets fired and it will summarise particular column records bottom of the webdatagrid.

RowUpdating

But when I update the any particular row and OnRowUpdating events gets fired successfully but it is not summarising that particular column value.

Please suggest me some solution on this.

Regards,

Mahesh Pol

Parents
No Data
Reply
  • 2535
    Offline posted

    Hello Mahesh,

    Thank you for using our forum!

    However I was not able to reproduce the behaviour that you're seeing on your side. I have attached the sample project I used to test this. Please test this project on your side; whether or not it works correctly may help indicate the nature of this issue.

    If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

    Please let me know if I can provide any further assistance.

    SummaryRow.zip
Children