hi,
I have an editable grid and save the selected rows in the a variable local!selectedrows,
has fields {id:1, name:"test1, age:"60"
{id:2,name:test1,age:"70"}
have another variable
local!displayitems has a nested list .
{id:2,name:test1,age:"70"} is present inside the second index and 5 th item
please suggest how to write code for this. my intent is i have to update the selected Row into the display items by indexing it upon button click.
Discussion posts and replies are publicly visible
Could you please explain what does this variable do? Is it used the grids data? Also please explain more about your issue. Understood the part you want to update a particular set of data but what exactly is the variable that you are trying to update.
kowsalyavijayan said:local!displayitems has a nested list . {id:2,name:test1,age:"70"} is present inside the second index and 5 th item