or
Hello,
I have Winform RadGridView and when I click in a cell that is partially displayed the grid horizontally auto scrolls to right, than by the next click scrolls to left etc.
This is not to very userfriendly. See Telerik demo in Attach
How can I horizontally auto scrolling fix
Regards,
Elek
private void radTextBox1_Enter(object sender, EventArgs e){ MessageBox.Show(this.ActiveControl.Name);}<h1>Header</h1><table border="1" cellspacing="0"> <tr> <td><b>Col 1</b></td> <td><b>Col 2</b></td> <td><b>Col 3</b></td> </tr></table></html>
