I have a gridview cell that contains either 1 or 2 but that is not what I want displayed in the cell. I want a letter displayed lets say "X" or "Y". I have looked at the different cell formatting methods but they are all color or font based and not a substitution of value.
Hi,
I have a comboBoxcolumn displaying the value based on other column. Say for example the possible values in other column are "Color" and "Fruits". When a cell in the comboBoxcolumn is edited then the values displayed in the list should be based on the value in the other column. If the value in the other column is "Color" then the cell being edited in the comboBoxcolumn should display the list of colors alone. Similarly when the value in the other column is "Fruits" then the cell being edited in the comboBoxcolumn should display the list of fruits alone.
How can the datasource be assigned at the ComboBoxcell level?
I have been having a lot of trouble get RadGridView to work in virtual mode. If the RowCount is set to a large number it makes the scrolling very choppy and slow to respond. It can take up to 5 seconds for the grid to show the row data after the scroll bar is moved. I have created a test program to strip out all my code and it proves the problem is with the grid. There seems to be a lot of overhead somewhere. Don't know why the RowCount should affect performance if this is truly a virtual mode and I provide the data in CellValueNeeded then you should not be doing much. By the way, tried my code with DataGridView and it works really fast and can handle the row count being updated continuously and autoscrolling to bottom. I would expect the example program below to be incredibly fast - am I missing something?
namespace RadControlsWinFormsApp1 { public partial class Form1 : Form { public Form1() { InitializeComponent();
Hey, I have a gridview where, i am binding it as follows ::
grdView.DataSource = dsNames;
The datasource 'dsNames' has 10 columns and, I want to only show 2 columns in the grid. how do i do that?
Also, i tried adding the 2 required columns in the designer and set the auto generatecolumns to false. If i do it this way, no data is displayed.
I'm working on a project where the designers want a purple shade to selected items. The Office2010Silver theme is quite close to what they want, but I would have to change some elements to purple.
At first, I thought the "AddColorBlend" was the way to go, but it seems that color blending is no longer supported.
I can always edit the repository items one by one and change to purple equivalents where necessary, but I've run into some trouble with the images, as I found no way to export the images in an existing theme.
Is there a way to export a image from a theme, or copy it to the clipboard, so that the hue is changes in an external app?
Hi,
I've noticed that the RadAutoCompleteBox does not accept AltGr key.
It means that if the user try to digit the @ character (using AltGr and @ keys on its keyboard) the control ignore the character.