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
340
check checkbox programmatically iggrid
posted

I have somewhat the same question as this: http://es.infragistics.com/community/forums/p/92586/457810.aspx#457810

but I only have 1 column and there is checkbox to select the row

like this: 

this checkbox column is not a datafield, but is part of the grid. It seems that there was some confusion in the post mentioned about this.

What I want now is to programmatically set the checkbox.

I've tried using 

$("#grid").igGridSelection("selectRow", index);
but this just selects the row, but does not check the checkbox.

does anybody have an idea on how to check the checkbox too?
Parents
  • 23953
    Offline posted

    Hello Sebastian,

    By default using igGridSelection.selectRow API will check the Row Selectors checkbox. I'm not sure what's the issue in your case.

    Can you send your grid configuration for me to investigate, please.

    Best regards,
    Martin Pavlov
    Infragistics, Inc.

Reply Children