When a textbox gets focus, it will be selected (highlight) the context. ie. If I want to change from 'ABC' to '123', I just want to input '123' .
But now in a pqgrid, the focused column is not selected. So that if I want to change from 'ABC' to '123', I want to press backspace 3 times and key in '123'.
Can I do like a textbox, auto select the context when get focus?