frdata
8 years ago
Hello,

I made a search on "wrap" in this forum and found out about the following observation:

Word wrap could only be implemented from code by using igTextWordBreak with AutoHeightRow.
When iGrid has been created on the form, there is no way to implement word wrap if we edit it (like editing Excel cells with word wrap turned on) even though it was created with igTextWordBreak and AutoHeightRow turned on. The row would not expand down like in Excel. It will maintain the height formed.



Is there a way to perform word wrap after iGrid has been formed.

Thank you
Igor/10Tec
8 years ago
The iGrid help file is another good place to search for an answer ;)

I think we are talking about expanding the row with the cell currently editing by the user as the user is entering text, right? iGrid does not provide you with this feature. What you can do now is to adjust the height of the row after the user has finished editing. To do this, call the the AutoHeightRow method for the current row in the AfterCommitEdit event handler.
frdata
8 years ago
This workaround is good enough for me. iGrid is wonderful.

Thank you so much