Hello guys
I'm evaluating RadControls for WPF and OA ORM for my next project. I'm just playing with it for just one day, but I'm already impressed with your work guys. Though, as a beginner, I can't figure out how to select a cell when new row is added to gridview. In other words, I want to select first editable cell and put it in edit mode when new row is added from InsertRow button. How is this accomplished?
EDITED
_____________________________
I will ask this one too here.
When cell validation fails, it would be nice to show the error message, without the need to move the cursor to the cell's red point. Is it also possible?
EDITED 2 :)
____________________________
is it possible to tell gridview not to change selection until all cells of the grid is validated? now it's possible to persist rows despite validation failure, which breaks business rule.
thanks