Telerik Forums
UI for WPF Forum
3 answers
708 views
Hi,

I am still very new to wpf and would like to know how i would add text to the progress bar. The demo has the textblock above the progress bar and not inside. My end goal is to have the progressbar in the gridview control on a per row basis.

Any help would be very appreciated

Kind Regards,

Clinton
kottu
Top achievements
Rank 1
 answered on 15 Sep 2009
7 answers
336 views
Hi,

Pre the 2009Q2 release, I could select and scroll to an item by setting the IsSelected and IsCurrent of that item to true and use BringDataItemIntoView. That worked perfectly all the time (except when grouped, but that's another forum post ;)).

In the current release, this doesn't work correct all the time. If I have a RadGridView that can 'show' 17 rows for instance, and I try to select an item with that's outside the viewport, it won't get selected/made current (using SetIsCurrent and SetIsSelected), but BringDataItemIntoView will still scroll to the item.

Is that a bug or am I doing something wrong?
Vlad
Telerik team
 answered on 15 Sep 2009
1 answer
102 views
Hai,
    I am using rad 2D piechart for our application. In this i was binded 4 digit value, at this time the last digit hides in the corner(ex:If i want to bind 1589 it shows 589 only).Can i bind the values in mid of the Area?

Thanks in advance.
Velin
Telerik team
 answered on 15 Sep 2009
5 answers
114 views
I've got a screen that has a few date pickers on it, used for Due Date, Start Date and Completion Date.

The software I'm writing has limits on how far forward/backward you can select a date, so a Completion Date can only be before or on Today's date, but not more than 1 week before today's date, likewise with the Start Date.

To implement this easily I've used the SelectableDateStart and SelectableDateEnd values.  These work well for my purposes, except for this case:

Users will often enter in a start date, then maybe 3 weeks later when the task is completed they come into the same screen to fill in the completion date.

The problem that occurs is that I'd like the already selected start date to be a valid entry in the RadDatePicker - the existing date shows up, but if the user happens to change the value, they can't get the originally selected start date back unless they exit the screen without saving.

What would be ideal in this situation is that in addition to the range of selectable dates you have an array/list, which allows you to specify other dates that can be selected that are outside of the range of SelectableDateStart and SelectableDateEnd.

Is it possible to get this feature introduced into the control?
Kaloyan
Telerik team
 answered on 15 Sep 2009
0 answers
99 views
anybody can help me.

1. How to change column width in radgridview using wpf..

thanks,
regards,
vignesh
kottu
Top achievements
Rank 1
 asked on 14 Sep 2009
1 answer
204 views
Hello again,

I've got two more issues

1)
When I bind the radgridview to a linq to sql datacontext and do sorting on a datetime column, then I get the following error:

SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

2) In your demo application, under DataSourceUpdates, there goes something wrong in my opinion.
When you edit a textbox, the binding with the gridview.CurrentItem doesn't function anymore. Also after resetting the form, the text won't disappear. I think this has something to do with the oneway binding. I solved the problem by using the selectionchanged event instead of binding the textboxes to the CurrentItem

With kind regards,
Thomas


Stefan Dobrev
Telerik team
 answered on 14 Sep 2009
3 answers
102 views
Hello,

Can you explain me how to precisely place a point onto the chart with the X and Y coordinates ? Must I set two items mapping and a 2-dimensional array ?

I wrote this sample in Xaml :
<!-- Chart --> 
<t:RadChart Grid.Column="2" x:Name="_uiChart"
    <t:RadChart.SeriesMappings> 
        <!-- Measurement --> 
        <t:SeriesMapping CollectionIndex="0" LegendLabel="Measurement" x:Name="_uiMeasurementSeriesMapping"
            <t:SeriesMapping.SeriesDefinition> 
                <t:SplineSeriesDefinition /> 
            </t:SeriesMapping.SeriesDefinition> 
            <t:SeriesMapping.ItemMappings> 
                <t:ItemMapping DataPointMember="YValue" />
            </t:SeriesMapping.ItemMappings> 
        </t:SeriesMapping> 
    </t:RadChart.SeriesMappings> 
</t:RadChart> 

And I passed to the ItemSource a double array like this :
List<double[]> itemsSource = new List<double[]> 
    new double[] {3, 5, 9, 8} 
}; 
this._uiChart.ItemsSource = itemsSource; 


Thanks,
Adrien.





Adrien Pellegrini
Top achievements
Rank 1
 answered on 14 Sep 2009
5 answers
233 views
Hi,

When dragging  the vertical scrollbar the grid shows a tooltip with the value of the first column inside. 
Is it possible and how(if it is) to make the scrollbar to show the value of the 2nd, 3rd column?

Thanks,
Ruben.
Hristo
Telerik team
 answered on 14 Sep 2009
5 answers
235 views

How to use Rad combobox in wpf????????????

1. Add item in radcombobox ?

2.display member and Value member   using Radcombobox...



thanks,

regards,

vignesh

kottu
Top achievements
Rank 1
 answered on 12 Sep 2009
2 answers
73 views
Hi,

When I edit a value in a cell contained in the last rows of my grid (meaning the grid is vertically scrolled down) and then click on another row to validate the edited row, the vertical scrollbar automatically goes up showing the first lines of my grid.

If i set the EnableFiltering property to false it resolves the problem but i need this feature in my grid.

Is it a bug or is there any property to set to fix this issue ?

Thx
Axel Labrousse
Top achievements
Rank 1
 answered on 11 Sep 2009
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
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
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
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?