Hi there,
i want to disable specific DataRecords or Cells in my application. Not all records but just some specific i choose at runtime.
Is something like this is possible?
regards
Cloud
HI,
You could wire up the XamDataGrid's EditModeStarting Event and do some checking in that event and cancel it.
Sincerely,
Matt
Developer Support Engineer
Hi Matt,
could you please give me an example how you mean that?
because if i understand you right, in your proposal the user has still the possiblity to start the editmodestarting event. But that´s exactly what i don´t want.
But i want that the rows i don´t want to edit are all lightgray and disabled.
Have you an idea how to do this?