North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Retired Products and Controls
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
MVVM
Narrow your results
Silverlight
XamGrid
Binding
Stackedcolumnseries
xamDialogWindow
XamDataChart
XamgridamGrid
Xamdatachart MVVM viewmodel SeriesCollection Series
XamDataGrid
using XAMGRID V 10.2
Event
Collection Properties
DataChart
custom colors
xamgrid filter
xamSlider
commandbinding
Filtering
celldoubleclicked
dynamic
datagrid
XamGrid Filter ItemTemplate
Datagrd
display
XamDataGrid dynamic columns MVVM
Most Viewed
Using Version 2009.2 (newest) exception randomly need IIS RESET
Suggested Answer
over 14 years ago
how to populate dynamic columns from a collection?
Suggested Answer
over 14 years ago
Vertical Webmenu - problem with subitems
Not Answered
over 15 years ago
Node: Client Side Events: OnNodeHover???
Answered
over 15 years ago
Google Chrome & UltraWebGrid. Compatible or Not?
Not Answered
over 15 years ago
Tags
More
Cancel
Descending
Ascending
1 - 15 of
15 results
for Retired Products and Controls
Answered
2649
views
7
replies
XamSlider Command binding to ThumbValueChanged event
I am using XamNumericRangeSlider in my application. I want to do command binding to ThumbValueChanged event using MVVM pattern. I tried using Microsoft interaction event triggers with Relay Command...
Answered
5305
views
5
replies
Can I feed custom colors using (A)RGB syntax or binding them via MVVM?
Hello, I tried doing something like: <ig:XamColorPicker.ColorPalettes> <!-- Create Custom Palette --> <!--<ig:ColorPalette> <ig:ColorPalette.Colors> <ig:ColorPatchCollection> <ig...
Answered
10280
views
4
replies
BusyIndicator not displaying when view is displayed inside a XamDialogWindow
We have the following view: <UserControl x:Class="DetailedSalesView" ... <Grid x:Name="LayoutRoot"> <toolkit:BusyIndicator x:Name="activityControl" IsBusy="{Binding IsBusy}" BusyContent...
Answered
4830
views
3
replies
How to use XamDialog with MVVM
I would like to use XamDialog in my project but it seems the dialog must be in the visualtree before you can call Show. My project uses MVVM and the logic that determines when to show the modal is in...
Suggested Answer
5095
views
5
replies
XamDataChart Stackedcolumnseries MVVM
Does XamDataChart Stackedcolumnseries work with MVVM? I have collection that regularly changes in my view model . I am unable to get a collection exposed as a public property in the view model to bind...
Not Answered
3371
views
1
reply
Dynamically add axes to a chart using MVVM approach
Hi, I'm evaluating the silverlight libraries currently, with the view of porting our win forms application. In our existing app, we dynamically define the axes for a chart through a dialog, then...
Not Answered
3371
views
1
reply
Dynamically add axes to a chart using MVVM approach
Hi, I'm evaluating the silverlight libraries currently, with the view of porting our win forms application. In our existing app, we dynamically define the axes for a chart through a dialog, then...
Answered
10590
views
9
replies
Hide xamgrid columns at runtime using mvvm pattern
HI all, I am using infragistics xamgrid with few predefined textcoumns. I have a button in the same screen when I click on the button I need to hide 2 columns in the xamgrid. I want to do it through...
Suggested Answer
4669
views
2
replies
Handle Click of Button in Unbound column
I am using the MVVM Light toolkit and when I click on a button in a row's unbound column, I want to execute a command on the View's corresponding ViewModel passing the POCO in the row's DataContext as...
Answered
12887
views
14
replies
Filter with diffrent editor template than the default.
Hi, We have a xamgrid with combobox as a editor template, now we need to filter the grid. We are using Filtersettings to filter the grid, our requirement is we need to show a text box as a filter template...
Answered
7431
views
5
replies
Select a row
By default, I get cell highlighting on MouseOver and cell selection on Click. I don't want either of those. When I click on any cell, I want the entire row selected and I don't want the RowSelector visible...
Not Answered
5602
views
3
replies
How to access SelectedRows in ViewModel?
Hi all, I am using one xamwebgird instance binded to data from one ViewModel; How could I find out which rows are selected on ViewModel's end? How can I select a row from the ViewModel...
Not Answered
5602
views
3
replies
How to access SelectedRows in ViewModel?
Hi all, I am using one xamwebgird instance binded to data from one ViewModel; How could I find out which rows are selected on ViewModel's end? How can I select a row from the ViewModel...
Not Answered
2133
views
1
reply
MVVM on XamWebGrid v10.1
Hi all, I am using XamWebGrid v10.1 in a View; I want to connect mouse events to my view model; This is what I do: <igGrid:XamWebGrid x:Name="customGrid" AutoGenerateColumns="False"...
Not Answered
5230
views
7
replies
xamgrid MVVM and filtering
Is there a good example of xamgrid MVVM and filtering? ( Without using any code behind)