This is a migrated thread and some comments may be shown as answers.

PivotGrid Column name is missing letters

1 Answer 52 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Mohan
Top achievements
Rank 1
Mohan asked on 03 Apr 2019, 08:56 AM

Hello Team,

 

When I return data set from db, it has a field named "MoreThan 20 chk is on here" which am trying to display on PivotGrid. But this field has more than 20 characters hence on pivot grid we can see column name as "MoreThan 20 chk is o", What changes am suppose to make so that it displays full name "MoreThan 20 chk is on here"

Refer attachments for more details.

 

Thanks,

Mohan

1 Answer, 1 is accepted

Sort by
0
Accepted
Attila Antal
Telerik team
answered on 08 Apr 2019, 07:47 AM
Hi Mohan,

I suggest trying to set a caption for the RowField and see if that will help resolve the issue. I have used this approach on our demo and it worked out well.

Example:

<telerik:PivotGridRowField DataField="SomeFields" Caption="Morethan 20 chk is on here">
</telerik:PivotGridRowField>

Result:




If the issue still persist, please share the current configuration with us and we will take a deeper look.


Kind regards,
Attila Antal
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
PivotGrid
Asked by
Mohan
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or