I am using XamDataGrid with style from existing project. When I start editing (not enter edit mode), the column width jumps. I am not able to pin point what Property setting in my style is causing the Column Size to increase.
Note, there is no content in any of the cells that wide. The datatype bound to the field is of type double.
HI,
Please let me know if you need further assistance regarding this issue.
Thanks for the status update.
Hi Matt,
I am not able to reproduce the scenario in the sample by setting the TextBox style Width. When I get a chance I will try with the actual code to analyse.
Can you provide a small sample application that replicates this issue.
Found the culprit. In this case, the TextBox default style had Width set. Since editor uses the TextBox in edit mode, it is causing the column to width to jump.
I am interested to find out why the width is not restored back after I exit the edit mode.