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
125
XamDataGrid Make Active Record Editable
posted

If I have XamDataGrid AllowEdit="False" and I want to make only the active record editable, how do I accomplish this?

Parents
No Data
Reply
  • 28945
    Offline posted

    Hello Michael, 

    If you want to be able to edit a single Record, based on a condition, you can handle the XamDataGrid’s EditModeStarting event and determine whether to cancel it or not based on "e.Cell.Record.IsActive = true". There is an attachment in the following forum, where this request was loosely discussed.

    Let me know if you have any questions. 

Children
No Data