Need help with multiline editbox in grid
Author: sven.hedqvist@gmail.com (Sven_Hedqvist)
I am using a grid to display a result. Some of the rows in the grid will have additional information in them, and som will not. The information is quite long so I want an editbox so show the text using multiline. That does not seem to work though. Regardless of the size I use for the field or the size of the occurence I only get one line shown for the editbox. Below is an example of how it looks:
http://img19.imageshack.us/f/forczero.jpg/
The text in the far right editbox reads "This i an error message that is quite long. I would like it to be displayed in the field using multiline." but as you can see, only the first line is shown.
Anyone know what to do?
One thing I tried was having a button instead of an editbox and make is show up only if additional information was present, but it seems you cannot use normal $fieldsyntax operations on the button with much success. Neither HID or DIM works.
// Sven




