Hi Khoo,
Greetings from Syncfusion support.
Query: “the value used to group the data within grid get cut off due to value too long. The remark is not showing full value Is there a way to fix this? ”
We have analyzed the query and we are able to reproduce the reported behavior at our end also. We would like to inform you that, this is the default behavior of group caption display while usinng caption aggregate in Grid. The excess text will be hidden and when hover on those hidden text, a tooltip will be displayed as like in the below screenshot. Please refer the screenshot below,
To overcome this behavior (hiding the caption text) and display the entire value, we suggest you to add the below styles in your application. Please add the below styles to achieve this requirement.
|
<style>
.e-grid .e-groupcaption {
overflow:unset;
}
</style> |
We have overridden the styles applied to the “e-groupcaption” in Grid to display the entire value. Refer our UG documentation for your reference
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan