jQWidgets Forums

jQuery UI Widgets Forums Grid setcellvalue for hidden column

This topic contains 1 reply, has 1 voice, and was last updated by  jahnvi25 10 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • setcellvalue for hidden column #66639

    jahnvi25
    Participant

    i have hidden column which is used in calculation.. i do want to update the value of that column ? how can i do that ?
    if i try

    grid.jqxGrid(‘setcellvalue’, row, “sym”, sym); //this is giving me error..
    TypeError: h is null

    below is my column definations
    datafields :[{ name: ‘ask’, type: ‘number’ },
    { name: ‘sym’,type: ‘string’}]

    and my columns:
    columns: [{text:’ask’,datafield:’ask’,width:’10%’},
    {text:”,datafield:’sym’,hidden:true,width:’1%’}
    ]

    setcellvalue for hidden column #66640

    jahnvi25
    Participant

    never mind.. sorry for the inconvenience.. i had typo in my code which was causing the issue

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

You must be logged in to reply to this topic.