Hello Support,
We need to display a button inside a xamDataGrid cell only when the cell enters edit mode.
We were able to achive this functionality. However when this cell receives focus by use of the tab key it does not enter the edit mode. And if the tab key is pressed once again the focus goes to another control on the form. Also the cell does not enter edit mode by clicking just once.
We also noticed that when no theme is applied the cell enters edit mode. However when an office theme is applied, the cell does not enter edit mode. We need to use the office theme for our application. We have also attached a sample application for the same. If you could please help us on this.
Waiting for your reply.
Thank You.
Hello,
I am just checking the progress of this thread. Did you manage to solve this issue or you need further assistance?
Looking forward for your reply.
We have applied the editor style to a column whose data type is decimal i.e. EditAsType="{x:Type sys:Decimal}" and changed the target type of the style from xamTextEditor to xamNumericEditor. However as the user starts typing 12345 the output comes to $23,541.00 instead of the required $12,345.00. We noticed that the cursor moves to the first position after we enter the first digit. Also after the comma appears the cursor again moves one position ahead. This issue occurs only when the style is applied in order to display a button inside the cell. Can you please help us solve this issue.