Hi
I have problems when exiting from edit mode. I need to use filtering using a menu and I set the key property of the column to read-only property, the property will be updated in control which defined in the template.I attached an example to good understanding of my problem. I didn't add the custom control in the template because this issue also appears in more simple way :)
Do you know how can i handle this?
Hello Boris,
Thank you for your feedback.
Let me know if I may be of any further assistance.
Sincerely,Radko KolevSenior Software Developer
thanks for the answer :)
Thanks for the answer
The property specified in the key will be updated as long as you have editing enabled for this cell. There is no way to disable the update of the property after a successful editing. You can cancel entering or exiting the edit mode however.
You can add a custom filtering operand only when the filtering row is enabled. The checkbox list you are seeing when the filter menu is selected cannot be changed. It is based on the values of the column. For more information check the link I gave you in my previous post.
If you require any further assistance on the matter, please let me know.
Hi,
Could I stop updating the property which defined the key?
I should use the menu filtering mode, could I setup collection of checkboxes?