I need that xamDataGrid cell doesn't show cell value. What is the best way to achieve this?
Hi,
Thanks for your response. Here you are clearing all the column which ever is editable. But i need to clear only the edited cells.
Regards,
Mahesh
Hello Mahesh,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used message box with YesNo result and if the user clicks Ok I iterate trough XamDataGrid’s Records and clear the values which are editable. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
In button click event, i want to clear the list of edited cell value in xamdatagrid along with the YesNoDialog box prompt. kindly help me on it.
Hello,
You can set the Cell's Value property to null or do the same for the underlying business object that the cell is bound to.