Telerik Forums
UI for WinForms Forum
1 answer
205 views

hello i'm using radchat on my project and i have two questions

one

I've read how to sending a image but i'm not sure how i can send other files like Audio,video...

 

ChatMediaMessage mediaMessage = new ChatMediaMessage(img, new Size(300, 200), null, Chat_Box.Author, DateTime.Now);

 

two

and also are some of them like video types going to have a preview in the radchat like the image or not

if not how i can access the file that radchat is showing to execute it example like this Process.Start("C:\\");

thank you 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jan 2020
1 answer
398 views
I have 80 email addresses separated with comma in a textbox. I also have four empty textboxes. How can I share the 80 email addresses equally among the four textboxes? I have not tried any thing because I no idea on how to start.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jan 2020
1 answer
241 views

     Hello,

I have an application, which is using RadGridView with additional DragDrop functionality and I have encoutered problems with applying all "Material xxx" themes for such a grid.

 

To find out the problem I have created new project from scratch, with new class: 

using Telerik.WinControls.UI;
 
namespace root
{
    public class CustomGrid : RadGridView
    {
        public CustomGrid()
        {
 
        }
    }
}

 

and then I have added 3 grids into WinForm. 

First one is just normal RadGridView with "Material" grid applied, second is CustomGrid with "Material" theme applied and third one is CustomGrid with Office2010Black theme applied, as can be seen in attachment. First and third controls are working as intended, but there is a problem with the middle one.

As You see, the grid in the middle does not apply selected Material Theme - in such cases it is using "Fluent" theme all the time. The problem is connected with all 4 Material themes available in current version of WinControls. Is it possible to change it in easy way? I have changed like 80% of application and all grids which are not supporting DragDrop to this Material Theme, and it is blocking me from releasing this new version to customer. 

 

Regards,

Mateusz

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 23 Jan 2020
1 answer
90 views

I'd like to show a custom context menu when the user right clicks on an RadCheckedDropDownList item

What is the best way to do it?

 

I've tried setting the ContextMenuStrip property, as in:

    dropDownList.ContextMenuStrip = contextMenuStrip1;

but both my custom menu strip and the default context menu appears. See the attached image

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 23 Jan 2020
1 answer
111 views

Hi,

I have three GridViewComboBoxColumn in RadGridView. Each Combobox column has display name and selected value code. When I assign the value, corresponding values are assigning correctly. But when when I fetch the row, Code value is coming as null and code value is displaying in name. I have attached the image.

The following code I have used to bind data to GridViewComboBoxColumn.

 ((GridViewComboBoxColumn)this.dataGrid.Columns["Company_Name"]).ItemsSource = CompanyList;
 ((GridViewComboBoxColumn)this.dataGrid.Columns["Company_Name"]).DisplayMemberPath = "Company_Name";
 ((GridViewComboBoxColumn)this.dataGrid.Columns["Company_Name"]).SelectedValueMemberPath = "Company_Code_Hdn";

Vladimir Stoyanov
Telerik team
 answered on 23 Jan 2020
2 answers
83 views

Hello.

I want to know about how to visible the minimizeButton in 'Floating Window'.

private void CtrlWorkbenchDoc_FloatingWindowCreated(object sender, FloatingWindowEventArgs e)
        {
            e.Window.FormElement.TitleBar.MinimizeButton.Visibility = ElementVisibility.Visible;
            e.Window.FormElement.TitleBar.CloseButton.Visibility = ElementVisibility.Collapsed;
            e.Window.ControlBox = true;
            e.Window.MaximizeBox = true;
            e.Window.MinimizeBox = true;
        }

I wrote the above code but minimizeButton were not showed in 'Floating Window'.

So, I want to know about another ways. 

Thanks.

Kim
Top achievements
Rank 1
 answered on 23 Jan 2020
3 answers
98 views

How do I change the mouse icon to the hand when user hovers the mouse over the items in the DDL?

 

Nadya | Tech Support Engineer
Telerik team
 answered on 22 Jan 2020
1 answer
137 views

I've bound a RadBinding Navigator to a binding source

every thing is ok Before any event is fired like 

Move to first item 
Move to previous item  
Move to next item  
Move to last item 

unfortunately after One of the above event is fired , all the buttonS (first ,previous,next,last ) Get Disabled.

Can You Help Me?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jan 2020
3 answers
510 views
Is there any way to implement a panel or a form that displays when a user hovers over or clicks on a cell in the grid? 

I've looked at the code on how the combobox does its dropdown, using the PopupForm class, but i haven't had any luck.

What about a button that shows a drop down? basically a combobox without the textbox aspect. I want to be able to put the contents of a usercontrol on to the popped-up panel.
Nadya | Tech Support Engineer
Telerik team
 answered on 20 Jan 2020
6 answers
547 views

I want the cell value from RadVirtualGrid as the user selects a row.

 

I don't have multi-select enabled.... And, I have row select.... So, there should be only one row selected at a time.

 

I'd like the text or number that appears in one of the columns. For example, the text value of the first column (0)

 

How is this obtained?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Jan 2020
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?