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
35
Is there a way to programatically mark all rows as "dirty"?
posted

Hello,

Is there a way to programatically  mark all rows in a WDG as dirty so all the rows will pass through wdg_RowUpdating?

Thanks

Parents
No Data
Reply
  • 29417
    Suggested Answer
    Offline posted

    Hello jmendler,

     

    Thank you for posting in our forum.

     

     

    Currently you cannot manually mark all row as dirty.  If you need to you could use an unbound column and programmatically change its value on the client side for all rows in order to force the updating event on all rows. However if you just  need to update all values you could do that over a normal postback as well. You can manually update the data source and re-databind the grid to reflect the changes.

     

    Let me know if you have any questions or concerns.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children
No Data