How do I delete (and insert) a Row with own Index
hi experts,
i am trying to delete (and insert) rows in my grid.
the hints found in this forum may work wonderful, if you use
indexing by default, but i use a database-field as index and
so method like slice or splice do not work as they are supposed..
i define my grid as follows:
GridData = {
"dbIdx1":["a","b,"c"],
"dbIdx2":["a","b,"c"],
"dbIdx3":["a","b,"c"]
}
any help is appreciated, thanks a lot in advance,
yves
i am trying to delete (and insert) rows in my grid.
the hints found in this forum may work wonderful, if you use
indexing by default, but i use a database-field as index and
so method like slice or splice do not work as they are supposed..
i define my grid as follows:
GridData = {
"dbIdx1":["a","b,"c"],
"dbIdx2":["a","b,"c"],
"dbIdx3":["a","b,"c"]
}
any help is appreciated, thanks a lot in advance,
yves
November 1,