Telerik Forums
UI for WinForms Forum
1 answer
213 views
hi..
i have radpageviewpage with the close button element, i want when i close the last radpageviewpage, the form will close automatically too, how can i do it?
thanks for your help.
Emanuel Varga
Top achievements
Rank 1
 answered on 01 May 2011
2 answers
128 views
Hello
I use this code to fill datagrid , but rows was created without data! whats the problem?
Dim connString As String = "Provider=SQLOLEDB.1;Password=*******;Persist Security Info=True;User ID=sa;Initial Catalog=chek;Data Source=ahnd"
        Dim myConnection As OleDbConnection = New OleDbConnection
        '192.168.168.1
        'Data Source=ahnd;Initial Catalog=chek;Persist Security Info=True;User ID=sa
        myConnection.ConnectionString = connString
        Dim da As OleDbDataAdapter = New OleDbDataAdapter("select * from x" , myConnection)
        Dim ds As DataSet = New DataSet
        da.Fill(ds, "x")
        RadGridView1.DataSource = ds.Tables("x").DefaultView
Ali
Top achievements
Rank 1
 answered on 29 Apr 2011
3 answers
136 views
I would like to change the filter row cells background color. Please assist I can't seem to access via code or editor tools.

Thanks in advance.
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
109 views
Hi Telerik

I am trying to set the image Index for sub menu items in the items collection of a context menu item.

The ImageIndex property of the sub-menu items does not show the imagelist images associated with the context menu.

How can I get these images to appear on the sub menu items collection?

Regards
Ian Carson
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
118 views
today updateversion from 2011.1.11.315 to 2011.1.11.419
after update error in VS !

After this I can no longer edit RadControls in form, or select.
!!
Petar
Telerik team
 answered on 29 Apr 2011
2 answers
77 views
This code not working 
I need to change Description cell text on combo selection of GridViewComboBoxColumn 
"gvItems" is my grid

 public void GridInitialize()
        {
            try
            {
                Database.JangDataContext DC = new Database.JangDataContext();
                gvItems.AutoGenerateColumns = false;

                // Ini Col 1
                var itemColumn = new GridViewComboBoxColumn("Items");
                itemColumn.FieldName = "Item_ID";
                itemColumn.ValueMember = "Item_ID";
                itemColumn.DisplayMember = "Item_Name";
                itemColumn.DataSource = (from Itm in DC.Items where Itm.IsActive == true select Itm).ToList();
                gvItems.Columns.Add(itemColumn);
                gvItems.Columns[0].Width = 65;


                // Add Selected Text Event
                gvItems.SelectionChanged += new EventHandler(gvItems_SelectionChanged);                
                //  End Ini Col 1

                var itemDetailColumn = new GridViewTextBoxColumn("Description");
                itemDetailColumn.FieldName = "Item_Description";
                itemDetailColumn.HeaderText = "Description";
                gvItems.Columns.Add(itemDetailColumn);
                gvItems.Columns[1].Width = 165;


                // Ini Col 2
                // End Ini Col 2
            }
            catch (Exception Ex) { MessageBox.Show("Some error occer while initialization grid : Error Code = {0}", Ex.Source); }
        }
void gvItems_SelectionChanged(object sender, EventArgs e)
        {            
            gvItems.CurrentRow.Cells["Description"] = "Hello There ";
         }
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
142 views
In our application, we have code that needs to execute when the header cell is clicked but needs to be ignored when the column is being resized (by clicking and dragging on the line between header cells).

However, after resizing a column, when the mouse is released, a Click event is created and the code executes.

Is this the correct behavior or an issue?

If the user clicks inside and header cell and drags, no click event occurs when the mouse is released. I assume this is the correct behavior, so why should it happen when resizing columns?

If this is the correct behavior, what is the correct way to excecute code when the user clicks a header cell and not when resizing the column?

Thanks
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
152 views
I'm working on a multi-tab WinApp that will contain about 20 charts and 50 chart series of data that the user can select from. The data will be coming in via UDP at about a 16 Hertz data rate. I need some "best practices" type of advice for creating a smooth user experience using the Telerik RadChart. For instance, with this number of charts, how many data points per chart can I realistically display?

Thanks,
Tsvetie
Telerik team
 answered on 29 Apr 2011
1 answer
121 views
I would like to change a date column filter to display and input only the Time part. It looks like the FieldFilterEditorCreated event would work but it does not exist in this control. Is there an alternative?
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
1 answer
180 views
i write blow code:

 grdusers.MasterGridViewTemplate.AutoGenerateColumns = false;
 grdusers.MasterGridViewTemplate.LoadFrom(LoadData());

but line 1 not working and display other fields that i dont want
help me very soon
my telerik is q1 2010 sp1
Emanuel Varga
Top achievements
Rank 1
 answered on 29 Apr 2011
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?