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

When I click on Overflow Button Inside the toolbar then it shows the remaining control which are not visible, here in this case I want to stop/disable the animation when it shows the overflow controls.
Could anyone please tell me how can I disable this animation.

Thanks,
KK
Petar Mladenov
Telerik team
 answered on 31 Jan 2013
17 answers
675 views
Hi All!

  I figured I would post here instead of a trouble ticket as this really is a quest for information more than anything else.  I am sure that you have probably been asked this somewhere by now; but I am not finding anything in the documentation or via the support links, so here it goes!

I have a GridView that is attached to a RadDataFilter and I would like to be able to store in a database the FilterDescriptors and the Logical operators that a user adds/changes/modifies.  I am having a hard time trying to figure out the bes data structure to use to accommodate the storing and retrieval of these filters.  My RadGridView is tied to a view in the database and these filters will be extremely important to keep for the filtering process.

Can someone make a recommendation as to the best approach?  Is there an easy way to "re-build" the RadDataFilter based on the string value found when assessing the values in this property: "radDataFilter.ViewModel.CompositeFilter.ToString()"?  If not a solution could be XML?  Just not sure what is less painful when attempting to store this controls data.  Perhaps I have to store the Binary for the object in the DB and rebuild?

Any assistance or guidance is greatly appreciated!

Thanks!

-Sean

Guru
Top achievements
Rank 2
 answered on 31 Jan 2013
1 answer
135 views
When the mouse moves over a row in a RadGridView I have to set some fields on the supporting viewmodel object so that visual objects in a different control using the same viewmodel are highlighted.

Is this doable with our current version of Telerik.Windows.Controls (2012.2.0725.40)?

Thanks,

Ari
Nick
Telerik team
 answered on 30 Jan 2013
1 answer
128 views
Hi,

There are certain meetings (Appointments) that has fixed timing, i.e. they need to be held at that time only. There are other meetings on the same day which may be held on any given time in a day.

I need to show the meetings with fixed timings first and then the meetings with no timings. I need to show them one below other (Not side to side). Even if two meetings have same timings, they need to be shown one below the other.

Let me know if this is possible or not.
Konstantina
Telerik team
 answered on 30 Jan 2013
5 answers
217 views
If I open any DOCX file, I get an error saying the file is locked and cannot be opened.  This is definitely not true.

I then pulled Telerik source code and ran.  I found that the error is in the Telerik.Windows.Documents.dll file.  The error is in Paragraph.cs.  The error is at line 409.  As you can see by the photo, the Levels only contains one item, yet it's trying to reference Item[1] which would be impossible.  Should be Item[0].

I can attach a DOCX file if no one else has this issue.
Mihail
Telerik team
 answered on 30 Jan 2013
3 answers
111 views
Hi,

I want to design a grid which will display the values as in the attached image. Column headers and row headers have to be populated dynamically, Since i am following MVVM-Wpf pattern i will bind it through my observsable collection. How can i acheive this?
Subash
Top achievements
Rank 1
 answered on 30 Jan 2013
0 answers
97 views
Vertical orientation blocks both vertical and horizontal scrolling; None blocks only horizontal scrolling for some reason. Bug?
Example
Maxim
Top achievements
Rank 1
 asked on 30 Jan 2013
1 answer
138 views
I'm using RadWindow as ModalDialog in a WPF application. The content of the window expands with Expander.
When I set RadWindow property TextOptions.TextFormattingMode="Display", window stops to change its size automatically and cut my content.

Without setting this property, auto resizing works fine.

Example for reproducing a bug:
<telerik:RadWindow x:Class="TelerikSamples.RadWindowTest"
                   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                   xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                   TextOptions.TextFormattingMode="Display">
    <Grid>
        <Expander Header="Expand me">
            <StackPanel>
                <TextBlock Text="Text1"/>
                <TextBlock Text="Text2"/>
                <TextBlock Text="Text3"/>
            </StackPanel>
        </Expander>
    </Grid>
</telerik:RadWindow>

Vladi
Telerik team
 answered on 30 Jan 2013
3 answers
129 views
Hi

1) I have a requirement to display numeric data in the grid (this must be read-only), and in the first cell of each column I need to display a "unit of measure" (e.g. "cm", mm", "m", etc). Additionally, when the user clicks on this cell it should display a combobox, allowing the user to change that column's measurement unit (selecting an item will involve recalculating the data that is bound to the grid). So my question is - is it possible to mix content in a column like this, i.e. numeric data in some cells, and a combobox in another cell? Can you suggest a way to achieve this?

2) I want the ability to right-click a cell and bring up some kind of popup or panel containing a simple form (various controls to manipulate that cell's contents). I've found how to select the cell that has been right-clicked, but is there a way that I can position the popup/panel over that cell? Or am I best just using a WPF Popup control with Placement="MousePoint"?

3) In some cells we need to provide a visual indication of the validity of the data, but rather than use colours to do this, we would like to display an image/icon alongside the numeric value. Is this possible?

Thanks in advance
Andrew
Pavel Pavlov
Telerik team
 answered on 30 Jan 2013
5 answers
138 views
Hi all, 
I've problems to connect to Adomd OLAP server since version 1307 (also 1314 of yesterday). 
Have you perhaps changed something in connection parameters and methods?

I configure the provider by this way:

Session.OlapProvider = new AdomdDataProvider
{
    ConnectionSettings = new AdomdConnectionSettings()
    {
        ConnectionString = Settings.Default.OlapConnString,
        Database = Settings.Default.OlapDatabase,
        Cube = Settings.Default.OlapCube
    }
};

...then the problem is on following line of my code:

this.pivot.DataProvider = Session.OlapProvider;

the error is System.NullReferenceException but I can't know where is in PivotGrid sourcecode.

Before 1307 internal release all works fine...
Please, can you help me?

EDIT: Sorry, I have specified the wrong title that is ADOMD provider connection problems: if you can, change it, thanks!

Many thanks!
Davide
purdav
Top achievements
Rank 1
 answered on 30 Jan 2013
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
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?