Telerik Forums
UI for WinForms Forum
1 answer
120 views
I was wondering if there was a way to change the way the grid sort is handled?  For example when the user clicks the header to sort and if one of the rows in the column is empty to not have it sort that row, but rather have anything with an empty row always come up last?

Nick
Telerik team
 answered on 26 Jan 2010
1 answer
147 views
Hi,

I'm trying to create an interactive graph for a large data source.
When trying to bind the data source (list of Int) with about 50K data points, the application gets stuck on radChart1.DataBind();
What is the recommended way to display a graph (line chart) for such data?

Thanks,
Yoni
Ves
Telerik team
 answered on 26 Jan 2010
1 answer
268 views
Hello,

I have a question concerning Theme: I have created a theme for my project. I have changed the look and feels of all controls and it's very good. Now, I would like to have a unique font in my projet.

It's possible to do that with theme? If yes, how can I do that?

Best regards,

Nicolas.
Deyan
Telerik team
 answered on 25 Jan 2010
2 answers
221 views
Hello,

Problem with programmaticly setting the height of the group header (q3 2009).

Is the ViewCellFormatting event the place for adjusting the group header height?

Trying things like:
if (e.CellElement.RowInfo is GridViewGroupRowInfo)
{
      int height = Convert.ToInt32(Mo.LetterType.Height);
      if (height > 10)
      {
                e.CellElement.RowInfo.Height = height + 10;
      }
      else
      {
              e.CellElement.RowInfo.Height = 20
       }
}

Anybody got a suggestion?

Kind regards,

Tim van Rooijen
IT Development
Top achievements
Rank 1
 answered on 25 Jan 2010
1 answer
64 views
Hi,
I am using the Telerik 2009Q3 , SP1 version.
There are no vertical scroll bars for child grids. What could be the reason and any alternative solution ?
Jack
Telerik team
 answered on 25 Jan 2010
1 answer
156 views
 GridViewTemplate childTmpt = new GridViewTemplate();

I want to set childTmpt column width as 100% as in that i want to show 30 columns with full width and this is childgrid.

rgdView.MasterGridViewTemplate.ChildGridViewTemplates.Add(childTmpt);

I dont' want to use childTmpt.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; property

is there any way to set column width 100%.



Thanks in advance.

Please reply me.

Jack
Telerik team
 answered on 25 Jan 2010
0 answers
88 views
Hi Team,

      I am using the following control in my page. ( telerik sp3 with patch files)

    1.radtextbox
    2.radlabel box
    3.radgridview (editable)

    when am leave the text box (using texbox leave event), some value is to fill in to the label control. after that once am entering some other values in gridview column(editable mode). At the time of leave from the gridview column,the textbox event fired automatically.
am unable to solved the problem. 

please help me.

subbarayan
Top achievements
Rank 1
 asked on 25 Jan 2010
5 answers
285 views
I want to say that you've done a great job and your controls look amazing. Now I'm trying to change one of the RibbonBar themes with your Visual Style Builder and I'm a little bit confused.
I have a hierarchy of Chunk - ElementWithCaptionLayoutPanel - FillPrimitive. If I want to change the BackColor of the chunk item which BackColor property I have to change? The BackColor of the Chunk, the BackColor of the ElementWithCaptionLayoutPanel or the BackColor of the FillPrimitive?
jezzicaz789 jezzicaz789
Top achievements
Rank 1
 answered on 23 Jan 2010
2 answers
150 views
  Dim sfd As New SaveFileDialog  
        Dim exporter As ExportToExcelML = New ExportToExcelML(Me.gv_urzadzenia)  
        sfd.DefaultExt = ".xls" 
        sfd.Filter = "Excel files (*.xls)|*.xls|All files (*.*)|*.*" 
        If sfd.ShowDialog() = System.Windows.Forms.DialogResult.OK Then  
 
            Try  
                exporter.SheetName = "urzadzenia" 
                exporter.SheetMaxRows = ExcelMaxRows._1048576  
                exporter.ExportVisualSettings = True 
                exporter.RunExport(sfd.FileName)  
                MsgBox(lng.zwroc_napis_z_nazwy_elementu("usr_planowanie_zostalo_poprawnie_wyeksportowane"), MsgBoxStyle.Information, lng.zwroc_napis_z_nazwy_elementu("okno"))  
 
            Catch ex As Exception  
                MsgBox(lng.zwroc_napis_z_nazwy_elementu("usr_planowanie_niezostalo_wyeksportowane"), MsgBoxStyle.Critical, lng.zwroc_napis_z_nazwy_elementu("okno"))  
 
            End Try  
              
        End If 
Hello. I have a problem with national characters. In grid they look properly but after export to excel  they are converted into question marks. Does anyone know how to solve this problem? Thank you.
bradley baker
Top achievements
Rank 1
 answered on 22 Jan 2010
1 answer
255 views
Dear everybody,

my request is it to dynamically calculate cell values.

I feed my RadGridView with a dataset or datareader. I am looking for an event which gets fired while data is bounded. The method shall allow me to modify the current cell value based on a calculation of other cells. Something similar like excel also provides with the formula stuff.

Is there any way you can help me?

I also tried events like cellvaluechanged, cellvalidation,valuechanging and the other stuff.

Thanks for a quick reply.

best,
Martin Vasilev
Telerik team
 answered on 22 Jan 2010
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?