Telerik Forums
UI for WinForms Forum
4 answers
209 views
Hi,

Can anyone say anything about how the performance is on the new Dock component compared to the old DockingManager?

We are using the old DockingManager in a rather complex form and it takes up to 10 secs. for the form to load so we are hoping for a great performance boost in the new component.

Thanks,
Brian
Nick
Telerik team
 answered on 06 Aug 2009
1 answer
81 views
Hi...

Just wondering why in the documentation it was mentioned of the existence of a RowDeleting and RowDeleted event. But when I inspect it in the event list those two events are not present.

Regards
Jan
Nick
Telerik team
 answered on 06 Aug 2009
2 answers
142 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
685 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
133 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
132 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
70 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
175 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
86 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
76 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
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
CheckedDropDownList
ProgressBar
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?