Hello
I would like to show in my rowDetails a button that would refresh them, and only them, not the entire grid.
I have set up an initRowDetails(index, parentElement, gridElement, datarecord) function but can’t figure out how to call it when the button is clicked.
I’ve set a workaround by
– storing the received parameters into global vars when my function is called by the grid itself when the user click on the arrow
– pass thoses global vars as parameters to my own calls with my button.
But that’s not very clean and maybe there are betters ways to achieve this (?)