문제

I built a form and embedded a preview pane in it. The preview pane displays the grid populated with the data from the data source. The problem is that the row height is abnormal. It is appearing 3 times the normal height of the grid rows. I am using Dynamics Ax 2012

도움이 되었습니까?

해결책

Are you displaying an address, street name or similar?

Grids with a string field of an extended data type with a DisplayHeight property of 2 or more make the row height larger to accommodate the field. You can change the property on the FormStringControl as well.

The solution might be to change the DisplayHeight back to 1 on the control.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top