Hello Admins,
I want to develop a Responsive DataGrid Record insertion.
Like When I have to add Data from List<Objects>.
What will be Best Solution can be applied in both scenarios.

Hello,
am I missing something or there's no way to set the autocomplete mode to a PropertyGridDropDownListeditor?
var editor = new PropertyGridDropDownListEditor();editor.DropDownStyle = RadDropDownStyle.DropDown;// nope:// editor.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
Thanks.


Hi,
Is there an event that fires when the user is moving an item in the timelime? I would like to check if the item overlaps with other items that depend on the parent and cancel the drag action if there is any conflict.
Thanks
Blas

/** *\brief Gets or sets the name variable.*\*/[DefaultValue ("New User Home"),DescriptionAttribute ("Name of this User Home Object."),CategoryAttribute ("(General)")]public Double Length{ get { return Math.Round(_length, 4); } set { _length = value; }}
Hi.
I am using the "Copy" command from the right-click menu and it works OK in copying selected cells to the clipboard and then pasting into another program.
However, I want to copy the entire grid, including column and row headers.
The headers cannot be selected.
Is there a way to copy the entire grid to clipboard?


Sound becomes disabled in other applications (eg youtube, netflix) when webcam is active eg taking snapshot.
Ive observed this using a bluetooth headset and a bluetooth speaker but it doesn't happen if my (HDMI) monitor speaker is outputting sound.

Hello,
I want to focus specific filter in a radgridview. I tried beginEdit event but i don't want to select text, just focus.
GridView.MasterGridViewInfo.TableFilteringRow.Cells[index].BeginEdit();
Focus() on the CellElement doesn't work.
How i can do that ?

Hello Admins,
I'm using one of my form's BorderStyle prperty to none.
When this form is shown no border is displayed.
I want to show only border,
Is it possible to hide only titlebar of the form
or
How to Show the Border/Edges of the form Like in Fluent Theme
