Is there a theme that I could apply to MultiColumnComboBox that simulates the "System" visual style typically found on the standard .NET controls? We have a lot of XP users and this is the first Telerik control I'm attempting to implement. I see that the ThemeManager has a handful of fancy themes, but does Telerik support the "barebones" windows XP classic look as well?
Testing GridViewMultiColumnComboBox I noted when selecting any item not visible I mean, has to scroll down, then I change to next cell and go back and open multi column combo editor, selected item is not visible not even using ScrollTo ... properties
Is there a way to multiline and center the text of a radbutton, like the stock .net 2.0 button? I have been achieving this by putting a Enviornment.Newline in my text, but this aligns all the text to one side of the button, not centered. Any ideas?
Another question is about the radlabel. I want to placed a radlabel and set the autosize property to false the stretch the label to about 200px, then center the text within the 200px (like the stock .net 2.0 label) How do you do this with the RadLabel?
Testing RadGridView adding new rows starting from cleared rows I note something in ComboBoxColumn o MultiColumnComboBox columns. I filled combobox datasource keeping in mind ValueMember be same to FieldName property of column that will show ComboBoxEditor into GridView. When i clik on row "Click here to add new row" and I select an item and then go to next cell via tab key, cells doesn't show selected value, more of it, it doesn't show anything. I tried to fill cell by DefaultValuesNeeded event and give it a default value, combobox shows text according to the default value, that's right!, but in same way when I click next cell, value is loosen and cells doesn't show anything.
I have a for which inherits from Telerik.WinControls.RadRibbonForm.
When the form is maximised it display the ribbonbar twice as the link to the image shows
I'm sure this is a simple problem and i'm probably leaving some important step out but i've not found it it.
I have a radgridview that has a childgridview all setup.
On of the columns in my childgridview is a gridviewlookup column.
I created a dataset with one table and two columns.
I have populated the columns with Yes and No.
I then set the gridviewlookup columns' datasource, display member, and value member to their respective columns.
When I run the application the dropdown boxes are populated correctly, but I have a problem when i select one of the items.
Nothing shows up in the gridview when I move to the next field or the next row. If i go back to the field and click the dropdown item it shows up, but does not stay when I move off that field again.
Is there something that i have done wrong in the setup of my column?
I have a RadComboBox and I need to display the selected image with corresponding text (or only image) in comboBox TextBoxElement . Please provide me the solution ASAP.
We are trying to see whether the tree control can have two texts associated with each node; one for display and one for action behind the scenes.
We have a XSD file in a tree structure that has each element in a coded form. ie. MSH.1.0.0 is one node. However, we want to display MSH.1.0.0 (Sending Application). But whenever the user does something with that node, we want to use MSH.1.0.0 for the behind the scene operation such as text formatting ,etc.
Is it possible to do the above with the tree control? Basically, I want to have the node text for display and node text for processing. Any ideas on how to implement this will be very much appreciated.