Telerik Forums
UI for WinForms Forum
2 answers
127 views
i have not yet implemented the recurring appointment logic in my app, and i was curious if there was a way to remove just the options int he right click context menu that refer to "Recurring" functions ?
Chad
Top achievements
Rank 1
 answered on 23 Aug 2011
1 answer
137 views
Hello,

I am new here, currently I am working on a project, and I have to make a scheduler. But I can't get any further, because I can't click at appointments to edit them or maybe delete them. Instead of opening a popup I am selecting the appointment.

To enter the appointments I have to click at 'free time' first. When I clicked on that, and cancel it I can click on my appointments again. Is there someone who can help me with this?

Sander.

Edit: I fixed it, I placed the Radscheduler1.appointments.clear at the wrong place :-)
Ivan Todorov
Telerik team
 answered on 22 Aug 2011
2 answers
103 views
It sounds like at ...

http://www.telerik.com/community/forums/winforms/gridview/radgridview-virtual-mode-filtering-grouping-sorting.aspx#1765552

... there is a way to be able to do grouping with the treeview-like look as in data bound mode but for virtual mode. The solution seemed as though it has been communicated privately for one developer instead of for everyone that maybe needing the solution. I wonder what the reasoning might have been for doing so. In any case, I am facing such a problem and looking for some guidance. Specifically, I am looking for the API to be able to render treeview in the grid as well as any example code snippet. 

Regards,
Ed
Stefan
Telerik team
 answered on 22 Aug 2011
2 answers
247 views
I have been searching for a solution to this issue on the forums but so far, have not found anything that makes the MultiColumnComboBox display the entire Gridview component without any scroll bars.  That is to say, I do not want the width of the gridview component to be constrained by the width of the combo box itself.  I am attaching a small picture of what I am looking for as an attachment (this picture came from the the following link: http://www.telerik.com/help/winforms/gridview-columns-gridviewmulticomboboxcolumn.html and is located at the bottom of the page.)  The attachment appears to use radmultiColumnComboBox control inside a grid.  I do not know if this makes any difference in the behavior of the combo box.

Any advice on how this can be done?

Thank you for reading my post and any assistance you can offer.


Stefan
Telerik team
 answered on 19 Aug 2011
1 answer
330 views
Hi

I can get selected node in SelectedNodeChanged event. But i want to, how can I get selected node in TreeView MouseDoubleClick event?

Best Regards
Stefan
Telerik team
 answered on 19 Aug 2011
1 answer
135 views
I have a dropdownlist editor as a column. I have loaded it with the values "", "s", "m"

I have an object that has an "s" stored in it...when I initialize the editor I would like to load the initial value that the object has in it....but I can't get it to work. The value of the cell is always null even after I set it.

Thoughts?

private void rgcSoil_CellEditorInitialized(object sender, GridViewCellEventArgs e)
        {
            if (e.Column.Name != "colSorM")
                return;
 
            RadDropDownListEditor editor = e.ActiveEditor as RadDropDownListEditor;
            if (editor != null)
            {
                var ee = (RadDropDownListEditorElement)((RadDropDownListEditor)this.rgcSoil.ActiveEditor).EditorElement;
                ee.BeginEdit();
                ee.DataSource = new String[] {"", "S", "M" };
                SoilType st = (SoilType)e.Row.Tag;
 
                ee.Value = st.StandardOrModified;
                ee.EndEdit();
            }
        }
Stefan
Telerik team
 answered on 19 Aug 2011
3 answers
143 views
Hi,

I have a radgrid with a picture column.

I put the picture like this :

Rows(0).Item("L")=ImageList2.Images("Locked.png")

It is OK, but now I need to make a test on this cell.

Something like this

If Rows(0).Item("L")=ImageList2.Images("Locked.png") then
   '
end if

How can I do this ?

Thanks
Stefan
Telerik team
 answered on 19 Aug 2011
1 answer
87 views
Hi support,

i have a scheduler with some customs field and grouped by resources. With a datasource adding a new appointment is working like planned, but after setting the datasource for the scheduler like

        rsTracks.DataSource = rsTracksDS

i will get the error "Method not supported" when i try to add an appointment.

Attention: I have change the post

Solved in the meanwhile by doing the appointment and resource binding again.

After that it works. Sorry for this

Martin Gartmann
Ivan Todorov
Telerik team
 answered on 19 Aug 2011
3 answers
839 views
I am using Radgridview with scrollbar.I want to get a top row index while after scrolling the gridview.

Another thing i want to get a particular cell position that is LocationX and LocationY from Radgridview.

Regards,
Sakthy
Jack
Telerik team
 answered on 19 Aug 2011
3 answers
185 views
Hi, i drag and drop from a ListView (MS) to a RadTreeView

But i need a function that if the mouse is while is dragging over a node it should be automaticly expand so that the user can browse the tree where he can drop the item.

How can i archive that?

Here are my codes:

private void listView_Result_ItemDrag(object sender, ItemDragEventArgs e)
      {
          lblDragID.Text = listView_Result.SelectedItems[0].Tag.ToString();
          listView_Result.DoDragDrop(listView_Result.SelectedItems, DragDropEffects.Move);
      }


private void TreeHome_DragDrop(object sender, DragEventArgs e)
     {
         try
         {
             string x = lblDragID.Text;
             Point p = System.Windows.Forms.Control.MousePosition;
               
             // Expand node if the mouse is over a one, and get the node id if the drop is finished (?)
             MessageBox.Show(lblDragID.Text);
             lblDragID.Text = "0";
         }
         catch (Exception ex)
         {
             MessageBox.Show(ex.Message);
         }
     }

???

And yea, another small question here :D
How can i expand/open a node with just the id is stored in the tag field?

Thank you for the help
Volkan

Stefan
Telerik team
 answered on 19 Aug 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?