Hi, I just wonder if I can get the index of a certain model from the loader.
The reason is that I am using a liveGrid of persons, and when I add a person to that grid, I want to set the focus on it according to the order set by the loader.
How am I doing the add : I save the person on the table, and i load back again to get the new list of people. I am also using pervasive for the DB, so I can't get the index of the added person, that's why I need to do it through the loader.
Actually when I read my post it's kind of funny and doesn't make sens. sorry about that!
But my problem was to find the index of a model on the server side (not from the store )
I didn't figure it out, but I made an extra AsyncCall that does it, but not the way I want it... but it works