Telerik Forums
UI for WinForms Forum
2 answers
699 views

Hi,

We have a combo box with 2 columns ( Lets say Code --> Display member and Description ) and added Composite filters in all visible columns :

            this.AutoFilter = true;

            if (MutipleColumnSearch)
            {
                for (int i = 0; i < strVisiblecolumns.Length; i++)
                {
                    FilterDescriptor visibleColFD = new FilterDescriptor(strVisiblecolumns[i], FilterOperator.Contains, null);
                    this.EditorControl.FilterDescriptors.Add(visibleColFD);
                }
                this.EditorControl.FilterDescriptors.LogicalOperator = FilterLogicalOperator.Or;
            }
            else
            {
                FilterDescriptor filter = new FilterDescriptor();
                filter.PropertyName = this.DisplayMember;
                filter.Operator = FilterOperator.StartsWith;
                this.EditorControl.MasterTemplate.FilterDescriptors.Add(filter);
            }

Requirement :  On Searching , first it should check exact match with display member else contains search with rest of columns.

For Example : if search with ES ( code ) it should list ES row as first row.

Please find attached images.

Surya
Top achievements
Rank 1
 answered on 28 Mar 2016
5 answers
283 views

I have a chart with several percentile bands, which I want displayed on top of each other. When I create the RangeBarSeries for each and add them, they appear staggered rather than on top of each other (see attached).

 

I searched the docs and the forum and I found posts for other platforms that suggested setting the CombineMode to None, but that didn't make any difference. I also tried setting the CombineMode to every other possible setting, and also set the StackGroupKey but nothing helped.

 

I had initially just used the bar series with a transparent bar at the bottom to lift everything up to the proper starting height, BUT I have a switch to go between area and bar, and the area seems to have a bug that made the transparency not work. Ironically with the ranges, the bar fails and the area works.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Mar 2016
1 answer
86 views

Hi All!

I am relatively new to Telerik, so just exploring.. I am developing an application in VS 2013 that uses Telerik UI for Winforms.

The titlebar of my application is dynamic, i.e, <AppName>Version:<VersionNo.> where the Version No. is dynamic. Now, I need to show "Version<VersionNo>" with a different backcolor that the rest of the titlebar.

I have so far been unable to find anything that can help. Is this even doable?

 

Please guide.

Thanks!

Dimitar
Telerik team
 answered on 28 Mar 2016
1 answer
150 views

Does the current version (2016) of the PDFViewer for WinForms support the loading of the document from a stream (rather than from the file system)?

 

Dimitar
Telerik team
 answered on 28 Mar 2016
1 answer
130 views

I have a gridview with 10 columns, only one is editable when not a new row. When I create a NewRow, I want that row to be editable. We've tried many different ways, but we can't get it to work. Any help would be welcome.

 

Thanks,

Jeff

Dimitar
Telerik team
 answered on 28 Mar 2016
6 answers
363 views

I have a problem 

when right to left dropdownlist=Yes , Items in dropdownlist show left to right

Please help me!

monire
Top achievements
Rank 1
 answered on 28 Mar 2016
6 answers
308 views
Hi !

I have a rad toolstrip with 3 butons, Save, Clear and Exit.
I would like to align exit button at the end on the right side.

Can I do this? How?

Thank you !
Hans
Francisco
Top achievements
Rank 1
 answered on 25 Mar 2016
5 answers
3.2K+ views
I wanted to search in the datagrideview using a textbox
as i write in textbox automatically that value matched with particular row
is displayed

https://dl.dropbox.com/u/10717574/project%20problems/search.png

here is the image 
here u can see as i type "Hi" Automatically all the rows that contains the "Hi" are filterd and show...
i want to do like this
plzzz give me suggestion
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Mar 2016
1 answer
297 views

Hi,

I'm still new to Telerik and having a hard time editing cell in the grid when selected the row. 

below is my Linq .

var voters = (
               from voter in db.VotersLists
                     .OrderBy(c => c.Barangay)
               from data in db.VotersDatas
                   .Where(b => b.RecId == voter.ID)
                   .DefaultIfEmpty()
               from leader in db.VotersLists
                   .Where(d => d.ID == data.LeaderID)
                   .DefaultIfEmpty()
               select new
               {
                   ID = voter.ID,
                   VotersID = voter.VotersID,
                   Precinct = voter.Precinct,
                   Name = voter.Name,
                   Birthday = voter.Birthday.GetValueOrDefault().ToShortDateString(),
                   Sex = voter.Sex,
                   Barangay = voter.Barangay,
                   Address = voter.Address,
                   PoliticalParty = data.PoliticalParty,
                   IsRD = data.IsRD,
                   LeaderName = leader.Name,
                   LeaderPosition = data.LeaderPosition
                   ,DataID = data.ID.ToString() == null ? "" : data.ID.ToString()
               });
              dg2.DataSource = voters;

I tried using the code below and it won't work.

     dg2.Rows[dg2.CurrentRow.Index].Cells[10].Value = "Test";
     
or
       
     if (this.dg2.CurrentRow is GridViewRowInfo)
     {
         GridViewRowInfo editRow = dg2.CurrentRow;
         editRow.Cells["LeaderName"].Value = "TEST";
      }

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Mar 2016
5 answers
156 views
I looked around through the forums and documentation but could not find anything... is there a way to set a subtitle of the chart, that is one a different line with the main title, that uses a different font and/or color?
Dimitar
Telerik team
 answered on 25 Mar 2016
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?