Telerik Forums
UI for WinForms Forum
6 answers
103 views
Hi,

I have a scheduler which displays a single day, when I add an appoinment and resize it out side the view of the scheduler the scroll bar does not move with the resizing of the appointment. I would like to achive the same as the outlool calendar.

This is the scheduler in my app:
http://screencast.com/t/gaDDR5TWqx

This is out look
http://screencast.com/t/zYgGuzwu1y

Is this possible?

Thanks
Ivan Todorov
Telerik team
 answered on 27 Sep 2012
3 answers
197 views
Hey at Telerik

I have 2 radgridviews set up horizontally with the same column configuration and almost the same content.
(the content of two columns in each radgridview can differ).
I have grouped the content in both radgridviews and have tried to synchronize the grids when groupitems are selected.
When i click a Group item in say the left radgridview i would like the corresponding groupitem in the other radgridview to scroll to that exact vertical position.

Is there any way to achieve this behaviour ?

Sincerly Jan
Ivan Todorov
Telerik team
 answered on 27 Sep 2012
1 answer
244 views
Hi,

Can any one guide me on how to scroll syncing of two winform radgridview in a manner, when i scroll one gridview, other gridview scrolls to the same level(row); and same happens when 2nd gridview is scrolled; and 1st gridview is also scrolled in same manner.

Thanks in advance,
Vishal Gupta
Ivan Todorov
Telerik team
 answered on 27 Sep 2012
7 answers
304 views
Hi,

how to se freezecolumn in gridview. if i using pinned state column goes left or right side ,i don't want like that. Have to freeze column the actual position of the column. Please help on this.

Stefan
Telerik team
 answered on 27 Sep 2012
2 answers
84 views
Ok, I wnat my users to be able to use the suggest append option, BUT I want them to only pick items that are in the list.

Any ideas on how this is possible?

eg. if the list contained :

apple
pear 
plum
orange
grapefruit

They can start typing "grap" and it autocompletes, but I don;t want them to not pick "grapefruit" from there. ie. leave just "grap" in the text field. Is there an option setting for this. There used to be something called first marked match I think in asp.

Any help appreciated.

Tox
Stefan
Telerik team
 answered on 27 Sep 2012
1 answer
72 views
It's a small typo, but one that probably should have been caught. I found this in the API Reference under the Telerik.WinControls.UI.Namespace section.
Stefan
Telerik team
 answered on 27 Sep 2012
1 answer
167 views
How would I add custom words or fields to a dictionary so that I can use the spell checker to also check that the client has types the fields correctly

Such as in the following

Dear <<CustomerName>>
  
Your invoice number <<InvoiceNo>> is due on the following date <<InvoiceDate>>
  
Etc

I had in mind making the <<CustomerName>> a special word in a custom dictionary
Svett
Telerik team
 answered on 27 Sep 2012
1 answer
100 views
Dear All,

please check for belows...

Creating the scenes:
1- setting the sources for grid and combocolumn...

Dim Mycon As New SqlConnection
Mycon.ConnectionString = "Data Source=YAGESRV\SQLSRV2008;Initial Catalog=TEST;User ID=sa;Password=1234sax."
        Mycon.Open()
        Dim Mycmd As New SqlCommand("", Mycon)
        Mycmd.CommandText = "select ID, BEDEN from tbl_Beden "

        For Each table In MyDset.Tables
            If table.ToString = "BEDEN" Then MyDset.Tables("BEDEN").Clear()
        Next

        Dim MyDAdp As New SqlDataAdapter(Mycmd)
        MyDAdp.Fill(MyDset, "BEDEN")

        RadGridView1.DataSource = MyDset.Tables("BEDEN")
        RadGridView1.Refresh()

        Mycmd.CommandText = "select ID, MUSTERITANIM, SENARYOTANIM, BEDENID from tbl_Musteri "

        For Each table In MyDset.Tables
            If table.ToString = "MUSTERI" Then MyDset.Tables("MUSTERI").Clear()
        Next

        MyDAdp.Fill(MyDset, "MUSTERI")

        RadGridView2.DataSource = MyDset.Tables("MUSTERI")
        RadGridView2.Refresh()

        Dim ComboBox2 As New GridViewComboBoxColumn()

        ComboBox2.DataSource = MyDset.Tables("BEDEN")
        ComboBox2.ValueMember = "ID"
        ComboBox2.DisplayMember = "BEDEN"
        ComboBox2.FieldName = "BEDENID"

        RadGridView2.Columns.Add(ComboBox2)

        MyDAdp.Dispose()

        Mycmd.Dispose()
        Mycon.Dispose()
        Mycon.Close()

2- actions:

a. at the first grid left top of the picture, we are defining the items which will be used in the 2nd grid's combo column datas.

b. then we add a row to the second grid, no problem when adding.

c. then i delete all rows from 2nd grid. no problem when deleting.

d. then i delete all rows from first grid.no problem when deleting.

e. then i add new row to first grid, no problem when adding

f. then we choice the second grid and start to ad a new row... but at the begining of key press these is an item is coming to column BEDENID1 but i havent choiced anything yet !!! please look at the picture attached.


finally i realised that when i delete first main grid's all rows, there is a problem comes up about the realtions between 2nd grids comboboxcolumn...

Question: plese read the (2) and inform us if there are ant way to fix it up ?
Julian Benkov
Telerik team
 answered on 26 Sep 2012
1 answer
87 views
Hi,
I use RadPageView in ExplorerBar mode and at run time add to it pages and in pages add one RadRadScrollablePanel and add many buttons to RadScrollablePanel depending datas in database, all of this run correct and show all buttons correct, but when i want to move between buttons, when i press up key of arrowkeys, below button of selected button select and when press down key of arrowkeys, the top button of the selected button selected. how can i correct this? thanks many.
Ivan Todorov
Telerik team
 answered on 26 Sep 2012
16 answers
379 views
How  to set background image to raddock.

Thanks
Suresh
Mattias Hermansson
Top achievements
Rank 1
 answered on 26 Sep 2012
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?