Open vahidvdn opened 5 years ago
This error also occurs when app is initialized or when I start to scroll (without loadMoreDataRequested
has been firing) with load on demand mood.
As mentioned by someone in slack channel, I must use async loading
as following:
<Label [text]="item?.post_date"></Label>
I don't know why this happens and there is nothing about it in docs.
Actually after adding some other property (ie: width and height of image) and after some loading onLoadMoreItemsRequested
function, I get another error and app stops for a few seconds:
ERROR TypeError: Cannot read property 'unit' of null
For now going to reopen this.
Hi. I confront with an error in
loadMoreDataRequested
event. I have a very simple RadlistView as following:I have a json and want to render them in list view. Everything works fine when I load whole json in list view. But when I want to use
loadMoreDataRequested
I get the following errors: (No matter what is the code into this function, I get these errors)Here is my
onLoadMoreItemsRequested
function: (As I mentioned just a simple log without these operations lead to mentioned errors as well)