Telerik Forums
UI for WinForms Forum
1 answer
229 views
I implemented a scrum-like board as described in this thread building on the "tickettest" example:
http://www.telerik.com/community/forums/winforms/gridview/winform-controls-to-build-a-scrum-like-status-board.aspx

At times there can be more cards in a column than will show.  We'd like a vertical scrollbar to appear in each column when there are more cards in the StackLayoutElement column than can show.

How can I do this?
If you could indicate how to modify the tickettest example to demonstrate this, I'm sure I could take it from there.

(e.g. When you run the tickettest example and then grab the lower window edge and make the window shorter, I want a vertical scroll bar to appear in each column when the window edge goes above the lowest card.)
George
Telerik team
 answered on 19 Aug 2013
0 answers
168 views
Hi,
I have a MainMdi form and a raddock in it, i add a  DocumentContainer to RadDock like this:
Me.RadDockMain.MainDocumentContainer = Me.DocumentContainer1
I want to set backgrouud image for my raddock that display when no child form is open..
i use this code, but when i execute my application in 17" monitors or smaller my image didn't show in stretch mode and lose some part of my image.
Dim im As New ImagePrimitive
im.ImageLayout = ImageLayout.Stretch
im.StretchHorizontally = True
im.StretchVertically = True
im.Image = My.Resources.pic_Main_Image
 
DocumentContainer1.SplitPanelElement.StretchHorizontally = True
DocumentContainer1.SplitPanelElement.StretchVertically = True
DocumentContainer1.SplitPanelElement.Children.Add(im)


Please help me
Regards,
Mahvash
Mahvash
Top achievements
Rank 1
 asked on 18 Aug 2013
3 answers
774 views
Hi. I have a problem. 

I have a DataTable ;
DataTable  IsChecked column datatype is string(DB type is varchar. I use oracle db) and Data is Y OR N

I want show this data in RadGridview with checkbox column .

I coded below. but ToggleStateConverter any method not call.
Wha's wrong? Help me.

I buy DevCraft Complete product. I want your reply  24 h response.
 


(User defined class and attach Attribute Sample is well work.)
ex)
            this.radGridView1.AutoGenerateColumns = true;

            this.radGridView1.DataSource = dsResult.Tables[0];   
            var checkBoxColumn = new GridViewCheckBoxColumn();
            checkBoxColumn.HeaderText = " IsChecked ";
            checkBoxColumn.Name = " IsChecked ";
            checkBoxColumn.Width = 100;
            checkBoxColumn.IsVisible = true;
            checkBoxColumn.DataType = typeof(string);
            checkBoxColumn.DataTypeConverter = new ToggleStateConverter();

            this.rndGridView1.Columns[0] = checkBoxColumn;








Ivan Petrov
Telerik team
 answered on 15 Aug 2013
1 answer
94 views
Guys,

I am unable to darg-drop the tile after I am adding the following code:

            rtileMain9.Items.Add(new LightVisualElement()
            {
                Text = "Movie Idea: Inception"
            });

This is just basic sample I have. I see the animation but somehow I am unable to drag the tiles. Any help is highly appriciated.

Thanks, Raj

Stefan
Telerik team
 answered on 15 Aug 2013
3 answers
143 views
Hi, I have a RadGridView with enabled editing with a CheckBoxColumn (readonly = false). When I click a checkbox in any row, it doesnt change its state. What could be the problem? Thanks for help. 
Stefan
Telerik team
 answered on 15 Aug 2013
1 answer
154 views
hi, i'm new at this and i'm trying follow the demoHub app to learn more of this control. My problem is when i apply the PanoramaDemo tssp to may app, the tiles get together and i can´t see any separation between them, no matter the tile silze i set to the tile group. Am i doing something grong?

thanks in advance
Dimitar
Telerik team
 answered on 14 Aug 2013
10 answers
312 views
I have a RadGrid with 4 columns;
- Checkbox,
- Image,
- TextBox,
- BrowseColumn
What I want to do is update the first 3 columns based on the filename selected from the Dialog in column 4.  I have tried ValueChanging events, validation etc. but they don't do what I need. Specifically;

1. User clicks the 'Add New Row' button
2. I want to set the focus/editor on col 4
3. User clicks the '...' dialog button in col 4 and opens the FileDialog
4. User selects a filename, FileDialog closes
5. I want to trap the event now so I can insert values into cols 1-3.

All the other events I tried do not fire until the cell loses focus or enter is pressed etc.  I want to fire as soon as the Dialog.FileName is returned to the cell.  Anyone know how to do this?  Thanks.
Brendan
Top achievements
Rank 1
 answered on 14 Aug 2013
1 answer
246 views
Hi,

Applying a filter to a radlistcontrol seems to select the first item as well as filtering the list, any ideas?

Brian

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Aug 2013
1 answer
204 views
Hello,

How can i change the localization of radSchedulerNavigator to french langage. can you give me an exemple please?

Thanks in advance

Nikolay
Telerik team
 answered on 14 Aug 2013
1 answer
89 views
When i move a tileElement from the group A to a group B or Group C... how can i know what group the tileElement went? but just after i release the tileElement in the group. 

i've tried this code:

public Form1()
{
    InitializeComponent();
    this.radPanorama1.PanoramaElement.DragDropService.Stopping += new EventHandler<Telerik.WinControls.RadServiceStoppingEventArgs>(DragDropService_Stopping);
}
 
void DragDropService_Stopping(object sender, Telerik.WinControls.RadServiceStoppingEventArgs e)
{
    if (e.Commit)
    {
        RadTileElement tile = this.radPanorama1.PanoramaElement.DragDropService.Context as RadTileElement;
    }
}
and then i tried to get tile.parent.parent... but doing this i get the source group... not the destination....
thanks
Stefan
Telerik team
 answered on 13 Aug 2013
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?