Hi Progress Telerik Team,
As we know that the default value of RadToggleSwitch is true, i have such scenario that i want to make this default value false programmatically
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed
Hi Progress Telerik Team,
I am trying to implement such this scenario:
I want Custom CheckBoxColumn with two children, the first children is as an Expression from others cells at the same row,
the second children is as CheckBox bounded with FieldName
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed

Hi Telerik Team,
I am trying to create a custom CheckBoxColumn in a WinForm GridView with checkbox and text at the same cell which are bounded to database source but I am unable to figure it out on how to do that.
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed

Hi - I have a Panorama Control with 5 groups. Each group has variable number of tiles within.
Using vb.net, how can I extract the names of each tile in every group?
Thanks
Hi,
I would like to use Diagram component to draw BPMN diagram.
I need to know if it's possible to load/import a BPMN xml file to achieve this?
If not, is Telerik plan to add this functionnality?
Thanks

I need to be able to programmatically remove a new row that is still in process (cell validating), so the grid is displayed without the new row.
example: Grid displays existing rows. User clicks the "add new row" option. Enters an order number in the first cell and either tabs to the next cell or Clicks on a cell on the same row. Cell Validation is called and in the process the order they want to view process is "on hold". In this case, I pop a message and then return to the grid with no changes. The new row should be removed.
I am currently just using e.cancel and putting the user back on the order number field, but this is not ideal. It really should just remove the new row.
Is this possible?

Suggested improvements to the GridView ColumnChooser window:
Some of my grids offer more than 100 optional columns in the column chooser. Finding a column could be sped up if the column chooser offered a 'Contains' filter.
Sorting the column in the column chooser
Hide the background text on the column chooser if it's covered by column buttons. Currently if you have a full column chooser, some black points show through between the column buttons.
Regards
erwin

Hi,
I'm currently using Telerik controls 2017.1, and i have a problem with RadRotator.
I have a control RadRotator, and 2 buttons (cf screenshot),
- right button code is only a "RadRotator1.Next()"
- left button code is only a "RadRotator.Previous()"
If i click really quickly many times on a button, my image disapears like screenshot.
If i put a stop point in my code, i see that the currentitem is the good, with the good index, but no image displayed.
An idea ? Thanks :)
I have a databound gridview with a column containing time a time value and I have inserted the below code to allow editing the time in the cell
1. The editing works fine, but when I enter the cell the displayed value is {0:09:45} is this normal ? is it possible to change it to 09:45 ?
2. is it possible to modify the column width when it enters in edit mode otherwise the timepicker editor is shrunk
3. How do I change the TimeEditor to display times in 24hrs instead of AM/PM ?
Thanks
Private Sub gvShow_EditorRequired(sender As Object, e As EditorRequiredEventArgs) Handles gvShow.EditorRequired
If gvShow.CurrentColumn.Name = "StartTime" Then e.Editor = New GridTimePickerEditor
End Sub
