Hey,
I want to change the selected item selected by the user by an another item.
I put the following code, but the selected item is not changed :/
Private Sub myCombo_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles myCombo.SelectedIndexChanged
myCombo.EditorControl.CurrentRow = myCombo.EditorControl.Rows(myNumRow)
myCombo.EditorControl.CurrentRow.IsSelected = True
myCombo.EditorControl.CurrentRow.IsCurrent = True
End sub
Do you have an idea pls ?
NB : I'm on Q1 2015
Hello,
I wonder if there is a way to make a group summary row visible at all times?
Even when the rows in the group is hidden (collapsed).
Best regards
Jan Persson
Hello Telerik,
I find in most cases the background of the RadTrackBar when themed just does not fit the style of the page it is being located in.
eg. I am using Office2010black theme and when placed on a RadPageView tab the background just doesn't go.
Is there anyway to make this transparent and take on the colour of the panel in some way?
I've attached an image to make it clearer.
Thanks
Terry
I add a new RadButtonElement in RadRibbonBarGroup and Set the image of RadButtonElement . When the cursor over the button, the button's color(?) changes.
Like the attach images.
But I wrote following code, it do not have the same change when the cursor over the button.
So I want ask which property can achieve that。
.
Hi,
I'm currently populating the property grid using a RadPropertyStore. One of my object's properties is a nullable Int32 field (Int32?) and I need to allow the user to empty out the PropertyGridSpinEditor cell. Unfortunately, when the data cell is cleared out, it automatically gets set to a value of 0 instead of empty/null.
How can I allow the user to clear out the data and have null be considered a valid value?
Thanks,
Joe
PS. See attached screenshot for current behavior.
Is there a way to expand... grab a corner and pull to "show more" when the control is full?
Tried many searches for this... no luck.
1. I am using Linq as my data source
2. I am programmatically creating the pivot data (PropertyGroupDescription)
3. I need a way to tell the differences between the ROW LABELS and the COLUMN LABELS in the GroupElementFormatting event so I can resize my ROW LABEL so I can see all the text and Right Align the test in my COLUMN LABELS. From what I can tell, they are all the same OBJECT TYPE and I can't rely on looking at the TEXT/DESCRIPTION as this data is dynamic.
TIA
Mark
Hi people.
can you help me?
What Component use for create this menu "All Controls"?
thank you very much.
Is there a way to disable the print preview when printing a document.
Thanks Troy