Hello All,
is gridview possible to make fix row and column,
i need to make first column fix with default text "Type"
and 2 fix rows "A" and "B"
can this possible to apply ?
Thanks ....
how do I remove the excessive white space around the gauge controls?
In the attached image all want is a thin gauge representing a battery but the control is huge, and cant be sized smaller.
I've add a button to titlebar to allow the user set the form to fullscreen.
var screen = Screen.FromControl(
this
);
this
.MinimumSize = screen.Bounds.Size;
this
.Bounds = screen.Bounds;
But seems shapedform don't allow me to do that. Is there anyway to achive that?
I am having this situation: when click on the scroll bar to up or down the RadListView the SelectedItemChanged event is raised. I have a work around in my client code to prevent it but it's ugly... somebody deal with it.
Steps to reproduce:
1) Have a RadListView in your form with many data to it shows the scroll bar
2) Subscribe your for to the SelectedItemChanged event
..
list.SelectedItemChanged += ListCheckedItemChanged;
..
protected
void
ListCheckedItemChanged(
object
sender, EventArgs e)
{
...
}
3) Run your form and select an item before use the scroll bar
4) click in the button to Up/Down the scroll bar. The subscribed is called (use some break point to check it)
Hi,
How to assign RadCalculatorDropdown.Value always with number decimal digit each equals button click.
for example:
i have input 22 / 7
but result is 3,1428571428571428571428571429
i want the result is 3,1429 with 4 digit decimal
thanks
When the user selects rows on the grid, tis very hard to figure out which ones are selected or not.
Is there a way at design time I can play with the color to be used for this?
Thanks
Deasun