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
1045
where is the api document
posted

Hi experts,

When I'm checking a certain section of iggrid, i see following code block. I can understand ui.owner refers to iggrid and element refers to the table html element. But without see the sample, I really don't know the owner has an element property. Can you please direct me to the right place where I can find related api?

dataRendered: function (evt, ui) {
                    ui.owner.element.find("tr td:nth-child(1)").css("text-align", "right");
                    ui.owner.element.find("tr td:nth-child(4)").css("text-align", "right");
                }

Parents
  • 16310
    Offline posted

    Hello Ming,

    Thank you for posting in the Infragistics community !

    I am not quite sure I got your question. Could you please clarify ?

    Anyway, as you have said ui.owner refers to the igGrid, so in every case ui.owner.element will return the DOM element where the igGrid has initialized itself.  You can see the API documentation at http://help.infragistics.com/jQuery/2015.1/ui.iggrid

    Please let me know if you have further questions.

Reply Children