We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Multiline cell, GGC and custom celltype

I have two questions :

1- I want a cell in my GridGroupingControl that support multiline comment, it is possible?

2- I have a special custom celltype(cell with text and button)... If I do a Sort on a column that contains one or many cell with this celltype, the custom celltype is not sorted with the text....Only the text move...How can I fix that?

Thank you,

Fred


1 Reply

NR Nirmal Raja Syncfusion Team November 6, 2008 06:06 PM UTC

Hi,

Thank you for your interest in Syncfusion products.

1. The multiline comment in a single cell can be done by setting the text value in GridStyleInfo at mouse controller event.
The cell comment can be multilined by setting the Text along with Environmental new line.

Please refer the below sample:
GGCMultiLineCellComment

2. Using QueryCellStyleInfo the CellType can be set dynamically whenever the row moves.
This can be checked by providing the index of the specific column.

Please refer the below sample for this issue:
ControlColumnSort

Let me know if you have any queries.

Regards,
Nirmal


Loader.
Live Chat Icon For mobile
Up arrow icon