diff --git a/knowledge-base/grid-rows-text-ellipsis.md b/knowledge-base/grid-rows-text-ellipsis.md index 68b330a74..e9623e20e 100644 --- a/knowledge-base/grid-rows-text-ellipsis.md +++ b/knowledge-base/grid-rows-text-ellipsis.md @@ -35,13 +35,14 @@ You might still want to allow the user to see the whole content, so you can enab ````CSHTML -@*Use the OnCellRender event to pass a custom CSS class to the Grid column and prevent it from wrapping the text in multiple lines for the Notes column. Display the full content of the column in a separate Window component.*@ - -Resize Note column or double click on a row to see the product details - - +Ellipsis for the Notes column via OnCellRender. + @@ -61,11 +62,30 @@ Resize Note column or double click on a row to see the product details +Ellipsis for all columns via OnRowRender. + + + + + + + + + + + +