Often you may want to include a tall Control on an Aware IM form. With the Kendo UI that was introduced in Version 7 of Aware, the placement of the Controls on a Form is handled differently such that out of the box, the heights of Controls in a left hand column are affected by the heights of controls in a right hand column.
This Tip & trick fixes the issue.
You just need to add a class to you css file
Posted by Roger Ross.
AwareIM Version: all_versions
Dependencies: None
Where: CSS file in you Custom/CSS/mybsv/mybsv.css file
Script: .aw-column-multi textarea {
position: absolute;
}
Posted in Uncategorized