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

I want to format the currency columns with dollar sign ($) in rad gridview control .

example:
Salary:
$12000
$12321
$22000
$13000
$12000
$12321
$22000
$13000

Please post me some application or guide me to do that in xaml or in resource ditionary file.

Regards,
Arafath
Rossen Hristov
Telerik team
 answered on 30 Mar 2012
0 answers
98 views
Hi Maya,

I want to include the dollar sign($) in currency value column in radgridview control.

Example:
Salary.
$10,000.00
$5,000.00
$10,000.00
$5,000.00
$10,000.00
$5,000.00
$10,000.00
$5,000.00




Can you please help me to handle this ...ASAP

Regards,
Arafath
Mohamed
Top achievements
Rank 1
 asked on 30 Mar 2012
1 answer
41 views
Could someone tell me why I might be getting the attached error?  I downloaded to source code (2012.1.326) to catch the exact point when the exception is triggered in the Telerik source.  The code is not checking for SeriesMappings to be null.  Should I modify the source to return from the method if the SeriesMappings property is null?
Vladimir Milev
Telerik team
 answered on 30 Mar 2012
2 answers
52 views
Hi telerik,

We are using the docking feature - and have had the RadPaneGroup of docked panes in the bottom.

Now users are requesting that the RadPaneGruop is at the top in each of the split container instead as it is with DocumentHost.

Is it possible to move the RadPaneGroup to the top?

Thanks,

Anders, Denmark.
Konstantina
Telerik team
 answered on 30 Mar 2012
3 answers
322 views
Dear sir,

I have created a RadDropdownButton.
While the control is open, if I click on a control that I put within the dropdown content area then it launches another control dialog.
For example, I click on a button which launches a search dialog. But, for some reasons, this search dialog is overlapped/hidden by the RadDropdownButton control.

I have to keep the RadDropdownButton open when the search dialog is open and it seems to me the RadDropdownButton has a high Z-Index and always on top of the search dialog.

How can I resolve this issue?


Richard
Tina Stancheva
Telerik team
 answered on 30 Mar 2012
1 answer
132 views
Hi,
how can I change the icon related to Importance (=High) property of the appointment (in the AppointmentTemnplate)?

thanks, michele
Konstantina
Telerik team
 answered on 30 Mar 2012
3 answers
99 views
Hello, 
is it possible to view the details for the two rows at the same time?
Rossen Hristov
Telerik team
 answered on 30 Mar 2012
3 answers
140 views
1.  I don't see this control in your list of wpf controls below; is it still available? 
(oddly I was recently told by someone at support that you had nothing like it--maybe it's new or in beta?)
http://www.telerik.com/products/wpf/controls.aspx
2.  Does it or will it support Entity Framework 5.0?
3.  Does it or will it support dbcontext (4.x and higher)?

Thanks.
Rossen Hristov
Telerik team
 answered on 30 Mar 2012
1 answer
96 views
Nowdays, .NET 3.5 assemblies is rarely used,But the installer/setup auto install them and cannot deselect by user.This is very annoying.I hope the next release will resolve this problem.
Chavdar Dimitrov
Telerik team
 answered on 30 Mar 2012
1 answer
200 views
I tried to set the new added row as the selected row, but have some strange effects.
In the grid I have set IsSynchronizedWithCurrentItem to true, because I want the arrow to follow the selected row (currentItem).
Also set the ShowInsertRow to true.

After the user has clicked on that row, filled in his information and presses the Enter key, I'd like to set this newly added row as the selected row with the Arrow (IsSynchronizedWithCurrentItem) also set to this row.

With AddingNewDataItem I create the new item with default values.

In the RowEditEnded I add this new object to the ObjectContext, save the changes in the context and do the following check:
if (e.Row is GridViewNewRow)
{
  ScrollIntoView(grdDataGrid, e.Row.Item);
}

Then I have the ScrollIntoView function:
private void ScrollIntoView(RadGridView grd, object itmSel)
{
  grd.SelectedItem = itmSel;
  grd.ScrollIntoViewAsync(grd.SelectedItem, r =>
  {
    var row = r as GridViewRow;
    if (row != null)
    {
      row.IsCurrent = true;
      row.IsSelected = true;
      row.Focus();
    }
    grd.CurrentItem = itmSel;
    grd.CurrentCellInfo = new GridViewCellInfo(grd.SelectedItem, grd.Columns[0]);
  });
 
}


It looks like it's working, but I still have the previous selected row ALSO having the Arrow mark. When I select a different row the newly selected row get the arrow mark, but my new added row keeps also having the arrow mark. 
I need to select the new added row then select a different row to have it all working. 

What's wrong here? Using WPF Q1 2012.





Dimitrina
Telerik team
 answered on 30 Mar 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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
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
Bronze
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
Bronze
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?