Telerik Forums
UI for WPF Forum
0 answers
83 views
When I type in '10,00' in a gridcell, this becomes 1000. This can be confusing for European users. Is it possible to disallow comma's?
Erik
Top achievements
Rank 1
 asked on 10 Oct 2012
9 answers
140 views
Hi,

I have a WPF control which has RADGridView in it. I included that control inside a Windows Form using element host. But when I started dragging GridView row outside the element host it doesn't let me do that.

Another problem I wanted to drop a row from RagGridView to Desktop. How can I implement that. It would be nice if you respond promptly.

Thanks in Advance..

Sanket
Nick
Telerik team
 answered on 10 Oct 2012
2 answers
117 views
Hi folks,

is it possible to deactivate this bottom menu with minized views?
When we add a new Folder, we want to "height up" the folders and not opening it in this minimzed thing.

How does it work?

Best regards from Germany,

David Mueller
Pavel R. Pavlov
Telerik team
 answered on 10 Oct 2012
0 answers
128 views
I am using a RadTreeListView and MVVM pattern. When I expand new item in my tree some items lost their expanders. 
 private void RadTreeListView_RowLoaded(object sender, RowLoadedEventArgs e)
        {
            TreeListViewRow row = e.Row as TreeListViewRow;

 if (row != null)
            {
                row.IsExpandable = !((TreeNodeViewModel)row.DataContext).IsEmpty;
            }
        }

TreeNodeViewModel - it's an item of tree. 

Konstantin
Top achievements
Rank 1
 asked on 10 Oct 2012
3 answers
684 views
I have been reading through the changes made to the programmatic filtering and have encountered an issue with regards to a checkbox column type within a RadGridView.

I would like to be able to filter the records that are checked but also have that show up in the filter UI.  At this time, I have followed the instructions on how to set the filter, the filter icon highlights and the data is filtered but the appropriate checkbox adjacent to the "False" value in the filter is not checked.

Here is a snippet of the code that resides within the GridLoaded event of my ViewModel.
gridView.FilterDescriptors.SuspendNotifications();
  
GridViewColumn employeeRelatedColumn = gridView.Columns["EmployeeRelatedFlag"];
IColumnFilterDescriptor employeeRelatedFilter = employeeRelatedColumn.ColumnFilterDescriptor;
employeeRelatedFilter.FieldFilter.Filter1.Value = "False";
employeeRelatedFilter.FieldFilter.Filter1.Operator = FilterOperator.IsEqualTo;
  
gridView.FilterDescriptors.ResumeNotifications();
Please advise.
Rossen Hristov
Telerik team
 answered on 10 Oct 2012
1 answer
212 views
Hi,

we use VS2008 and Telerik V2012.2.912.35 and we experiencing HUGE performance problem :(

We have a docking application with a RadRichTextBox and when we load our application, the application take about 10 sec to show up completly... If we replace the RadRichTextBox component by a standard RichTextBox component, the application load instantly....

Here is the RadRichTextBox declaratrion in our XAML file:

<telerik:RadRichTextBox Name="radRichTextPreviousReport" TabIndex="13" Grid.Row="2" IsReadOnly="True" IsSpellCheckingEnabled="False" />

Thank's

Boby
Telerik team
 answered on 10 Oct 2012
4 answers
209 views
I have a number of RadDiagramConnections (as Beziers) in a RadDiagram and need to serialize the individual connection's geometry (the beizer curve).
Basically when the user modifies the look of the bezier I need to store that so next time my model is loaded it will look exactly the same.
I don’t want to use the Diagram’s serialize as the diagram is only a representation of an MVC model.
I also build my own connections from the model but I need to somehow store/restore the bezier curve for each connection.
Help greatly appreciated.


Just a quick update: The user can control the look of the curve by two blue circular elements.  They drag either in any direction and the curve changes. All I really need is a way to get/set these "blue ui elements" and the curve will follow.
Miro Miroslavov
Telerik team
 answered on 10 Oct 2012
2 answers
217 views
Hi,
I want to double click on property name to focused in value of property.
Is it possible?
Maya
Telerik team
 answered on 10 Oct 2012
2 answers
292 views
I have just implemented the RadGridView, which was an upgrade from the standard .net DataGrid.  I have about 100 items in the grid, with about 12 columns and something as simple as a scroll moves very slow.  Scrolling is very jerky, and not smooth.  I also noticed that if I add sorting and grouping, there are random delays as new items are added to the grid.  These delays can be as long as a few seconds even though I have no more than 100 items in my grid.   I have profiled the app, and it says the hottest function call is
Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.MeasureOverride
This can be make or break for us as we need a low latency high performance data grid.
Kayode
Top achievements
Rank 1
 answered on 09 Oct 2012
6 answers
186 views
Hello,

I have an object with a nullable int property that I am binding to the PropertyGrid.  If the int property contains a value and I clear it out, it looks like the grid has validation that requires the int to have a value even though it is nullable.  Is it possible to allow the int property to be null?

Thanks,
Blake
Blake
Top achievements
Rank 1
 answered on 09 Oct 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
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?