Telerik Forums
UI for WPF Forum
2 answers
305 views
I have a grid that I only ever want to show a subset of data items. I want the user to be able to play around with the filters, so I've created a CollectionView based on the original collection that has the permanent filter set. This CollectionView is set as the grid's ItemsSource so that the permanent filter and the user defined filters (FilterCollection) are kept separate.

However, I get an index out of bounds exception when adding items to the original collection. It looks like this is because the INotifyCollectionChangedEventArgs are specifying an index that is present in the original collection, but too high once the CollectionView filter has been applied.

Is this a strategy that should work and I'm missing something, or does anyone know of a better way to have a filter always set on the grid, despite calling FilterCollection.Clear() (my fallback strategy is to now create a FilterDescriptor to do the same job and re-add it every time I clear the filters).
Geoff Smith
Top achievements
Rank 1
 answered on 04 Aug 2010
1 answer
94 views
Hi,

How can i apply "Row Selection Style" for RadGridView using a predefined property.

Thanks,
-Narendra
Vlad
Telerik team
 answered on 04 Aug 2010
8 answers
115 views
Hello,
Would you be so kind as to tell me, is there any way to make child's table columns to appear just under the parant's columns, with no offset.
Jokerwolf
Top achievements
Rank 1
 answered on 04 Aug 2010
2 answers
82 views
Hi,

As per my observations on RadGridVIew, i found column drag and drop is allowed by default.

Is there any property which controls the behavior of column drag and drop?

Thanks,
-Narendra

Narendra
Top achievements
Rank 1
 answered on 04 Aug 2010
4 answers
235 views
How can I get a RadGridView to ignore F2, Del, Ins if it has keyboard focus?  I have CommandBindings defined to handle these key presses and would like to have these CommandBindings executed.  I don't want to ignore all keyboard input in the RadGridView however as I'd still like to navigate the rows in the RadGridView with arrow keys.
Maya
Telerik team
 answered on 04 Aug 2010
3 answers
157 views
I am using the drag and drop manager along with the RadGridView to drag one or more items from the RadGridView.  This was working fine in previous versions, but the latest 2010.2.714.40 doesn't seem to work any longer.  I looked at the demos and it didn't work with multiselect and then dragging either.  Did something change that I am not aware of, or did this just break?  Thanks!
Wasif Jahangir
Top achievements
Rank 1
 answered on 04 Aug 2010
1 answer
100 views
Hello 

I have downloaded RadControls_for_WPF_35_2010_2_0714_TRIAL and when I try to run a simple project including a RadGridView I got the following error:

Cannot resolve dependency to assembly cause it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. Line 66 Position 10.' C:\Users\JORGE\Documents\Visual Studio 2008\Projects\Colonial3\Proveedores\Proveedores\UCDatosProveedor.xaml 66 10 Colonial3

The error points where the RadGridView is declared 

<telerik:RadGridView x:Name="ProveedoresGridView" Margin="0"
IsReadOnly="False" CanUserFreezeColumns="False" CanUserInsertRows="True"
SelectionMode="Single" AutoGenerateColumns="False" IsFilteringAllowed="False" ShowGroupPanel="False" VerticalAlignment="Top" MaxHeight="768">

I hope you can help me

Best regards
Jorge Alberto
Vlad
Telerik team
 answered on 04 Aug 2010
2 answers
124 views
There is probably a simple answer to this, however I am a designer and have had no luck finding an answer to this via google or the support pages.

I am needing to use a RadTreeListView to show the following heirarchy:-

  • Calculation Set 1
    • Calculation 1
      • Condition 1
    • Calcualation 2
      • Condition 2
    • Calculation 3
      • Condition 1
  • Calculation Set 2
    • Calculation 4
      • Condition 1

Here is my proposed XML:

<?xml version="1.0" encoding="utf-8"?>
<Calculations>
  <Calculation_Set Name="Calculation Set 1">
    <Calculations>
      <Calculation Name="Calculation1">
        <Conditions>
          <Condition Name="Condition 1"/>
          <Condition Name="Condition 2"/>
          <Condition Name="Condition 3"/>
        </Conditions>
      </Calculation>
      <Calculation Name="Calculation2">
        <Conditions>
          <Condition Name="Condition 4"/>
          <Condition Name="Condition 5"/>
        </Conditions>
      </Calculation>
    </Calculations>
  </Calculation_Set>
  <Calculation_Set Name="Calculation Set 2">
    <Calculations>
      <Calculation Name="Calculation2">
        <Conditions>
          <Condition Name="Condition 6"/>
          <Condition Name="Condition 9"/>
          <Condition Name="Condition 12"/>
        </Conditions>
      </Calculation>
    </Calculations>
  </Calculation_Set>
</Calculations>


Can I get some help with the creation and binding?
Russ
Top achievements
Rank 1
 answered on 03 Aug 2010
5 answers
150 views
I was reading the release notes for the new (7/15) charts.  Is there a way to see a demo, code sample or documentation related to the RadChart Selection.

J
Giuseppe
Telerik team
 answered on 03 Aug 2010
1 answer
95 views
hi my friends

there's wpf control like Actipro control for Bar Code
because i want to use it in supermarket project
with my thank's
Hristo
Telerik team
 answered on 03 Aug 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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
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
Iron
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
Iron
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?