When trying to set the image for the GridRowHeaderCellElement, nothing appears. I have an old theme where this image shows up just fine.
I have attached a comparison. My old theme (right) and my new theme (left). My old theme was built from scratch a while back. My new theme was based on the "Visual Studio 2012 Light" theme. We gutted the RadGridView to start fresh.
We are trying to set the image to be used as the "selected row indicator" when the row "IsCurrent".
I have tried to embed several images into this element without any success.
Am I doing something wrong or not complete with the theme?
I am unable to figure out how to add to the ContextMenu of a RadMultiColmnComboBox or a RadDropDownList. If I instantiate their ContextMenu property, it is only displayed when clicking the very edge of the control, which tells me there is a child or editor control laying ontop. But when I try to modify the EditorControl's ContextMenu through the ContextMenuOpening event, the event never fires.
radMultiColumnComboBox.EditorControl.ContextMenuOpening += (sender, args) =>
{
Console.WriteLine("ContextMenuOpening event");
};
Hello
I have a gridview with the first column as checkbox.
I want to make a loop to the rows of gridview to see which rows are checked so to read data from the selected rows.
I cant fid how to check if the row is Checked
Thank you
Hi,
I'm trying to get a Drilldown working on WinForms with VB. I've customised it as needed, however I'm getting an error when trying to DrillDown as below:
Unable to cash object of type 'System.Data.DataRowView' to type "TestApp.DrillDownDataInfo'
I've looked at the guide here - http://docs.telerik.com/devtools/winforms/chartview/features/drill-down
However I do not seem to have a access to the sample files:
SamplesCS.ChartView.Features.DJIAD.csv
SamplesCS.ChartView.Features.DJIAM.csv
SamplesCS.ChartView.Features.DJIA.csv
So I haven't been able to look at it properly. Any help on this would be much appreciated or even a working demo in VB?
Thanks in advance.
Hi,
Please point me to a working sample using the code from the link below, I cannot get the code listed in that article to work.
Hi,
I need to correctly format the phone number while user enter digits. Fixed mask is not sutable because the user can enter any number of any country.
I have a special method which takes a string and returns correctly forrmatted number, however, it is not possible to change cell's value in Edit Mode cathing ValueChanging event. Is it any workaround?
Best regards
Evgeny.
Hi,
I am looking for a way to limit the RichTextEditor to only one page.
The user must not be able to enter more text than can fit one a single page.
Thanks in advance!
Laurent