Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2915
Values not displayed in XamDataGridColumn
posted

Hi,

   We have a XamDataGrid bound to a data table - the columns are not specified in the XAML markup and is added dynamically like this

   XamDataGrid1.FieldLayouts[0].Fields.Add(fieldName);

   While this works for us, in some specific cases we have seen that it does not display the column values completely. E.g. if the value is E 8V2SCLF1 then we see it display on E and the remaining text is not displayed. I can try to upload a cropped image as I cannot provide the complete application's screenshot. We are on NetAdvantage Ultimate v11.2 as of now.

E8V2SCLF1 displays fine, E 8V2SCLF is also ok - just that E 8V2SCLF1 (with the space and ending with the number) is not. Similarly E 8V2SCLF2/3 etc. also have the same issue.

Any idea as to why this could be happening?