Hello, How can found a register if exist ? is to foreach(){ or exist a function from ejgrid?
I use ej1, I fix about if exist same IDProduct. If exist product not add to rows and if no exit product on grid add to row.
Now, I have one problem, how can get all data row, not select.
Example I add a column with input:
{ field: "Cantidad", headerText: 'Cantidad', template: "<input id='product-{{:ProductId}}' type='number' value='1' size='7' min='1' max='{{:Cantidad}}' >", width: 80 },
I want send all data rows with button
$(".button").click(function(){
return allgridrows
})