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
I have a customer that when adding new records to my data grid doesn't want the records to disappear until the grid is refreshed.
For example, in the screen shot, the user has filtered the rows to State Program = "AK FFS" and NDC = "42543-003-01". The user want to see the existing values while creating the new record i.e., NDC 42543-003-02. When the user enters all the fields and the record gets added it disappears because of the current filters applied. Is there a way to by-pass the filters on the newly added rows?
Appreciate any advise.
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.