How would I go about shortening datagrid item items with "..." when their text no longer fits into a column?
Thanks,
Jamie
thanks Elena!
Hello Jamie,
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.
In case the above suggestion helped you solve your issue please verify the thread as answered, so other users may take better advantage of it.
The XamDataGrid uses XamTextEditor in its cells by default in the columns that represents string values. In order to show “…” when the content is too long you can retemplate the default style of the XamTextEditor and set the TextTrimming property of the texbox. You can find the default templates on your computer in the file C:\Program Files (x86)\Infragistics\NetAdvantage 2010.3\WPF\DefaultStyles\Editors\EditorsGeneric_Express.xaml. Please find the attached sample where I show you how you can achieve the desired functionality.
If you need any additional assistance do not hesitate to ask.