Hi everybody,
I'm just searching how to update the data in a gridlist. Here is my problem : I create an empty GridList, then, with an Ajax call I catch a new set of value from the database. I convert them into an ArrayList<MyResult> and then in a MyResult[], and then i use the setData(MyResult[]) function.
But noting change in my GridList. I set the autoFetchData value to true but it doesn't change anything.
Does any of you have an idea?
Thanks a lot,
romain.
I'm just searching how to update the data in a gridlist. Here is my problem : I create an empty GridList, then, with an Ajax call I catch a new set of value from the database. I convert them into an ArrayList<MyResult> and then in a MyResult[], and then i use the setData(MyResult[]) function.
But noting change in my GridList. I set the autoFetchData value to true but it doesn't change anything.
Does any of you have an idea?
Thanks a lot,
romain.
Comment