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
>
Hi,
I know I being sort of asking lot of question to telerik team. But its just due to I installed the trial version and I am too impressed that I wanted to every thing before I purchase so that during our development we don’t stuck at nay point.
My question is that I am trying to implement the functionality of scaling (Bubble bar, Magnifier etc) but I couldn’t. Please do tell me how I can get these components in my toolbar.
Regards.
Haroon.