The DevExpress ASP.NET MVC GridView can automatically truncate cell values if they don't fit into cell width. To indicate that the text is clipped, the grid displays an ellipsis ('...').
By default, this functionality is disabled, set the SettingsBehavior.AllowEllipsisInText property to true to enable it.
Resize grid columns to see this feature in action. Uncheck the corresponding check box to disable it. Point the mouse cursor over an ellipsis to display a tooltip with the full text.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos |