hi
i'm using radDateTimePicker with Persian culture (fa-IR) in my win-from application
but when i want to change month to select other date Next button doesn't work
it will stop on some special month like Ordibehesht(اردیبهشت),Tir(تیر),Esfand(اسفند)


Hi Telerik team :)
I have a gridview with a list of persons.
I sort this list on the name of persons when i click on column header.
Now, when i click on a row to add a new person, when i end-edit the row, the new person is automaticaly sorted with the rest of the list.
I don't want this behavior.
I'll prefer that the new person stays in bottom of list with the list already sorted.
So is there a way to avoid the sort when add a row without modifying the current list display (even if sorted) ?
Thanks
Regards

Hello,
I need help to use SelectedIndexChanged of ComboBoxColumn.
ValueChanged of the GridView is to late.
Regards,
Marc

Hi,
I'm looking for validation on the below. Essentially I want to validate that I can release a free product as long as I combine the Telerik assemblies with the executable. I want to ensure that using ILMerge is enough to meet this requirement from Telerik.
Secondly, if I charge for an application from my understanding I do not need to merge into a single executable? Is that correct?
I do understand that Telerik.WinControls.UI.Design.dll should not be redistributed in any scenario and that a copyright needs added in the about window.
Thanks,
Jacob
Hello
I am hiding a group via code at runtime with
carers.Visibility = Telerik.WinControls.ElementVisibility.Hidden
however the gap stays there, is there a function to auto reorganize so the next group to the right takes its spot
(fills in the gap)
if not, can set there order via code, or delete the group completely
all at runtime
thanks


With the DateTimePicker, I can bind a nullable DateTime property to NullableValue:
resolvedDateTimePicker.DataBindings.Add("NullableValue", _bindingSource, "DateResolved", true, DataSourceUpdateMode.OnPropertyChanged);
Unfortunately the NullableValue property doesn't seem to exist for the TimePicker.
Will this be implemented at some point, and/or how would I bind a DateTimePicker to a nullable DateTime?

hi
how can i add a conditional cellBorderto a cell. just like a conditional background color but only a border ?
ConditionalFormattingObject c1 = new ConditionalFormattingObject("c1", ConditionTypes.Less, DateTime.Today.ToString(), "", false) {
CellBackColor = Color.FromArgb(255, 209, 140)
};
dgv.Columns[ColumnTitle.GridTasklistMail.deadline].ConditionalFormattingObjectList.Add(c1);
thanks
andré

I have a radGridView and the grid appears to be set to be set to the controls width. I'm unable to figure out how to allow horizontal scrolling to occur when I want to expand a column. Please provide what to change?
Thanks, Craig...