I currently have a RadGrid wired up with 42 columns. Naturally, I have
horizontal scrolling and column freezing enabled. However, when I try
to use the keyboard to scroll (using the tab key), I do not get the
expected behavior. Namely, the scroll bar does not move as I tab
between cells. This causes glitchy behavior, especially if I want to
scroll back to teh left (since the bar has not moved, this is
difficult). Does Telerik's RadGrid support full-on keyboard navigation
& I'm implementing it wrong? Any help would be great!