From beeba2abea43bda84e018dff0967667bf88f309e Mon Sep 17 00:00:00 2001 From: firozmangroe <107689467+firozmangroe@users.noreply.github.com> Date: Tue, 18 Jul 2023 21:12:30 +0200 Subject: [PATCH] Update grid-rows-text-ellipsis.md (#1548) * Update grid-rows-text-ellipsis.md In case you need to render all cells and do not want to do it column by column * docs(grid): Apply custom column and row styles to separate Grid instances --------- Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- knowledge-base/grid-rows-text-ellipsis.md | 57 ++++++++++++++++------- 1 file changed, 41 insertions(+), 16 deletions(-) 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. + + + + + + + + + + + +