Telerik Forums
UI for WPF Forum
1 answer
148 views
Hi,

Can you please share sample code for printing WPF grid data using c#.
 
I tried the online demos avaliable at telerik site for GridView, it is showing "Example not supported in XBAP enviornment". I've tried silverlight code but showing errors.

Thanks,
-Narendra

Pavel Pavlov
Telerik team
 answered on 29 Sep 2010
3 answers
167 views
Is there a way to filter by nulls ?

Thanks !
Rossen Hristov
Telerik team
 answered on 29 Sep 2010
1 answer
117 views
Hello,

I am trying to display the row count on the raddatapager instead of footer. Is this possible? If so, is there an example somewhere?

Thank You in advance,
Kal
Rossen Hristov
Telerik team
 answered on 29 Sep 2010
1 answer
224 views
Hello,

I am trying to display the row count on the raddatapager instead of footer. Is this possible? If so, is there an example somewhere?

Thank You in advance,
Kal
Rossen Hristov
Telerik team
 answered on 29 Sep 2010
1 answer
114 views
Hi,

I am testing RadGridView control for our needs. I bind a DataTable instance to the control but the column names of the control are empty. AutoGenerateColumns property is set to true. I want to set the column names of the DataTable instance to the grid control.

Thank you.
Yordanka
Telerik team
 answered on 29 Sep 2010
11 answers
214 views
Hello :)

I have a gridview and the filter menu is clipped, the "Filter" and "ClearFilter" buttons are not shown.
I have attached  a screenshot of this.

I hope you can help me.
Best regards
Jorge
Ramin
Top achievements
Rank 1
 answered on 28 Sep 2010
7 answers
453 views
I have a very simple problem. I have a list of cars and each car can further contain its name and a list of parts that consist the car. Now i want to show the cars(names) in a grid and the corresponding parts in a combobox in the same row using GridViewComboBoxColumn.
I have set the itemsource property of grid to Cars. Then i used the GridViewDataColumn's unique name to display the name and item source property of GridViewComboBoxColumn to display parts. Here is the code

 

 

 

 

 

<

 

telerik:RadGridView Name="UserListGrid" DockPanel.Dock="Top" Height="520"

 

 

ScrollMode="RealTime"

 

 

UseAlternateRowStyle="True"

 

 

AutoGenerateColumns="False"

 

 

ShowGroupPanel="False"

 

 

IsReadOnly="False"

 

 

RowIndicatorVisibility ="Visible"

 

 

CanUserFreezeColumns="False"

 

 

SelectionMode="Single"

 

 

ItemsSource="{Binding OperatorInfoItems, Mode=TwoWay}"

 

 

SelectedItem="{Binding SelectedRow, Mode=TwoWay}"

 

 

IsSynchronizedWithCurrentItem="True"

 

 

SelectionChanged="UserListGrid_SelectionChanged">

 

 

 

<telerik:RadGridView.Columns>

 

 

 

<telerik:GridViewDataColumn UniqueName="Cars" DataType="{x:Null}" Header="Names" IsVisible="True" IsFilterable="False" IsGroupable="False" IsReadOnly="True" IsSortable="False" Width="150"/>

 

 

 

<telerik:GridViewComboBoxColumn ItemsSource="{Binding Parts}" Header="Parts"/>

 

 

 

</telerik:RadGridView.Columns>

 

 

 

</telerik:RadGridView>

 

 

 

 

 

But after running the project i could only see names and a data binding error message instead of a populated combobox.
Pl tell me what to do.

 

 

 

 

 

 

 

 

 

 

Maya
Telerik team
 answered on 28 Sep 2010
5 answers
876 views
Hi telerik,
as part of my custom control development for button control, i need to have a button content with a combination of the image
and a text (side by side). i need to change the image to a different image when i place my cursor on to the button and change to
original image when the mouse leaves the control.

how to acheive this in generic.xaml and my cs file?

Regards,
srinivas J
Zarko
Telerik team
 answered on 28 Sep 2010
1 answer
166 views
Hi,
  I was trying to use the dynamic layer and my goal was to only get items within the viewport. My data is stored with a quadkey up to lever 2^14 and because of that  I need to set the ZoomGrid to 2^level * 2^level cells.
    Looking with reflector in the the DynamicLayer code I've realized that the call back for getting the items for a particular cell is iterating through the entire cell set rather than being restirected to the one in the view.
  This is obviously causing the application to freeze on high levels(9+). Am I missing something in my implementation? 
   Are there any plans to introduce a DynamicLayer class that is similar with the Bing Tile system? I would take any beta version into consideration as where I am standing now I have to implement my own. Please advise!
Regards,
Dan
Andrey
Telerik team
 answered on 28 Sep 2010
8 answers
1.1K+ views
I have a small RadTabControl that has 3 RadTabItems as children. I've tried setting up the GetFocus events on the RadTabItem in both XAML and in code, but they do not fire. Has anyone else seen this issue?

Also, I tried to use the RadTabControl.SelectionChanged event as a work around, but that fires when the control loads, not just when the user changes selection so it didn't help.
Arnstein
Top achievements
Rank 1
 answered on 28 Sep 2010
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
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?