
I have requirement to automatically select all checkboxes with same item id on selection of checkbox of window scroll. Currently i am updating one item on row change event of window scroll, how can i select others too.
*This post is locked for comments
I have the same question (0)What development tool are you planning to use to carry out this request? In any case, the easiest way to do this is to capture the item number of the line being clicked, then cycle through the table associated with the scrolling window, setting the corresponding field associated to the checkbox to true, then redisplaying the scrolling window (which should execute the fill command).