Telerik Forums
UI for WinForms Forum
1 answer
260 views
Hi, I am trying to load an animated GIF image to GridView but the control only displays a static view of the image. Does GridView support animated GIF images? and if yes how is this possible to be implemented?

Thanks,

George
Peter
Telerik team
 answered on 24 Apr 2009
1 answer
249 views
Hi,

On my form I have two buttons that I wish to have a custom shape, and the rest to be normal.
How do I do this?
I made custom shape by clicking the button, opening theme builder, setting custom shape, saving theme, adding theme as resource in project, adding theme manager, loading the theme from resource in theme manager.
But then the shape is applied to all buttons on the form.
How do I get custom shapes/look/feel/behaviour on just two of the buttons?

Regards,
David
Victor
Telerik team
 answered on 24 Apr 2009
1 answer
198 views
Can I have time frame(which is orignally on left side in telerik) on top for daily view?What I need is to have time on top and on left i want to have class rooms and i want to fill those as per the time framework.it will look like.......

please check this link

http://www.daypilot.org/demo/Lite/SchedulerDay.aspx


Can we do it in telerik scheduler?

Its a bit Urgent....

Thanks,
Jordan
Telerik team
 answered on 24 Apr 2009
1 answer
179 views
Hello -

I would like to prevent the user from customizing their toolbars at runtime.  That is, I don't want them to be able to hide and show buttons.  Can you tell me how to do this?

Thanks,
- Mike
Mike
Telerik team
 answered on 24 Apr 2009
1 answer
140 views
Hello -

I'm hoping to add some standard icons to my common tab strip buttons such as Print, Save, etc.  Does either Telerik or .NET provide these stock icons for me without having to embed resources in my assembly?

Thanks,
- Mike
Mike
Telerik team
 answered on 24 Apr 2009
1 answer
105 views
Hi,
I use Q1 2009 SP1.

I tried to set my column like this

            // Percent 
            GridViewDecimalColumn Percent_Column = new GridViewDecimalColumn("Percent""Percent"
            { 
                HeaderText = "Percent"
                HeaderTextAlignment = ContentAlignment.MiddleCenter, 
                FormatString = "{0:N1} %"
                DataType = typeof(decimal), 
                TextAlignment = ContentAlignment.MiddleRight, 
                DecimalPlaces = 1, 
                ThousandsSeparator = true
                WrapText = false
                ShowUpDownButtons = false
                StretchVertically = false 
            }; 
            pRadGridView.MasterGridViewTemplate.Columns.Add(Percent_Column); 

Or like this

            // Percent 
            GridViewDecimalColumn Percent_Column = new GridViewDecimalColumn("Percent""Percent"
            { 
                HeaderText = "Percent"
                HeaderTextAlignment = ContentAlignment.MiddleCenter, 
                FormatString = "{0:N1} %"
                DataType = typeof(decimal), 
                TextAlignment = ContentAlignment.MiddleRight, 
                DecimalPlaces = 1, 
                ThousandsSeparator = true 
            }; 
            pRadGridView.MasterGridViewTemplate.Columns.Add(Percent_Column); 

But each time, my text in the cell is on the left. what happend?

Best regards,

Fabien


Jack
Telerik team
 answered on 24 Apr 2009
3 answers
162 views
Hi,

Does anyone have an example of using a nested generic Lists to create a hierarchical  grid?

If have objects like this:

  100     public class AcctCallLogHistoryDetail

  101     {

  102         internal AcctCallLogHistoryDetail()

  103         {

  104             CallLogDetail = new List<CallLog>();

  105         }

  106 

  107         public string CallLog { get; internal set; }

  108         public List<CallLog> CallLogDetail { get; internal set; }

  109     }

  110 

  111     public class AcctCallLogHistory

  112     {

  113         public int AcctNumber { get; internal set; }

  114 

  115         public List<AcctCallLogHistoryDetail> CallLogHistoryDetail { get; internal set; }

  116 

  117         internal AcctCallLogHistory()

  118         {

  119             CallLogHistoryDetail = new List<AcctCallLogHistoryDetail>();

  120         }

  121 

  122         internal void addDetail(string callLog, CallLog callLogDetail)

  123         {

  124             AcctCallLogHistoryDetail acctCallLogDetail =

  125                 (from d in CallLogHistoryDetail

  126                  where d.CallLog == callLog

  127                  select d).FirstOrDefault();

  128             if (acctCallLogDetail == null)

  129             {

  130                 acctCallLogDetail = new AcctCallLogHistoryDetail();

  131                 acctCallLogDetail.CallLog = callLog;

  132                 CallLogHistoryDetail.Add(acctCallLogDetail);

  133             }

  134             acctCallLogDetail.CallLogDetail.Add(callLogDetail);

  135         }

  136     }


I expose a property :

   95         public List<AcctCallLogHistoryDetail> AcctCallLogs

   96         {

   97             get { return _curAcctCallLogs.CallLogHistoryDetail; }

   98         }


that I use for the GridView datasource.

I'm sure it is simple.  I just can't seem to get the GridView properties set.

Thanks,

Mike B.



Vassil Petev
Telerik team
 answered on 24 Apr 2009
1 answer
162 views
I'm trying to develop my own media player based on your demo application.

I have problems with the visual part, and even though I should be focusing on funtionallity I can't let it go...

Basically I would like my contol buttons to look and behave more or less as in your demo. For now I've reused your images and your themes (MediaPlayerAnimatedBlack.xml) but it doesn't look good. Actually, in the designer it looks fine, but at runtime it looks like the images on the buttons take over and makes it a blurry mess. I've tried setting the theme property to nothing, to ContolDefault and to various other values, with no effect. I can upload screen shots to better explain, but is it possible to do so here?

Any suggestions will be appreciated!

Regards, Jill-Connie

Nick
Telerik team
 answered on 24 Apr 2009
2 answers
128 views
Simple question.
I am trying to implement SchedulerDataSource abstract class for my web scheduler.
I just can't find the exact namespace where I can find this class.
Please help!
Alexandre
Top achievements
Rank 1
 answered on 23 Apr 2009
1 answer
211 views

I am programmatically adding Sort Expressions to my RadGridViewafter I populate it with data. However, the grid is having problems sorting onmore than 2 columns. Sorting by the first two acts as expected, but once athird expression is added to the collection, it takes precedence as if it werethe 2nd place Sort Expression. The SortExpressions collection is still intactand has the expressions in the order in which I'd like them sorted, but it isnot working as expected at all.

In essence, once the first two columns are chosen to be sortedby, they should stay "frozen" while the third column sorts itselfbased on the previous two sorts. However, the third column not only sortsitself, but is rearranging some of the rows previously sorted by the secondsort expression.

This also happens when using the client side to select more than2 columns to sort by.

Some background info on my project:

- Grid is Unbound, data population happens programmatically.

- The above issue seems to only happen with columns that use acustom sort operation.

- I am using Telerik Winform versions 8.2.0.0 (Willupdating to latest will fix this?)

- Application is developed and run in Visual Studio 2008 with C#

** I will/can provide snippets of code, but I will not give you my whole application, that is beyond my allowance and unnecessary.

Julian Benkov
Telerik team
 answered on 23 Apr 2009
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?