As I understand it events only trigger on user interaction and do not trigger when the API is used. I'd have figure there was a parameter to call to fire it? Is there any easy way to force the cellSelectionChanged event after selectCell is done?
Hello,
Could you please provide more information about your exact use case that would require events to be fired after API calls? Usually, when making API calls users already have the information events would otherwise bring and firing them is considered redundant.
Best regards,
Stamen Stoychev
I have design a some code that run after the cellSelectionChanged event. Basically its gets info about the selection. Now I also have made it so clicking a column, the first cell in a row, and the top left most cell makes certain cells become selected. Once that occurs I want to call cellSelectionChanged.
using the mouse to make a selection, then calls cellSelectionChanged.
using a column selects all ells under it with selectCell, once all have been selected I want to call cellSelectionChanged.
same for my rows and 0,0 cells.
If the selectCell was considered a Selection change it would work but for some reason its not.
Hello seang,
I am following up to see if you can provide us with answers to Stamen’s questions. What is the behavior you are trying to achieve by forcing the event to fire when selectCell API is used?
Please let me know if you have any questions concerning this matter.