Telerik Forums
UI for WPF Forum
1 answer
60 views
I have a DataPager which is set up in the following way:

<telerik:RadDataPager x:Name="radDataPager"
                          Source="{Binding Items, ElementName=TableSource}" PageSize="10"/>

The table is bound to a QueryableCollectionView which uses an IQueryable object to get its data. So far everything is working but when I use ShowInsertRow="True" and click on the "Click here to add new item" I don't see any reaction, but after clicking on that item the DataPager does not do anything when I try to change pages.

The problem seems to only exist when using IQueryable.
Rossen Hristov
Telerik team
 answered on 16 Apr 2012
0 answers
76 views
Hello,

I'm wonder if I can make the transition control (based on demo wpf transition control first look) display the page.axml automatically, in other words, the page.xaml must be changed every few seconds without clicked the previous and next buttons

Please, If it possible tell me how can I do that,
It is appreciated to send me the modified code based on the above demo.
Dung
Top achievements
Rank 1
 asked on 16 Apr 2012
0 answers
112 views
Hi
all the samples are shows how to inherit from system.windows.control.usercontrol but any one know a trick/method how to inherit from system.windows.forms.usercontrol??
the wpf page is locked and i get a messege "The document root element is not supported by the visual designer"
Ziv
Top achievements
Rank 1
 asked on 15 Apr 2012
1 answer
110 views
Hi,

i have two tables (Country and Customer). In the Table Country are three columns (id, Name, Text):

country_tab:
id   Name   Text
1   USA   U
2   Austria   A
3   Germany   D

customer_tab:
id    country  ....
1     1
2     1
3     3
...

I create a MV Customer which contains the country as integer. Now i want to display the selected customer. The Country should be shown in a Combobox. It is no Problem to display 1 from the customer_tab. But i want to display the Name from the country tab. How can i solve this?

Thanks a lot
Regrads
ww
ITA
Top achievements
Rank 1
 answered on 15 Apr 2012
1 answer
236 views
Hi,

1.png is an illustration of what i have achieved.
I want the X-axis to move to Y=0 everytime.
Basically i just want the MajorGridVisibile at Y=0 everytime. i.e. A prominent black line like the X Axis to clearly demarcate it from the rest of the MajorGridLines
Please check 2.png for illustration on the type of functionality required.

Thanks in advance.
Evgenia
Telerik team
 answered on 15 Apr 2012
12 answers
206 views
HI, I need simular functionality as this example -> http://www.telerik.com/community/forums/silverlight/gridview/show-aggregates-aligned-with-columns.aspx

To explain a bit better, I have 20 - 30 columns and need to aggregate some of them while I am grouping. As well I would like to change the aggregation number as well. I know that there is no "out of the box" way to do this but is there a way ?

Best regards
Kristján
Pavel Pavlov
Telerik team
 answered on 13 Apr 2012
1 answer
235 views
Is it possible to have "column headers" on a combo box bound to multiple items? For example a combo box that displays a Employee name. The combo box would display Aavadesh IT. But I'd like to display column headers:

Employee Name     Department
Aavadesh                 IT
Nilesh                       Purchase
Miral                         Marketing

So pleaes give me example.
Boyan
Telerik team
 answered on 13 Apr 2012
3 answers
142 views
Hello

I have found bug. When you set isEditable propery to false, entire control shoundt be editable anymore. If you focus inner textbox in this state, you cannot change value using num keys or buttons as expected, but you can still change value using up and down keys. I have resolved this unwanted behavior by preventing user to focus control in readonly state.

Is it also possible to  add selection opaticity property, which is accessible for textbox, or create new property which would make text unselectable (look and feel reason) ?

Thanks for your time. 

Sav
Boyan
Telerik team
 answered on 13 Apr 2012
9 answers
192 views
Do you have any example of filtering a gridview with an unbound data filter?
Guru
Top achievements
Rank 2
 answered on 13 Apr 2012
0 answers
143 views
Hello,

In my project i use a RadGridView, this grid display only GridViewColumn. There's no rows displayed.

The  GridViewColumn are created dynamically by code and bind on the RadGridView . 
 
The creation :
 TWC.GridViewColumn collHeader = new TWC.GridViewColumn();
collHeader.IsSortable =
true;<br>           
collHeader.IsReorderable =
true;<br>           
collHeader.DataContext =
this;<br>           
collHeader.MinWidth = 100;<br>           
collHeader.UniqueName = resultItem.label;<br>           
ButtonHeaderResult buttonHeader =
new ButtonHeaderResult();<br>           
buttonHeader.DataContext =
this;<br>           
buttonHeader.btnDelete.Tag = collHeader;<br>           
buttonHeader.LabelContent.Text = resultItem.label;<br>           
buttonHeader.ToolTip = resultItem.label;<br>           
collHeader.Header = buttonHeader;<br>           
collHeader.Tag = resultItem;<br>           
return collHeader;

(For example) When i have 10 columns, my headers are well displayed, the header bar is full, when i have 11 columns only 10 columns are displayed correctly, the last one is not visible.
If i move a headercolumn, the progress bar appear (a resize is launch)

Have you an idea please.

How can i force to recalculate the grid Width and the scrollviewer to be displayed.

Thank you
Michel
Top achievements
Rank 1
 asked on 13 Apr 2012
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?