Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3790
get a cell from cell at not the TD html dom.
posted

cellAt( c, r) gives me a cell TD element, I need the cell object like activeCell gives me, how can I get this?

Parents
No Data
Reply
  • 2355
    Offline posted

    Hi Seang, 

    The cellAt method is designed to return a DOM element. If you want an object you can wrap the result in a jQuery object like this: $($('#grid').igGrid('cellAt', 1,1)).

    I hope this helps!

    Kind regards,
    Petko Zhekov
    Software Engineer

Children