Hi, is there a way to doc a toolwindow into another one? i'm trying to do something like the attached image.
the search tab is a tool window that flies out of the main tool window. the one with the navigate/tools/settings tabs on it. when the main one is collapsed, the search tool window still needs to open though if clicked.
Hello.
I use radGridView with filtering in my application.
How can I get number of rows hidden by filter?
e.g. I need to export my radGridView data in Exel if number of hidden rows is greater than some number. Is it possible?
I've created an inherited EditRecurrenceDialor form and added the "New" subs. However, I receive errors telling me "Type 'IEvent' is not defined" and "Type 'ISchedulerData' is not defined"
What am I missing? Do I need to add an additional "Imports"? It seems like there is something obvious that I'm missing. This is in vb.net in vs2010 using 2013 Q1.
When binding the RadListView, I'm using the ColumnCreating to provide custom column header text and set the column width. What I do not see as a property of e.Column is an alignment property. How can I set the alignment of the columns?
Is there a way to clear the value in a SpinEditor? I want to be able to press the delete key and clear the value from the textbox and also programmatically clear it. Something like what you showed me for a DateTimePicker:
I have tried pretty much everything but can't seem to succeed with this seemingly simple task.
I have 2 DateTimePicker, one for startDate and one for endDate.
I want to use the NullText "Start Date" and "End Date" respectively.
Now,
- When I put the date 1900-01-01 in startDate, the NullText "Start Date" should shows.
- When I put the date 2199-01-01 in endDate, the NullText "End Date" should show.
I don't have a problem with startDate control, but the endDate control always use the lowest date instead of my 2199-01-01.
I drag and drop items from a radlistbox into a resource grouped scheduler with Timeline as active viewtype.
How I can get the resource id and the date from the cell where an item was dropped?