There is a property for the main masterviewtemplate of a RadGridView to set the rows to auto size if you have a column's WordWrap turned on (i.e., this.radGridViewRequests.AutoSizeRows = true ). This works slick.
BUT, for a child template there is no such property to AutoSizeRows if you have a column's WordWrap turned on. So what is one supposed to do to get the child template rows to resize properly?
BUT, for a child template there is no such property to AutoSizeRows if you have a column's WordWrap turned on. So what is one supposed to do to get the child template rows to resize properly?