Telerik Forums
UI for WinForms Forum
2 answers
177 views
Hello again, I have a doubt with the control radcombobox item scaling effect, can work with the scroll mouse, ie combobox with this effect there is any way to make it work with a mouse when you scroll forward or backward in other words move the combobox list with mouse scroll, giving hope to understand, the combobox works with the mouse scroll but without effect, but I have to work with the fact there a way to make it work item scaling effect, Thanks in advance for any assistance
Gilberth
Top achievements
Rank 1
 answered on 06 Aug 2009
3 answers
776 views
Hello,

I'm having trouble with sorting on my gridview column. I've specified the DataType as datetime:

grdPackages.Columns[(int)ServerPackage.Column.Timestamp].DataType = typeof(DateTime);

However, when clicked on, it still does a Text-based sort. Is there anything else I need to do? If I were to change the column to a DateTime column, would this help? How would I go about doing this? It's a databound gridview populated from a list of custom data types.

Also, I'm also getting 'NullReferenceException' errors in my gridview formatting function on the line above, when it's called for a second time. So, the first time the grid is populated, the formatting function is called, and the column is set to typeof(DateTime). After this point, the user clicks elsewhere, causing the gridview's datasource to be set to null. Then, if they return to the same spot, the data is loaded and the formatting function is called again. This time, it throws the nullreferenceexception on that line. I don't understand why this would happen. I've verified that it happens even when the data source is the same...

Thanks!
Jeremy


Jack
Telerik team
 answered on 06 Aug 2009
1 answer
147 views
I recently installed the RadControls for WinForms Q2 2009 in VS2008 and I appear to be missing several options in the RadSplitContainer Tasks smart panel.  Add or Remove Panel are missing as well as the Horizontal option.  I dropped the RadSplitContainer control into a Docking.DocumentWindow.  Any suggestions?
Georgi
Telerik team
 answered on 06 Aug 2009
1 answer
167 views
I want to create a form with rounded rectangle shape like the telerik visual style builder except the outermost border. I dont want to use the inbuilt  theme but my custom colors. Could you please let me know how to achieve that? Is there anyway to edit the predefined themes?

thanks
ren
Nick
Telerik team
 answered on 06 Aug 2009
2 answers
92 views
After sorting with the radgrid then changing pages (or the reverse), I get: "index [pagesize] is either negative or above rows count."

The code is quite simple

    protected void RadGrid1_NeedDataSource(object source, Telerik.Web.UI.GridNeedDataSourceEventArgs e)  
    {  
        DataTable dt = dm.GetDtFromSQL(string.Format(SQLTemplate, ViewState["showID"]), "", ViewState["showID"].ToString(), false);  
        if (dt.Rows.Count > 0)  
        {  
            DataView dv = dt.DefaultView;  
            dv.RowFilter = ViewState["filter"].ToString();  
            dv.Sort = string.Format("{0} {1}", ViewState["sort"], ViewState["order"]);  
            RadGrid1.DataSource = dv;  
        }  
        else  
        {  
            RadGrid1.DataSource = null;  
        }  
    } 
Nick
Telerik team
 answered on 06 Aug 2009
4 answers
254 views
Hello,

How do I set the function keys with the Shortcuts control ?

I want my search to be invoked by F3

Roland
Top achievements
Rank 1
 answered on 05 Aug 2009
1 answer
115 views
Hello,

I saw the latest release notes for RadControls for winforms today. At the end it mentions something called PopupManager.
¿What is it?
Best regards,

Gonzalo
Victor
Telerik team
 answered on 05 Aug 2009
3 answers
113 views
Hello,

Is the following behaviour a bug ?

I have a gridview.

Grid has a column called FirstName.

Header = First Name
FieldAlias = FirstName
FieldName = Model.FirstName
UniqueName = FirstName

When I try opening the property builder using smart tag, it says: Cant find column First Name

The problem is the data field: Model.FirstName
Roland
Top achievements
Rank 1
 answered on 05 Aug 2009
5 answers
197 views

There is a small issue with the highlightning of all the buttons on the radgallery. 

When you move the mousepointer on one of the buttons and the mousepointer is on the right half of the button than it is all ok. The button is highlighted and you can press the left mouse button and the correspnding action happens. 

But when you move the mousepointer from the right half of the button to the left half then there is no highlightning of the button and you can press the left mouse button and no action happens. 

Regards,

Ramius

Peter
Telerik team
 answered on 05 Aug 2009
1 answer
207 views

Hi there,
Thankyou again for this wonderful product, my test project is in completion but there are some visual and performance isssues which greatly customers satisfaction. Can you please address these issues or if they are addressed direct me to a solution.
System Specs...
1. Processor Intel Pentium Dual Core E5200 2.5Ghz
2. Motherboard - Asus Intel P5SD2-VM
3. Graphics - Onboard
4. Ram - Kingsten 1Gb

Telerik Version Currently in Use
1. Telerik Winform 2009 Q1


Scenario...
I have a standard Windows form with TitleBar Removed so that it could be made full screen.I have Added some RadButttons and Radcarousel on the form. Radcarousel Button Elements open new forms above the main background Form, which contains a background image of a standard 1024 * 768 resolution. Note - All Elements on all forms are inserted inTable Layout Panels to make things resolution independent.
Issues...
1. Flickering Issue on title bar and other form elements.
2. Increased Loading Times of components.
3. Generation of a form trail like a mouse trail of forms opend on top of the main form containing a background image. Whereas Standard forms donot suffer these problems. the issue decreases a bit if i decrease the opacity of the form, but then there ae visbility issues. 

Thankyou!!!
Awaiting Response Soon...


Georgi
Telerik team
 answered on 05 Aug 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?