Open jscti opened 4 years ago
:wave: @jscti, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please, use Stackoverflow to get help.
@NickIliev How is this a support request ?
I am asking a new feature that don't exist, is this not what you call a feature request ?
@jscti you are absolutely right - I must have labeled the wrong issue.
I have a RadListView. At screen init it shows offline data. Then, I want to autoload data from network, and let the user know it. Logically, I would use the "pullToRefresh indicator" for that, by trigerring a forced-PTR, but the API doesn't provide this possibility.
It would be great to call a
notifyPullToRefreshStarted
fir this use case.