Telerik Forums
UI for WPF Forum
5 answers
187 views

Hi

I need to export the grid to word or excel

The problem is that grid with paging export only the selected page I need to export the entire grid how can I do this?

Best regards Ehud

Avi Avni
Top achievements
Rank 1
 answered on 30 Aug 2010
9 answers
439 views

Hi

After I download the new dlls of telerik the grid start to do auto validation

We are implementing I Data Error Info interface and the grid catch all the exceptions

That was thrown.

  I need to disable the validation in the grid  

Best Regards

Ehud

Pascal
Top achievements
Rank 1
 answered on 30 Aug 2010
1 answer
223 views
Hello,

How can I load the data asynchronously using an XMLDataProvider. Following is the code I tried. I have set IsAsynchronous to true. But financialInfoProvider.Data is returning Nothing in the below code snippet.
Dim financialInfoProvider As New XmlDataProvider()
Dim finacialInfoXMLPath As String = String.Empty
finacialInfoXMLPath = BuildFinancialInfoXML()
financialInfoProvider.IsAsynchronous = True
financialInfoProvider.Source = New Uri(finacialInfoXMLPath, UriKind.RelativeOrAbsolute)
financialInfoProvider.XPath = "/RemainingFinancialInfo/Property"
m_GridDataSource = New ObservableCollection(Of XmlNode)(DirectCast(financialInfoProvider.Data, IEnumerable(Of XmlNode)))

Thanks and Regards,
Norbert John
Vlad
Telerik team
 answered on 30 Aug 2010
0 answers
198 views
Developers,

Does anyone know if there is a ValidationSummary control similiar to Silverlight for WPF?

I have done alot of work with RIA and Silverlight, and am now on a WPF project.  Trying to get my arms around Validation.

Anyone have any good articles on a solid approach to Validation?

Bryan
Bryan
Top achievements
Rank 1
 asked on 27 Aug 2010
3 answers
165 views
How do you hide Region, City and Neighbord in the zool level control declaratively using xaml.  If not, how do you do it programmatically in c#? 

Thanks

Chris R.
Andrey
Telerik team
 answered on 27 Aug 2010
1 answer
115 views
We are experiencing crashes with logarithmic scale on chart with negative values.  Is this issue addressed in upcoming release?
Giuseppe
Telerik team
 answered on 27 Aug 2010
4 answers
217 views

In the RadPanelBar, I added a user control that has a few text boxes. When I select the RadPanelBarItem, I’m unable to get the focus on the first textbox in the user control.  I have the  FocusManger.FocusedElement bound to the first text box in the user control.  How can I get the focus to the first textbox in the user control? Please advise.

Thanks
RJ

RJ
Top achievements
Rank 1
 answered on 27 Aug 2010
1 answer
163 views
Hello I am a designer and use the Expression Blend 4. I have a problem with the customization of the Dock Pane. The panels in the original state have the custom features, but if they are floating or washed and put back in DockPane lose the custom features. What should I do? Help me please, Adriana
Konstantina
Telerik team
 answered on 27 Aug 2010
3 answers
337 views
I'm using the RadCalendar in Month selection mode (DateSelectionMode="Month"). I want the control to default to the current month and for this month to be visibly selected by default as well.

When I default the SelectedDate and/or DisplayDate properties to the current date the current month is still not visibly selected.

The only way I can get this to work is via a hack like:
Loaded += (s, e) =>
{
  var today = DateTime.Today;
  calendar.SelectedDate = new DateTime(today.Year, today.Month, 2);
  calendar.SelectedDate = new DateTime(today.Year, today.Month, 1);
};

Is this a bug? Is there a better way to default to the current month?

Kaloyan
Telerik team
 answered on 27 Aug 2010
3 answers
376 views
Hi everyone, I'm newbie when it comes to WPF so i have some - maybe too basic question, but still. 
I have a question on how to populate specific columns in radgrid view with columns in List that i got from my orm model.

For example - this is my code behind to set datacontext of a grid view P.S. I would like to put that into resources:
public partial class MyClass : Page
    {
        public List<MyTable> myList { get; set; }
  
        public Drzava()
        {
            using (MyModel dbContext = new MyModel())
            {
                myList = dbContext.MyTable.ToList();
  
            }
            InitializeComponent();
              
            myGridView.DataContext = myList;
        }
    }

if I set ItemsSource="{Binding ElementName=myPage,Path=myList}" , i get populated all the columns, but i only want specific ones...so i tried somethink like that:
<telerik:RadGridView Name="myGridView" Margin="12,65,12,12" ItemsSource="{Binding ElementName=myPage,Path=myList}" AutoGenerateColumns="False">
            <telerik:RadGridView.Columns>
                <telerik:GridViewColumn DataContext="{Binding Path=Id}"></telerik:GridViewColumn>
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>
But I cannot get it to work...
Thank you in advance for the reply and help.
Yavor Georgiev
Telerik team
 answered on 27 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?