Hi,
I am using <smartgwt.version>12.1-p20201118</smartgwt.version>
I have used these 2 propertes so as to vertically clip data in grid.
setWrapCells(true);
setFixedRecordHeights(true);
It has clipped the data vertically but did not bring elipsis sign at the end wgich does not make it intutive from UI point of view that data is clipped.
How can i achieve this elipsis sign?
I tried using setShowEllipsisWhenClipped(true) but it didnt worked.
Attaching screenshot for same.
I am using <smartgwt.version>12.1-p20201118</smartgwt.version>
I have used these 2 propertes so as to vertically clip data in grid.
setWrapCells(true);
setFixedRecordHeights(true);
It has clipped the data vertically but did not bring elipsis sign at the end wgich does not make it intutive from UI point of view that data is clipped.
How can i achieve this elipsis sign?
I tried using setShowEllipsisWhenClipped(true) but it didnt worked.
Attaching screenshot for same.
Comment