-
Mahsan
9
posts
Member since:
Dec 2013
Posted 05 May 2014
Link to this post
Hello Telerik
I have a question about radPivotFieldList ,Is it possible to change the text of fields in radPivotFieldList ,I used the code bellow but it didnt work
radPivotFieldList1.FieldsControl.Nodes[0].RootNode.Text="my text0";
radPivotFieldList1.FieldsControl.Nodes[1].RootNode.Text="my text1";
-