Hello,
I use backstageview in my ribbonbar. I've enabled AutoScroll and set the AutoScrollMinSize in backstageview to use the scrolling bar if the window is too small.
But I've found a display issue when I drag the mouse to scroll. Please see the attached picture.
I invite you to download the video and the simple demo to reproduce the issue:
Video:
https://www.dropbox.com/s/em5hrxiosj62elo/backstageview_issue.mp4?dl=0
Demo:
https://www.dropbox.com/s/arkstdfkxi9pm52/RibbonBarDemo.rar?dl=0
Thank you by advance,

Hi,
I contact you about the new RadButtonTextBox control in winforms.
This control is perfect however can you tell me if is it possible to configure the textbox for decimal format ?
I would like to use this control in a Editor griview cell with element inherits of RadButtonTextBoxElement and replace this textbox by a decimal textbox ?
Thank you
Bests regards

I have a number of worksheets in a workbook, but I want to reorder them in a certain way. Is there a way to do this?

Lately, I switched from Tooltip to screentip on my grids because some cells were containing HTML.
I have an issue with some grids. I have a feature that disable the grid when a cell is double-clicked (to enable other controls in editing mode). My issue is that if the screentip is visible when I double-click, the screentip remains visible.
How to hide the screentip? Do you have an auto-close delay or some other mechanism?

Hello,
I've activated autotooltip for the buttons in my ribbonbar. But the autotooltip can not take acount of the translation like the button text.
It should display the same text as the button, doesn't it ?
You can see in my attach photo, the button is in French, but the tooltip is in english.
Thank you by advance.

I have a data bound grid that has the AllowSearchRow = True
And, I have the AllowSearching Property set to true on a number of columns.
But the Search in Columns Dropdown does not contain the checked list box - it's empty... actually it doesn't even drop down!
What do I need to do to get the Master Template checked list box of columns to appear?

Hi All,
How to save cell value to table in database ? just like radgridview even thought we have to iterate all rows.
Thanks in advance
Hello,
Please my attached screenshot.
When I reduce the width of my ribbonform, the captions of the buttons in the ribbongroup will be collapsed at first, and then the buttons will be replaced by a dropdown button for the group. The button without caption looks weird, specially for the button "image before text".
How can I make the button to be full collapsed or full displayed ?
I've tried CollapsePriority in ribbonbargroup, it doesn't work as I would like.
Thanks in advance.


Hello,
I'm contacting you because I would like help. I created a CustomEditor that inherits BaseGridEditor. I also created a CustomElement that inherits from LightVisualElement. In this element, I have a DockLayoutPanel which contains on the left a RadDropDownListElement, on the right a RadButtonElement and the rest of the space contains a RadMaskedEditBoxEditorElement. The DropDownListElement contains 2 items.
The problem is that when I edit the cell, my CustomElement appears but the DropDownListElement is not resized.
If I replace the Dock panel with a StackLayoutElement it's ok but the stacklayoutpanel's width is divided into 3 equal parts.
How to use DockLayoutPanel and autosize?
Thank you
