HI,
I am trying to create gridview like Example.png. I tried with project examplepng but nothing is coming to UI. Can you please tell me why? What needs to be done to fix it?
Note: Sorry i didn't know how to attach project iteself.
Regards
Harsha D

Hello,
is there a way to hide or replace the telerik logo on VirtualKeyboardForm?
Also how to hide the Home and Arrow Buttons to get a real simplified Layout ?
Thanks in advance.


Good afternoon,
I would like to change grid cursor movement behavior when pressing Enter key in the grid with grouped records. I need to move cursor only through the column cells without focusing a group header. Is it doable?
My grid settings are:
radGridView1.MasterTemplate.AutoExpandGroups = true;radGridView1.EnterKeyMode = RadGridViewEnterKeyMode.EnterMovesToNextRow;Hi Admin,
I would like to do command button put to center by vertical ( black square location). please see photo.
Thanks
Moe
Hi,
When I have a window in floating mode then keyboard tabbing will tab around the controls within the window, rolling around from the last control to the first control.
However, when the same window is docked and I tab, the focus 'escapes' from the window and enters another area.
Is there a way to keep the focus within a docked window on tab?

Hi.
Can different localizations be applied for different grids on a form? For example, one is English, one is German, the other is Spanish, etc.

Is there a property to increase the indent of each level of the child groups?
Thanks.

Greetings,
I have 2 controls :
1- Rad Carousel (name = Slideshow) , with 5 Image items , each image is labeled on with its corresponding index.
2- Label1
I wrote the code below to check the selected item of Rad Carousel control (Using a very simple method : showing the selected index value in form of a label's text)
Private Sub SlideShow_SelectedItemChanged(sender As Object, e As EventArgs) Handles SlideShow.SelectedItemChanged Label1.Text = SlideShow.SelectedIndex End Sub Private Sub SlideShow_SelectedIndexChanged(sender As Object, e As EventArgs) Handles SlideShow.SelectedIndexChanged Label1.Text = SlideShow.SelectedIndex End If End Sub
I attached a gif file that illustrates the issue with odd indexing.
Surprisingly, When I switch between items moving backward and forward, the selected item's index, shown in the label, doesn't match with the real indexing of the item . As you can see, clicking on the right arrow of the Rad Carousel seems to work just fine and indexing is correctly shown, but clicking on the left arrow of the Rad Carousel doesn't seem to be showing the real index of the selected item (doesn't make any sense).
Thanks for your attention.
