-1
I have a view
and within that view
, have my scripts
, need to create a function that creates a lista
of my ViewModel
ex: public static List<ContatosViewModel> ListaContatos = new List<ContatosViewModel>();
however, in javascript
I can’t do it, there is list
in javascript
? and how I can create a lista
, using a ViewModel
I want to take data from a grid and add to a lista
all this through a function in javascript, but I do not know how to create a list in javascript
What you want to do on your page?
– Wictor Chaves
I want to take data from a grid and add to a list, but this through a function me javascript, but I do not know how to create this list
– Jeff Henrique
Present your code, it’s not very clear what you’re trying to do
– Leandro Angelo