Here is my situation: I got a Webclient, in this Webclient is an input field. What I need, is to get the live data from this input.
I need that string in Description
which is sd
.
console.log($("#grid").data("kendoGrid")._data);
And this show me what I want to see:
But I cant get Access to it. Someone told me this:
You are trying to access that array or object before it is populated. What you were seeing in console is a live object not a snapshot.
But I still don't know how to access them.
Yes I did searching, but I didn't find anything.
I know, I need to store the sd
, but really don't know how.
Here is my previous question: get data from object - i see the data but cant save them .
Can anyone help me?
Best regards.