Hello,
I have a datasource that is an javascript array(from json), and I attach him to my grid, until now everything is OK, I see my data on the grid :),
but I want that every time that my datasource is changed(the array that I am attached to) will automatically update my grid, like auto bind,
for example, if I change value in a row in my javascript array, I want to see the change immediately in my grid , or if I add new row to my array, I want to see the change occur right away.
how can i achieve that?
Thanks, almog
I have a datasource that is an javascript array(from json), and I attach him to my grid, until now everything is OK, I see my data on the grid :),
but I want that every time that my datasource is changed(the array that I am attached to) will automatically update my grid, like auto bind,
for example, if I change value in a row in my javascript array, I want to see the change immediately in my grid , or if I add new row to my array, I want to see the change occur right away.
how can i achieve that?
Thanks, almog