I don't know why you can allow such a strange behavior of RadGridView to be existed for so long.
Initally, after data-binding, the first row will be selected, that's fine, some row has to be selected anyway, however, in this case, it IS NOT highlighted? Don't you think that it may confuse user? ("What the hell these data come from, I didn't select anything, it didn't say that I select anything, what's going on?")
I would like to have solution for it: Either disable first row select after data-binding (I didn't see any "SelectedIndex" so that I can set it to -1), or have the first row be highlighted as it is selected.
Thanks
Lamk.
Initally, after data-binding, the first row will be selected, that's fine, some row has to be selected anyway, however, in this case, it IS NOT highlighted? Don't you think that it may confuse user? ("What the hell these data come from, I didn't select anything, it didn't say that I select anything, what's going on?")
I would like to have solution for it: Either disable first row select after data-binding (I didn't see any "SelectedIndex" so that I can set it to -1), or have the first row be highlighted as it is selected.
Thanks
Lamk.