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