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
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://ko.infragistics.com/community/forums/p/24323/89171.aspx#89171
Let me know if you have any questions regarding this matter.