Friends, I created custom buttons to perform interactive report actions in javascript. For the actions of selecting columns, downloading and etc. it worked very well. However, the function of selecting the paging does not work the same way because it is a radiogroup and not a modal.
$("#LIST_IR_actions_menu").menu("find", “irDownload”).action()
Does anyone know how could change this IR paging property at runtime?
