How do I go about draging and dropping between to details listviews that are visiually full /need to scroll ?
If there is room in the list I can drop from 1 list to the one with the space but if they are full I can't.


I have a list view and I am accessing the SelectedItemChanged event. If there is a specified condition, I don't want the item I selected to be selected and revert back to the item that was selected, if one was selected. For the most part, I have this working, however, I still get a BOX around the item I don't want selected, even though I clear out the Selected Items object on the ListView. See the attached GIF, you will notice how the item I selected has a BOX around it.
These are the 4 lines of code I have tried, even all at once and still, the items has a BOX around it.
radListViewRoles.SelectedIndex = 0;
radListViewRoles.SelectedItems.Clear();
radListViewRoles.CurrentItem = null;
radListViewRoles.SelectedItem = null;
Thanks

Hi,
I need to create a style on which I set a determinate colour for the background of radpageview.
Exactly I need to know what is the property or way to set this specified colour.
You can see on the image the area which I need to colour.
Thank very much.
Angel
Hi,
If a user has changed a cell, and before they move to another row, they click on the Form's Close button, how can I force the update to that row/record? Right now, on the FormClosing event, I am calling EndEdit() and that is committing the change to the cell, BUT, if I call the Update method to my table adapter right after that, the change is not committed to the database.
I would prefer to NOT have to use a Save button.
Thank you,
Laura
Hi,
In the demo's, there is a project called "Ganttview Custom Painting" and it works fine.
I have a question regaring the layout of the standard objects like milestone caret or timeline-tast (rollup).
How can I change them (or not draw them at all)?
As the start and the end of a task in the graphical time line I would like to use different icons (newsituation.png)
Thanks
Victor
Amsterdam
Hello,
How can i show powerpoint slideshow (in view mode only) on Windows forms using telerik Winform Controls?
Is there any telerik control which will help to show powerpoint show
Please help!!

Hello,
May be this is a dumb question, but I cannot find how to make decimal column in grid to display and edit decimal data as it is, i.e
22.50.371without any trailing zeros and not limiting to DecimalPlaces. For display purposes this may be not so big issue, but column spin editor rounding data to the DecimalPlaces, that is inacceptable at all.
And I still need to limit users on typing only numbers (minus, decimal separator) in the editor, and bind column to a decimal property, i.e. I cannot use plain text column, I think. Could someone suggest a solution?

I want to implement the possibility to allow the user to chose the page size for GridView. My Idea is to add a textbox or dropdownlost next to the textbox with the current page number.
How can this be done? I have tried but didn't find the solution by myself.
Thank you
I had a radRibbonForm as my main form in my application.
This form had background image which is set from local resources at run-time.
Is it possible to place a radDock control and make it fully transparent - so even if it's dock style is set to 'fill' the image on the background of the ribbon form will be seen?
I've tried adding an image (png) to the splitpanel but it does not centre or stretch:
radDock1.MainDocumentContainer.SplitPanelElement.Children.Add(imagePrimitive);
So, it would seem to be 'easier' for the dock control to be fully transparent.
Thanks folks.
