HI,
when I set “Default Selected Row” for a table to 0, the first line gets selected after updating the data source (which is fine)
But in that case, the “onRowSelected” does not fire. So I need to deselect the row, then select it again so that the event “onRowSelected” gets fired.
This is weird in terms of usability, as the user expects the event to fire (and update other data) when the default row gets selected.
Is there any way to fiy this or is this something for a new release?
Thanks