Ive then been looking at this page and modified the code to use Office2007Black insted and used the same colors in the example but it doesnt look like anything is changing. I also tried with the Desert theme and still nothing. http://www.telerik.com/help/winforms/color_blending_.html
I've been looking at the documentation and samples and couldn't find any place where this is showed so I'm not sure this is possible. Can anyone confirm?
1. Display non continous worktime. For example from 8-14 and from 15-18. So noting that 14-15 is lunch time.
2. When you use the week view, and are on the right most day, it's very difficult to notice when are the hour frames. You just see a bunch of lines and nothing different on them, so it makes very difficult to clearly understand what timeframe are you selecting (we are using 15min default view). I'd like to mark the "hours" line stronger so it's a bit easier to get where you are.
Another option would be to display the time range on both the left and right sides of the scheduler.
If i am ignorant please ignore that and let me know, can i create setup for my windows application using telerik controls(i.e. replacing "Next" button with a telerik button)..? are you providing any strategy to make that possible..?
i know we have to write bootstrpper to modify screens of set up project in vs2008 but i want to clarify whether you are providing any way to achieve that.
I have a dataset witha datatable which contains a field called "PersonID" which is type UInt32. I want to duplicate the filter example in your demo application so amended the code to suit my fields, as shown below. I also set the DisplayMember to "PersonID".
I keep getting the error "Cannot perform 'Like' operation on System.UInt32 and System.String.". I guess it's something to do with the column being string and the underlying data Unit32. I don't want to change the datatype in the datatable to a string. Is there anyway to get this working. Many thanks in advance.
Is there any place where the default masks are documented? For example, I have found threads that say for alpha only chars use 'L'; in the samples I find the use of 'f' and 'd6'. I know that 'L' is from the window's maskedtextbox, but I have not found any reference about any other masks in any documentation.
All of this is coming from the fact that I am trying to set a radmaskeditbox to allow either integer, decimal or text values based on a setting. Obviously the text value is easy. My problem has come in on how to allow integer or decimal values.
I have a series of DockPanels arranged so that some are aligned on the sides, and some are in a tabbed layout along the center top like open documents in Visual Studio. Is there any way to determine the selected tab (or last selected tab) and not one of the side windows? This is a major part of my application, and I really want to figure it out.
I attch my layout picture for describing my problem. (VB2008)
Base form is Radform and I attach 2 radpanels for locating my function buttons.
I used dock property for locating two panels and one activex(dark panel.)
I draw color square lines what I want to located my 2 panels and 1 active x panel.
And I also want to sizable windows. ofcourse I want to 3 items docking in the dialog like my layout picture.
I just used dock property for my layout...
Do I have any method for making my layout?
If I have, please let me know..;;
P.S app_layout_1.jpg is my goal.
P.S But Now my app is like app_layout_2.jpg
Active x panel(3) is fill with all dialog, and (2),(3) radpanel covered with active x panel.
Now the SelectedIndexChanged Event doesn't fire when selecting a Item in the RadComboBox Element by mouse.
If I select another Item by keybord the event do work.