I have set the following style on the XamDataGrid which was used to remove the spacing that was causing the grid rows to take up more space than necessary when displaying the records.
<Grid.Resources>
<Style TargetType="{x:Type igEditors:XamTextEditor}"> <Setter Property="Padding" Value="0"/> <Setter Property="Margin" Value="0"/> </Style>
</Grid.Resources>
When a cell goes into edit mode the text shifts downward. When I use the left and right arrows to move between the characters, the text shifts up and down on every other character.
An example would be the following text: "Have a nice day!"
If the cursor is in front of the 'H' the text is shifted down. If the cursor is between the 'H' and 'a' the text is shifted up. If the cursor is between the 'a' and 'v' the text is shifted down. This pattern repeats on all of the other characters.
The following are my questions:
If the answer to #1 is no, my initial thought to work around the issue was to make the row larger by setting the padding and margin back to the original value for that row while in edit mode. I am not 100% sure how to do this on the single row but I think it would have a cool effect. Help with this idea would be appreciated if there is no fix to the issue.
Thanks!
Durant
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer
HI Durantpc,
I was unable to reproduce this issue with the 10.3.1003 build. Try upgrading to the latest service release.
If that does not resolve your issue, I will need a small isolated sample that replicates this issue.
Also thought I would mention that I am targeting the .NET v4.0 framework.
I am using build version 10.3.20103.1003.
That would definiately be nice if that got fixed. :-) Quite odd behavior to say the least.
I would be very interested to know how that happened. :-)
Almost seems like the developer would have to go out of their way to create that kind of behavior and I cannot imagine someone would take the time to do that. I am just wondering if this was some kind of underlying issue in WPF or just a DAA issue. :-)
HI, I could not reproduce this issue with the latest service release 10.3.2164.
What build are you using?
Sincerelyl, Matt Developer Support Engineer