I have RadCheckBox and i am using TelerikMetroBlue theme.
All i want to do is to change CheckBox style while the control activate, please see my attach file.
By default charts have a lot of white space between the chart elements (that is, the axis labels on the left and bottom and the chart edge on the top and bottom) and the outside border of the chart control. Padding and margins are all set to 0, 0, 0, 0. What other properties can I modify to reduce the white space?
Hello, I am working on TrackBar and want to to set specific interval between values, like when i scroll, its value should update like this way
10, 20, 30, 40, 50........ 600.
But current it is going like 10,11,12,13.
I tried SmallChange and LargeChange property and also TickerFrequency but not one is working for me.
Please is it possible to animate a tile element on click just like how the windows 8 tiles behave on click?
On windows 8, Clicking on tile rotates and enlarges the tile to fit the screen before the actual application is lunched.
Is there any inbuilt feature like that in radPano.
I'm attempting to setup a gridview in which one of the columns is a date-only field. In order to achieve this, I'm using a gridViewMaskBox. The below code shows a correct 00:00 AM on edit, but after the cell is no longer being edited, the field shows date and time. Setting a FormatString for the column does not change this behavior. Any help or suggestions?
Hi, is it possible to display a lot of items with a checkbox next to each item with multiple columns, similar to how it can be done with the VB6 listview control?
If so can you help me set it up in this way?
I have attached a screenshot of what I am trying to achieve.