Hi everyone,
when a radmessagebox pops up , its not exactly on the center of screen .
How to align it to the center of screen?

I don't see an object called RadGridLocalizationProvider anywhere.
Is the RadGridLocalizationProvider an object encapsulated by the grid?



Grid just populated with few rows, so there is an empty area below those rows.
Multiselection is enabled.
Grid has just been populated, so there are no selected rows.
If I click on the empty area below the rows, I get this exception:
System.Exception: Exception caught byCurrentDomain.UnhandledException - type: System.NullReferenceException value:System.NullReferenceException: Object reference not set to an instance of anobject.<br> atTelerik.WinControls.UI.GridRowBehavior.DoMultiFullRowSelect(GridCellElementcurrentCell, Point currentLocation)<br> atTelerik.WinControls.UI.GridRowBehavior.DoMouseSelection(GridCellElementcurrentCell, Point currentLocation)<br> atTelerik.WinControls.UI.GridRowBehavior.ProcessMouseSelection(PointmousePosition, GridCellElement currentCell)<br> atTelerik.WinControls.UI.GridRowBehavior.OnMouseMove(MouseEventArgs e)<br> atTelerik.WinControls.UI.BaseGridBehavior.OnMouseMove(MouseEventArgs e)<br> atTelerik.WinControls.UI.RadGridView.OnMouseMove(MouseEventArgs e)<br> atSystem.Windows.Forms.Control.WmMouseMove(Message& m)<br> atSystem.Windows.Forms.Control.WndProc(Message& m)<br> atTelerik.WinControls.RadControl.WndProc(Message& m)
if I select a row, before clicking on the empty area, nothing happens.
I could preselect a row, just after populating. but I'd like to understand why this happens

Hi dear Telerik team.
I have a VirtualGrid.
I have made workaround to substitute indent cell of a row with a text, lets call it "row header".
And I would like to know how can I deal to make "row header" looks absolutely the same as "column header" by the easiest way?
Please find attachment bellow.
Much thanks!


Hello,
When I click the tab on the last cell while it is in edit on the grid view, it should not navigate anywhere instead it should stay on the same cell (last cell) for editing.
Currently, when I click on the Tab button it moves to the next control or moves to the next row in the gridlines. Please kindly help me.
Thanks in advance.
Hi,
VirtualGrid highlights a row with selected cell by default,
could you please assist me with information how can I highlight a column too?
Much thanks!
I open all child forms in maxmized state but when i close the form i find all other forms i opened before not maxmized as it appears that any form get maxmized makes all forms that was opened before it lose their maxmized state
i need to make all child forms i open to always stay in maxmized state