Telerik Forums
UI for WinForms Forum
1 answer
93 views
Hi,

Loading the propertygrid using RadPropertyStore and PropertySort.CategorizedAlphabetical has become slow in the recent versions.

The performance is Ok, when using PropertySort.NoSort 

(100 items, 10-15 categories)

Using version 2014.1.226.40

/Brian
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 May 2014
0 answers
136 views
When I use the mouse on the [MouseMove] event, I can retrieve a value if I am in Columns, details, and scroll? 

I have a problem with ListView DoDragDrop not allow me to slide the scrool or columns.

Code:

private void lvwDetalle_MouseMove(object sender, MouseEventArgs e)
    {

      if (this.mouseDown && !this.dragged) {

        Point pt = this.lvwDetalle.PointToClient(Control.MousePosition);







        this.dragged = true;
        List<ListViewDataItem> selectedItems =
          this.lvwDetalle.SelectedItems.ToList<ListViewDataItem>();
        if (selectedItems.Count > 0) {
          //DragDropEffects.
            

          this.lvwDetalle.DoDragDrop(selectedItems, DragDropEffects.Move);
        }

        
      }      
    }
Cesar
Top achievements
Rank 1
 asked on 27 May 2014
3 answers
162 views
Hello all,

I'm using Visual Style Builder to build my theme.  I'd like to theme the RadCollapsiblePanel, specifically the expanded/contracted arrow icon and the border.  I'm not sure where to find these in VSB.

Thanks,

David
David
Top achievements
Rank 2
 answered on 27 May 2014
4 answers
105 views
Hello,

I would like to activate a dockwindow by dragging something over the tabstrip.

Could this be achieved by a simple property or do I have to code it?

Regards,
Steffen
George
Telerik team
 answered on 26 May 2014
4 answers
215 views
I have a single DocumentWindow that I am using to host my own tab control to display a set of tabs.  Prior to calling the LoadFromXml() method to restore a docking layout, I can perform actions within my app that correctly adds tabs to my own tab control.  See attached image "Document Windows - Before Load Layout.jpg".  However, after I call "LoadFromXml()", my tab control disappears.  See attached image "Document Windows - After Load Layout.jpg".

I can inspect the "Parent" property of my tab control, and it is still set to the "DocumentWindow", but my tab control does not show up in "DocumentWindow.Controls" property.  If I force adding my tab control back into the "Controls" list for the DocumentWindow, I still do not see my tab control on the screen.

Can you offer a solution and best practices for how to restore my user controls within a DocumentWindow after a call to LoadFromXml()?

Thank you.
George
Telerik team
 answered on 26 May 2014
2 answers
245 views
Hi ,

 I have a requirement that need to drag and drop file from email client ( ex : outlook ) to radgridview .

I am able to drag and drop from physical path to radgridview.

Please do the needful.

Thanks
Surya.
Surya
Top achievements
Rank 1
 answered on 26 May 2014
1 answer
76 views
Hi
How To Use Persian Calender in the Rad Grid Windows Form?
Please Help
Dimitar
Telerik team
 answered on 26 May 2014
4 answers
163 views



Please see image attached. How do I get rid of the background button?

​
Private Sub grvVehicleList_CellFormatting(sender As Object, e As CellFormattingEventArgs) Handles grvVehicleList.CellFormatting
 
       If TypeOf e.CellElement Is GridCommandCellElement Then
 
           If e.Column.Name = "Delete" Then
 
               Dim button1 As RadButtonElement = TryCast(e.CellElement.Children(0), RadButtonElement)
               AddHandler button1.Click, AddressOf DeleteButton_Click
               button1.Image = My.Resources.validated
               button1.Text = Nothing
               e.CellElement.DrawText = False
 
           End If
 
           If e.Column.Name = "Validated" Then
 
               Dim buttonElement As RadButtonElement = DirectCast(e.CellElement.Children(0), RadButtonElement)
               buttonElement.UnbindProperty(RadButtonElement.ImageProperty)
               buttonElement.DisplayStyle = DisplayStyle.Image
               buttonElement.ImageAlignment = ContentAlignment.MiddleCenter
 
               If e.CellElement.RowInfo.Cells("Validated").Value = True Then
                   buttonElement.Image = My.Resources.validated
               Else
                   buttonElement.Image = My.Resources.Notvalidated
               End If
 
           End If
 
       End If
 
   End Sub
Ralitsa
Telerik team
 answered on 26 May 2014
5 answers
340 views
I need Use a InSERT INTO Statement...


My problem is, after I insert an Appointment to appointments table. the radscheduler shows nothing... if I delete this record(manually added) and try showing data again, the appointments appears again..


that no sense, if I have data in database, and the scheduler fill datasets based in database,,, why if I add manually a record, no appointments are showed?????

I tried too, copy and paste a valid stored appointment in a new record with another autonumeric and the same behaviour,,

I tried too copy and paste this record and change the start and end date(to avoid possibles duplicated problems)

Then, I just need add appointments in database level..... no in the form with the scheduler...


I follow this example.. or better i use that project and them improved this


Update:  Another Question, I get this error  "Cannot set column 'Description'. The value violates the MaxLength limit of this column."
Which is the limit of caracters? of this field???, Is possible make larger the description?

thanks

Dimitar
Telerik team
 answered on 26 May 2014
1 answer
108 views
Hi,

I bind the datasource of RadGridView to a datatable.
The datatable only contains 2 rows but 260 columns.

The problem is that a column is missing in the ui grid.
 
I used the steb by steb debugger to watch values :

dt = GetData(); //dt contains 260 columns
RadGrid.DataSource = dt; //RadGrid.DataSource contains 260 columns

BUT!!!  RadGrid.DataSource.Columns contains 259 columns!!!

What's wrong?


Thank you,

Kind Regards.
Stefan
Telerik team
 answered on 26 May 2014
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?