Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Regarding Row width and height, it doesn't wrap text and adjust the height based on content
posted

Hi,

I am trying to use a zamdatagrid - PFA. It has 2 columns -> second column receives values for every row and should adjust height based on spacing but it fails o do so. So the data entered can't be seen entirely as height doesn't adjust as appropriate. SHould i use a dockpanel? Or can someone suggest what could be done possibly 

Thanks,

Khushbu

  • 28945
    Offline posted

    Hello Khushbu,

    The best approach would be to modify the underlying TextEditor for each cell and change it's TextWrapping property since there is no built-in property to handle this for the CellValuePresenter element.

    This was explained in detail with an example on our forums here:
    http://www.infragistics.com/community/forums/p/24323/89171.aspx#89171

    Let me know if you have any questions regarding this matter.