how can I get a Right-Click from a RadPageViewPage? The MouseClick-Event only fires, when the User clicks on the Content-Area, not the "Header". And the Mouse-Click-Event from the RadPageView will be fired, but I don't get the clicked Page there.
hi, i have a multicolumncombox object on my form, i only display the first column.
The cell width is larger than the multicolumncombox, so when i select an item, it's right aligned in the multicolumncombobox object like the screenshot.
Optionnaly i don't want the control to be highlighted when i change selected item.
In your radControls for windows samples you use a toolbar to change themes, in upper right side of form (gridview/unbound mode).
How can I use this toolbar? Do you send me this source?
tks,
NG
Hi all,
I'm researching candidate control libraries for a new winform touchscreen application.
We'd like to have our data grids perform some inertia scrolling in a similar manner to android and Iphone menus. The user drags the read only grid to scroll down and the grid then continues scrolling based on the speed of the gesture.
Hello All
I have a problem with RadComboBox I want to hide the DropDown of Combo how to hide it
And I also cann't able to select item as per requirement by setting SelectedValue and SelectedText Properties
if any one have any solution please provide me
It seems that radMenu1.SelectFirstVisibleItem(); doesn't work.
I'm trying to select a raditem from codebehind, not sure if this is possible. My goal is to always have one item "selected" all the time.
Please help.
Thanks
GridView WPF control can insert update delete automatic and insert connection to SQL.How can i do like that in RadGridView?if can,can you make a video to easy understand?I want to insert update delete like the demo Command of RadGridView 100% with SQL server using C#.how con i do?
Hi. I would like to have a RadToggleButtonElement on my ribbon bar, but I would also like it to be able to have items (aka children, aka a dropdown menu). This may sound strange, but if you open Microsoft Word you'll see what I mean with the "bullet" button - it allows you to turn bullets on or off (toggle), but it also has a dropdown to allow you to set the bullet style.
I don't see the ability to add items to a RadToggleButtonElement in the RadRibbon. Is there a way to do this in the 2011 Q1 SP1 release (or was it added in 2011 Q2) ?
We are evaluating whether to use Telerik RadGridView (among other Telerik controls) for purposes of supporting our application.
Basically, what we've got is classes of Abstract Class A, i.e. Class B : A, Class C : A, etc, which all have properties of Abstract Class X, Class Y : X, Class Z : X, and so forth. Of course, a bit more complex than that, but this illustrates what we're after.
So, we would want to support loading up a RadGridView top level with Class A classes and requisite editing capabilities, potentially grouping by the class, i.e. Class B or Class C, and listing those types of objects. Then we would want to possibly expand each of these instances and list the properties, say Class B.Y, Class B.Z, and so forth, in a sub-grid to the grid.
We wouldn't necessarily be working with a physical database, but we would plausibly be working through System.Linq enumerated collections more than likely. And then load or save to or from Xml resources. That's just an aside, nothing to do with the grid per se.
Okay, so how capable is the control to do something like this?