Hi,
I want to know about how to minimize the radcheckbox.
Minimizing radcheckbox is possible. but it has a problem.
When radcheckbox is checked, radcheckbox size are regressed.
I deal withed style builder.
Thanks.
Greetings,
I accidentally noticed an issue while working with RadlistView.
"SelectedItemChanged" event is supposed to be fired when Item Changing of RadlistView is done ("SelectedItemChanged" must be fired after "SelectedItemChanging"), But it is as if "SelectedItemChanged" acts just like the "SelectedItemChanging" event.
I attached a picture that illustrates a simple test. I'm wondering why it raises error. There were 5 items in the list and even if there is no item that is already selected ( I do not mean Current Item), it should select an item as user clicks on an item, then after finishing selecting ("SelectedItemChanging") the item, it should fire "SelectedItemChanged" event.


_dr = parent.data.view.sys.village_request_res.Select("id_village = '" + village["id"].ToString() + "' ");
if (_dr.Length > 0)
{
dgVillageRequestRes.DataSource = _dr.CopyToDataTable();
dgVillageRequestRes.Columns["id_village"].IsVisible = false;
dgVillageRequestRes.Columns["name"].IsVisible = false;
dgVillageRequestRes.Columns["priority"].ReadOnly = false; //DON'T WORK
}
else { dgVillageOper.DataSource = null; }
I cannot edit cells in the Columns["priority"] column. Help fix!




Hi, I am encountering slowness or laggy when i schroll up and down when viewing different aircraft types in the gridview in my program.
I need help and suggestions on how to speed up and reduce this lag.
I have roughly more than 1,500 cells in view on the page at a time with about 10 rows (each row 1 aircraft/component type)
I have read these two articles below on cellFormatting and viewCellFormatting and have set the e.Row.Cells(0).Tag = "UPDATED".
But the schrolling up and down is still lagging. Can anyone help me ? Thanks.
If e.ColumnIndex = 0 Then
If e.Row.Cells(0).Tag <> "UPDATED" Then
e.Row.Cells(0).Tag = "UPDATED"
End If
https://docs.telerik.com/devtools/winforms/controls/gridview/cells/formatting-cells?_ga=2.11009079.243279797.1583711740-1259083625.1578452304
https://www.telerik.com/forums/code-power-of-viewcellformatting
Is it possible to set the work time in display in SchedulerTimelineView? For Eg: In 24 hours, we need to display the time from 9am-5pm for multiple days. Added the video link for your reference

Hello-
Using the RichTextEditor and retrieving [ MyRichTextControl.GetContent("HTML") ] from it using any text at all, the "title" of that property contains "Untitled".
Here's the exact return value: <title>Untitled</title>
Is there a simple way to not include a "title" by default, or null/blank it out ?
Thanks in advance -B
