Telerik Forums
UI for WinForms Forum
3 answers
174 views
Will future releases of the Telerik controls allow binary serialization of their collections and items making those collections.

Currently neither items nor item collections of any of the controls i've used
seem to be marked for serialization. Binary serialization allows a more
complete form of data persistence as well as allowing developers to add
customisation that we may need to our own serialization in addition to that.

The current xml serialization does not allow for any customisation and also
lacks a considerable number of object parameters that it currently serializes.

Could future releases pls allow nodes/node collections , listbox items and collections , combobox items and collections and all other control items and their collections to be marked for serialization.

Jordan
Telerik team
 answered on 09 Jan 2008
6 answers
517 views
I didn't want to hijack this other thread, but as it talks about performance it is related:
http://www.telerik.com/community/forums/thread/b311D-bbbmem.aspx

In that thread you state that you are reworking the gridview for better performance and we should see something in the next release (2008 Q1?).

For the most part the gridview performance isn't that bad in my project, but one area it is extremely poor is using the BestFit() method on a column. I like to present a stylish output to the user and with dynamic data drawn from the database it is pure guessing to set the columns to a defined width. So after assigning a datasource, I loop over the columns and call BestFit(). This is very slow. I've taken to only doing it to a few key columns, but it would be nice to have the whole grid formatted nicely.

I just wanted to make sure improving performance of this method was part of the plan for the reworking of this control.

Thanks,

Alex
Alex Peachey
Top achievements
Rank 1
 answered on 09 Jan 2008
2 answers
191 views
I have a gridview bound to a BindingSource bound to a typed DataSet, with the member specified as one of my DataTables
.
I've updated the SQL for the dataset, but when I add columns to the gridview, I don't see those new columns in the DataField dropdown.  Even if I type in the name of the field to bind to, the column is empty.

What do I need to do?
Julian Benkov
Telerik team
 answered on 09 Jan 2008
1 answer
133 views
Hello everyone,
            I want to add a TextBox in a particular chunk in my RibbonBar control. I read a post on how to add a TextBox to a RibbonBar but I couldn't add it to a particular chunk. Is there anyway to do that?
Thank you
Nikolay
Telerik team
 answered on 09 Jan 2008
5 answers
144 views
Hi
What are the chances of getting a logarithmic X capability (as well as teh current Y implementation) and multiple Y axes (to show different ranges and scales)?

Best regards

Marek
Kiril
Telerik team
 answered on 09 Jan 2008
6 answers
119 views
Hello,

I've seen a few threads on being able to control the height of a dockpanel (or in our case a UserDockControl...we've set TdiContainerVisible to true, and then set the Size...but it is not working in Q3 version...??

Any ideas?

Thanks,
Gary
Julian Benkov
Telerik team
 answered on 09 Jan 2008
5 answers
358 views
hi guys,

is it possible to customize the filter row according to the column-values?
for example: I have boolean-column, which the user is able to tick. I would like to have the same tick-box within the filter-row.

my datagrid uses a column with progressbars.
I apply a filter, the correct rows are shown. I delete the filter, all rows are shown again. BUT the progressbar doesnt show its value any more(no progress visible)
Does anybody know, how to get around this?

cheers

t
Dwight
Telerik team
 answered on 09 Jan 2008
2 answers
181 views
I've just gotten my hands on the Q3 release, and I'm looking through the demo application to check out what's new.

I noticed that the way the date picker handles dates isn't working very well. A couple things I noticed right away in the demo on the RadDateTimePicker page:

1. Long Date Format, if you change the year or day, the day text (Thursday, etc) doesn't change if you exit the control (tab away, or click on another control). However, if you click on the control again after leaving, the name of the day will change to be the correct one.

2. Probably linked to this, but worse: If you change the date on the short date format box, by typing in something like 2008.. and then click the drop down menu to get the calendar, the calendar refuses to update itself unless you click away, click back into the text area, and THEN click on the down area to display the calendar.

3. Time format.. O_O How on earth does picking a date have anything to do with the time format? You also can't tab to jump between hours / minutes / seconds, making it pretty much useless as a time control.

4. I can't seem to get the calendar to display a date from before 1900, although I suspect that may be a setting - at the very least though, it shouldn't allow me to actually enter a date not in the range of the calendar...

5. Heh. The tab order on the RadMaskedEditBox DateTime screen is out of order :)
Boyko Markov
Telerik team
 answered on 09 Jan 2008
6 answers
482 views
For simplistic Microsoft treeview serialization, you can do:
        Dim aList As New ArrayList
        Dim fs As New FileStream("D:\temp\test.dat", FileMode.Create)
        Dim f As New BinaryFormatter
        For Each node As TreeNode In Me.TreeView1.Nodes
            aList.Add(node)
        Next
        f.Serialize(fs, aList)
        fs.Close()

I get an error attempting to serialize the RadTreeview control in a similar manner - telling me that the nodes collection is not serializable.
Is the Winforms or Asp.net treeview control serializable, or is there a work around?
Kenneth Jackson
Top achievements
Rank 1
 answered on 08 Jan 2008
1 answer
180 views
Hello,

How can I disable the context menu

(the one with these items
-Close
-Close All But This
-New Horizontal Tab Group
-New Vertical Tab Group)

of my docking panels?

Thanks,

Stefano
Stefano Rivella
Top achievements
Rank 1
 answered on 08 Jan 2008
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?