We are facing an issue with Infragistics grid. We are having a grid with child band. To edit the cell value in a child row, a custom control is being used for editing.
The problem we are facing is that after adding data in few of the child rows, the editing control’s placement is shattered within the child row. It is not properly placed in the child row cell. Screenshot have been attached for the correct and incorrect UI.
Please suggest what could be the possibilites for this issue.
I have talked about the issue at very abstract level, Please let me know if more details need to be shared for this issue.
Hello balrajj,
It is hard for me to guess without being able to take a look at a reproducable sample application, but if I have to take a shot at this, I would suggest you to try to change the 'TextRenderingMode' property of the 'WinGrid' control. The other property, which is static, you could try in combination with the above is the following:
Infragistics.Win.DrawUtility.UseGDIPlusTextRendering = false;
I hope that this hopes in some way because I have not encountered such a problem.
If the above suggestion does not work in any way, please provide a small sample project which reproduces this issue, I will be happy to take a look at it.
Hi Boris,
We have a similar problem and I want to try changing to GDI instead GDI+ as well.
I am not able to set the UseGDIPlusTextRendering value to false?
Is there a class we need to import to make this property available?
Thanks
Hello ed,
You need to add the following reference to your project in order to use the mentioned code:
Infragistics2.Win.v12.1;
Then please use:
Please feel free to let me know if a question about our toolset comes up on your mind.