Hi,
I have an issue with my radAutoCompleteBox :
The displayMember is the name of the customer... but there is many duplicated names in my datasource.
There isn't any problems when user select a new item, the issue is when the autoCompleteBox is initialized.
Example :
I have 3 customers :
Id Name
1 Smith
2 Smith
3 Smith
If user select "Smith" with the ID 2 by the autoCompleteBox, there isn't any problems, the Value of "Smith" will be 2.
But if i want to initialize my autoCompleteBox with "Smith" (2), i can only do this (for me) : autoCompletebox.Text = "Smith".
So, the value of "Smith" will be 1 (and not 2) because autoCompleteBox will take the first value he find.
Is there another way to add items to my autoCompleteBox (something like autoCompleteBox.Items.Add("Smith", 2)) ?
I specify that duplicate rows are normal here, another column is displayed in the dropdownlist of the autoCompleteBox with the customer ID and other fields.
Thank you for your time, i hope you have a solution to help me.


I met this strange problem during compiling VS say me that there is an error about TelerikExport.dll, this is one of several warning error (that blocks compiler)
impossibile risolvere il riferimento primario "TelerikExport" perché include una dipendenza indiretta all'assembly .NET Framework "System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" la cui versione "4.0.0.0" è successiva alla versione "3.0.0.0" nel framework di destinazione corrente.ModuloMaschere
It seems that this dll needs dependence of assembly compiled with FW 4.0, but version assembly id 2016.2.503.20 and not 2016.2.503.4,
is it a mistake?
My project is developed with FW 3.5

Hi, I'm new to Telerik and never used it before, I want to create user login screen for touchscreen device where users images populated on a cylinder shape, and I want to be able to swipe and rotate the cylinder to select user.
How can I accomplish that with Telerik UI for WinForms?
Hi...
I use UI for winforms Q3 2013... I have a radcalendar on my form, what I wanna accomplish is to select more than one column at a time... I setted the allowmultiselect propery to true but didn't help. it even deselects other selectedDays wich i select with normal mouseclick when any column header is clicked... is there any way to select multiple columns as well as selecting any cell by click without deselecting other dates at a time?
thanks...

Hi,
I would like to know how can I implements my WinForms to enable Custom Text for users.
I have tried the "readOnly" attributes set to false but it's not working.
Actually, the list is filled with datasource and with a databoud method, but I want to allow users to enter values in this element.
I made some research but have not found what I searched for.
Please let me know if you need more informations about my problem.
Thant you in advance for your help.
Regards Jeremie

Hi,
I have a CheckBoxColum who's visibility is set within ViewCellFormatting.
I also have a check box in the header to select all.
When the header is checked all rows are updates, visible or not.
On the menu command I loop through all checked rows and output to Excel.
Is there a way to test is a cell is visible and checked within the ContextMenuOpening event?
Cheers
Shaun.

Hello.
I have a Main Form with rad dock and four split panels on it. It all works fine and I'm really happy with the pin, unpin, float and dock prompt. It is a really great control.
My main form background is very dark grey and the when a panel is hidden the text that appears at the side of the main form is dark blue. I wish to change to white or pale grey. Is there a way to alter the text colour?
The attached (crude) image may illustrate what I am seeing.
Many thanks,
Martin.
I have a WinControl RadGridView that is not data-bound to any dataset, we manually create the rows and need be based on certain criteria at the time of load. Clicking into specfic cell, the EditorRequired event get fired where depending on which row we are working with we will present a custom control to fit the needs for that row.
For one of the conditions we are adding a RadCheckBoxEditor to the cell with ThreeState set to true.
Values are getting sent back to the grid row correctly for all three states, but when we try to load the editor again, when it trying to load an Indeterminate the check box always renders as off.
Following the ValueChanged and ValueChanging events; ValueChanged is coming in as Indeterminate, but ValueChanging is showing as false for the new value. This is before any user interaction.
Is there anyway for the checkbox to paint as the "Indeterminate" state.
Thank you

