I want to show placeholder text in GridViewComboBox column.
below Select... and All is placeholder. How I can do this with GridViewComboBox Column.
Hi,
I have one custom control named FDTSelectBox.
I want to use this inside grid.
I have been already gone through the documentation of custom cell but not able to implement that.
Because in order to use FDTSelectBox Inside grid I need to inherit that from GridDataCellElement class.
But my problem is that my custom control FDTSelectBox is already inheriting from UserControlClass which system provided class and it is tightly coupled with that. and you know in C# we cannot inherit from 2 classes multiple inheritance not supported.
below is my custom control structure
public class FDTSelectBox : UserControl, IFDBControl
{
//some code.....
}
Please suggest if there is some way so that I can put this control inside cell of grid.
Please Help!!
Thanks,
Shubham Jain
Hi,
I need a help that how I can show column in a grid header when I am grouping my data with that particular column. I need to show column as well in a grid header after grouping.
I have attested 2 Images one with Current and one with Required tag.
By looking that images my problem will be clear to you.
Hope my requirement is clear to you.
Please help me.
Thanks,Hi ,
As user puts more more column for grouping i need to increase height of GroupPanelElement so that it can show all column which are used in grouping without scrolling.
Also, Want to decrease size if user remove column from grouping.
Thanks,
Shubham Jain
Hello,
We are using the Numpad version of your RadVirtualKeyboardForm and did some modifications on the layout which worked absolutely fine so far. The only thing we would still like to do is to make each key bigger because we use it on a touch screen and the standard key size appears to be too small for certain of our users.
We are using an XML file in order to load the keyboard layout and I tried to change the KeyWidth and KeyHeight in the XML file which works fine. But the layout becomes messy as the window of the keyboard only seems to grow horizontally but not vertically as seen in the screenshot. Is there a possibility to indicate the window's size somewhere?
Thank you in advance and have a nice day!
When grouping, each group shows two extra rows:
We do not need this. Is there any way to hide these?
Hi,
When the Chinese input method is used, a Chinese word is generated after the space key is pressed. For example, if you enter j, i, a, n, c, h, a, and then press space, you will get "检查". I want to filter "检查" as a filter word. What should I do? Thanks.
Hi,
I'm trying to use a PageView as a container for Grids (to eventually function as filters). ViewMode is Explorer bar as I want each page to open individually. I want each page to adjust it's height to the full height of the grid (above the grid I'm planning to include a TextBox for filtering but that's for later). Only the PageView's scrollbar should appear (when needed) not the grid's. I've been combining design settings (ie. Content Size Mode to AutoSizeToBestFit) and code for days and this combination behaves unexpectedly (dare I say it almost randomly). I've attached the source form if someone can help me out.
A few other things (see picture):
- The first time I expand one of the pages it appears gray and empty, without label, bug? (red)
- How do I get rid of the header? (marked yellow)
- Is it possible to include an icon/button aligned to the right of each Filter (to be used for clearing the selection)? (blue dots)
Jure
Hello,
I have a RadPageView control with Windows 8 theme and strip view mode.
When I disable the control, the color of the strip behind the tabs changes to a dark gray. I do not want it to change, but to stay in control color.
If I use the EnabledChange event and change the ItemContainer.BackColor of the StripElement it still shows the dark gray first.
I have seen that this is possible for example in Fluent theme, but want to use Windows 8 theme for my application.
I would love to use an easy way (SetThemeValueOverride) if possible. But I also haven't found a fitting property in the theme's style repositories and groups