Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108891
    FerrisChamp
    Participant

    Hi,

    How can I get the specific GridRowCell of a grid with the row number and column?

    Thank you,

    Ferris

    #108892

    Hi,

    If you want to get only the cell value, you can use the getCellValue method. It accepts rowId, dataField.
    If you want to get the whole cell object, visit this demo to see how:
    https://codepen.io/dkeamcaksoem/pen/QWzJqXN

    I hope this helps!

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #108900
    FerrisChamp
    Participant

    Hi.

    Yes, I am trying to get the whole cell object. The code pen demo doesn’t seem to be working for me tho – on both the codepen website and my code.

    Thank you,
    Ferris

    #108901
    Markov
    Keymaster

    Hi Ferris,

    When you click the getCell button in the demo, look at the console’s log. My colleague’s example shows how to get the cell object.

    Regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.