Telerik Forums
UI for WinForms Forum
1 answer
135 views

I implemented a WinForm holding a RadDock and in it several Containers, DocumentWindows, ...

Now that there are more and more specialized DocumentWindows I think about defining this windows in separate files and loading this DocumentWindows dynamically when need to be shown.

Could you guid me how to do this easy and elegant?

 

How can I move the definition of the DocumentWindows into another file?

Generating a new nearly empty WinForm with a RadDoc and copyPaste the Window into that?

How can I load the DocumentWindow dynamically into the main WinForm?

Not all documentWindows are shown after program start, but when the user is selecting it in main menu "View" - just like it is in MS VS.

 

Thanx

Peter

Stefan
Telerik team
 answered on 24 Jul 2015
1 answer
241 views
Is there any sample available for building a custom toolbar on gridview to add / edit rows,insert, delete and print? Any pointers is much appreciated.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jul 2015
1 answer
212 views

Hi Telerik team.

I have a question about the RadGridView. I use in my application multiple gridview which have in common a lot. I have made some class which inherit from GridViewTemplate to represent my buisness object. This let me use the same grid in multiple Template.

But I have tried to go to the next step in using these Template on a hierarchical Grid (by extending them to add one column for the relation with the parent grid). And then I came in trouble because the template on the main level should be a MasterGridViewTemplate (or inherit from it) and the secondary template should be a GridViewTemplate (or inherit from it BUT not from MasterGridViewTemplate).

Let see an example:

I have two business object with one hierarchical: Customer and order.

I create two class CustomerGridViewTemplate and OrderGridViewTemplate which inherits from MasterGridViewTemplate. I can use theses template to build  grid which show a list of customer or a list of order.

Now, I want to build a hierarchical Grid which show customer and their relative order so I create a new class CustomerOrderGridViewTemplate which inherits from OrderGridViewTemplate (it just add a new column with client ID). I use the CustomerGridViewTemplate as MasterTemplate and I add the CustomerOrderGridViewTemplate in the template collection and create a relation. This doesn't work (only the master template display). If OrderGridViewTemplate inherits from GridViewTemplate instead of MasterGridViewTemplate the two grid display correctly but I can't use anymore OrderGridViewTemplate in other Grid as MasterTemplate.

I don't understand why a custom template inheriting from MasterGridViewTemplate couldn't be used as secondary template. Any help or explanation will be welcome.

Hristo
Telerik team
 answered on 23 Jul 2015
3 answers
105 views

Hi,

The RadMarkupEditor has some issues with the usage of custom tags. I will provide you 2 cases which will describe the problems.

Case 1:

  1. Start the editor and make sure no content is displayed in the Design nor in the Markup view.
  2. Switch to the Markup view.
  3. Type in the following (xHtml) text: <person>tom</person>
  4. Switch to Design view and notice the content "tom" is displayed (which is good).
  5. Switch back to the Markup view and notice that only the content "tom" is displayed (which is not good). The custom tag <person> is somehow disappeared.

Case 2:

  1. Start the editor and type some normal text in the Design view.
  2. Switch to the Markup view.
  3. Verify that the text you entered in step 1 is displayed.
  4. Append the same(xHtml) text from case 1 to the existing text from step 1.
  5. Switch to Design view and notice that the text from step 1 and the content "tom" are displayed (which is good).
  6. Switch back to the Markup view and notice that the content from step 4 is not correctly displayed anymore. You should see something like this: <person></person>tom

For me this is not normal behavior, especially not the second case. Can you have a look at this?

Thanks,

Tom

Dimitar
Telerik team
 answered on 23 Jul 2015
3 answers
826 views
Hello Team ,

I have a gridview in my winforms program, where i need to display 2 headers for the grid like in below example
gridview should have column name as one header and the corresponding unit of measurement as second header
if i add unit of measurement as first row to grid, not working because
i am binding data to the grid from an excel using import option, that time it is removing the added row and binding the data to it
is this possible in telerik, if so please help me



Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jul 2015
12 answers
345 views
I have a gridview on a winform and the datasource is a datatable, after I sort though the underlying datatable does not update and this makes other operations wrong. using the underlying datatable values and the row number for it instead of the visible data in the grid.
any assistance appreciated as this is a very late discovery.

I just want to add I am using the q3 2010 set grid control.  I do not really have any extra sorting settings, other than allow sort true.  My expectation when I hit the column header is that it will do a switches between asc and desc as default.
Hristo
Telerik team
 answered on 22 Jul 2015
1 answer
105 views

I'm on the newest version of the telerik winforms. (2015_2_623)

After updating, the first occurrence of recurring appointments no longer show up.

This appears to occur when using any time zone that comes before UTC time.(Any "-" time)

 

Is there a fix for this issue?

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jul 2015
6 answers
301 views
Hi,

May I know is there any plan for Telerik to include Logging support in various controls? So that developers don't need to write their own log framework or use any other third party logging tools.

Everything has to be built-in to deploy an integrated solution solely using Telerik Controls :-)

Thank you.

Regards,
Jenson
Stefan
Telerik team
 answered on 22 Jul 2015
1 answer
127 views
I have table with custom field based on GridDataCellElement.
Now in this field RadLabelElement and two RadButtonElement shown. All OK.
But when I am try to add RadCheckBoxElement - all field will shown empty.

protected override void CreateChildElements()
{
    // ... init elements
    this.Children.Add(radLabel); // ok
    this.Children.Add(radbtnColor); // ok
    this.Children.Add(radbtnFont); // ok
    this.Children.Add(new RadCheckBoxElement()); // GridDataCellElement will shown empty if this line not removed
}

How can I fix it?
Dimitar
Telerik team
 answered on 21 Jul 2015
1 answer
154 views

Hi,

 

I used this solution to increase my DropDownList popup when item text is longer than ​DropDownList size. But when I open the DropDownList for the first time, it goes off the screen (my DropDownList is at the right edge of the form and popup isn't positioned correctly and goes right off the screen).

​Then when I ​close and ​open DropDownList, the popup position will be correct and after that everything is OK.

 

Should I add something at the end of "PopupOpened" event after resizing items?

 

Dimitar
Telerik team
 answered on 21 Jul 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?