Hi Guys!
I'm beginner in .NET development. But I've learned how to save time with this technology. I'm very impressed with the power of Telerik too.
Well, here is my trouble for now:
I've a grid that show many columns. I need show all the content columns without wrap lines with horizontal scrool activated, like this.
But when I'll configure a grouped column, the horizontal scrool bar disappears and the column content are cropped, like can see here.
Here the grouping code:
Can anybody help me?
Andre.
I'm beginner in .NET development. But I've learned how to save time with this technology. I'm very impressed with the power of Telerik too.
Well, here is my trouble for now:
I've a grid that show many columns. I need show all the content columns without wrap lines with horizontal scrool activated, like this.
But when I'll configure a grouped column, the horizontal scrool bar disappears and the column content are cropped, like can see here.
Here the grouping code:
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldAlias
=
"Evento"
FieldName
=
"Evento"
FormatString
=
"{0:D}"
HeaderValueSeparator
=
": "
>
</
telerik:GridGroupByField
>
</
SelectFields
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"EVENTO"
SortOrder
=
"Ascending"
></
telerik:GridGroupByField
>
</
GroupByFields
>
</
telerik:GridGroupByExpression
>
</
GroupByExpressions
>
Can anybody help me?
Andre.