jQuery UI Widgets Forums Angular jqxPivotGrid get row text

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  weibao 5 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxPivotGrid get row text #104877

    weibao
    Participant

    When I use this.pivotGrid1.getPivotRows().items[0].text to get the first row text, i got the error message Property ‘text’ does not exist.
    How can I get the row text?

    jqxPivotGrid get row text #104883

    Martin
    Participant

    Hello weibao,

    Please, look at the following Example.
    It is working fine here. Could you show us in what case do you get this error message?

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    jqxPivotGrid get row text #104896

    weibao
    Participant

    Here’s my code: console.log(this.pivotGrid1.getPivotRows().items[0].text)
    The error message is: Property ‘text’ does not exist on type ‘PivotGridItem’.
    I checked the source and the interface PivotGridItem does not have the property ‘text’. Do I need to do a type conversion?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.