Telerik Forums
UI for WinForms Forum
1 answer
111 views

Hi All -

I have the following bit of code which works fine....I'm formatting a column based on the data in another column.

The problem I have arises when I try to sort on 'Display1' column by clicking the header. If I try to do when the grid is first populated, it doesn't sort. If I've scrolled thru the data once, then everything is fine.

I understand why this happens: Since the RowFormatting method is not called until the row in question is displayed, the 'Display1' values have not yet been populated in my non-visible rows.

So my question is this: What is the best way to get 'Display1' to sort properly? Do I simulate scrolling thru the grid to force RowFormatting to do its work? Or is there a better way?

Thanks as always,

Hugh

      

private void MasterTemplate_RowFormatting(object sender, RowFormattingEventArgs e)
    {           
    if (e.RowElement.RowInfo.Cells["Data1"] != null)
        {
        if ((String)e.RowElement.RowInfo.Cells["Data1"].Value == "")
            e.RowElement.RowInfo.Cells["Display1"].Value = "";
        else
            e.RowElement.RowInfo.Cells["Display1"].Value =
                                FormatData(e.RowElement.RowInfo.Cells["Data1"].Value);                   
        }
    }

Dimitar
Telerik team
 answered on 28 May 2015
1 answer
113 views
In my Report i used Year,Month and Date fields in the ColumnGroupDescriptions .But fields are shown as Integers.How can i set fields with Date Behaviour.
Hristo
Telerik team
 answered on 28 May 2015
2 answers
306 views

Hello,

How can I set Node Text Multiline?

Is there any worktrought?

thanks

Matteo Fabris
Top achievements
Rank 2
 answered on 28 May 2015
7 answers
321 views

Hi I have a Rad Grid View that I am exporting to excel using the code below. This works fine, but I would like the code to export the grouped data so that excel sees it as grouped data rather than static cells. Is there a way to achieve this?

Thanks in advance.



private void button4_Click(object sender, EventArgs e)
  {
      ExportToExcelML exporter = new ExportToExcelML(this.radGridView1);
      exporter.HiddenColumnOption = Telerik.WinControls.UI.Export.HiddenOption.DoNotExport;
      exporter.ExportVisualSettings = true;
      exporter.SheetName = "Films";
      string fileName = "C:\\ExportedData.xls";
      exporter.RunExport(fileName);
  }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 May 2015
1 answer
113 views
Hello, recently we began to encounter exceptions using Telerik GridView. Exception message:

System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Telerik.WinControls.Keyboard.ChordMessageFilter.CreateInstance()
   at Telerik.WinControls.Keyboard.Shortcuts.AddShortcutsSupport()
   at Telerik.WinControls.Keyboard.Shortcuts..ctor(Control owner)
   at Telerik.WinControls.RadControl.EndInit()
   at Telerik.WinControls.UI.RadGridView.EndInit()
   at CreditAdmin.CardAdmin.Controls.Notifications.InitializeComponent() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.Designer.cs:line 149
   at CreditAdmin.CardAdmin.Controls.Notifications..ctor() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.cs:line 17...

It seems like this happens only when we use ALT shortcuts (to navigate trough tabs ant some other functions). Does anyone knows what could be the cause of this problem ?
Dimitar
Telerik team
 answered on 28 May 2015
7 answers
239 views
Hello,

Is it possible to save the columns/rows position to a xml file to load it later?

Thank you,
Eduard
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 May 2015
3 answers
147 views

Hi,

 I am trying to open form maximized depending on DPI settings.

Unfortunately when I try to do that from code-behind (this is Windows Desktop application) I do not have WindowState available.
Form that I use is RadRibbonForm.

Is it possible to set from code how form will be opened?

Thanks,
Oliver

Dracus
Top achievements
Rank 1
 answered on 27 May 2015
8 answers
549 views
How do you retrieve the selected values for the auto complete box??

I  have the DisplayMember and DisplayValue set:
racSchTechs.AutoCompleteDataSource = datatable;
racSchTechs.AutoCompleteDisplayMember = "Name_Full";
racSchTechs.AutoCompleteValueMember = "id_lanid";


but I want to get the "id_lanid" from the items selected. I do not see this functionality. 

Thank you!
Dimitar
Telerik team
 answered on 27 May 2015
6 answers
422 views
I use integer fields in Row labels ,but it displays range values instead of integer 

For Example Shown like below.

Sec Num    Sec Num
12456           10000-13000
42345            40000-50000

Ralitsa
Telerik team
 answered on 27 May 2015
7 answers
231 views

 I am trying to use your WinForms Expression Editor to validate a formula expression, directly into a Textbox.  I do require a list of fields, but I do not need the gridview. Is there anyway to dynamically pass the list of fields and have the editor show without the GridView?
  I have attempted with an invisible gridview, but this is rather ugly. Any hints?
  Thanks!
Hristo
Telerik team
 answered on 26 May 2015
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
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?