Browse By Tags

  • XamComboEditor: Filter Search text

    Hi,

    I am using xamcomboeditor to show some items and I have made the search filter enabled for it.

    I have some other xamcomboeditor also in the same page. When I enter some text in one xamcomboeditor that text stays in the xamcomboeditor. I want to get that…

  • WPF MVVM xamgrid Selection Event

    Hi,

    We are implementing a MVVM architecture in our WPF application. We want to use the XamDataGrid but kind of lost about implementing the selection changed event on the view model layer.

    Any help will be greatly appreciated.

    We need a solution urgently…

  • Re: Binding to SelectedItems count property in Xamdatagrid

    First of all, thank you for helping us succeed with Infragisitcs tools.

    This post is close to what I need help with.   Instead of needing the count though, I need the selected record.  I wish I could bind the XamDataPresenter.SelectedItems.Records to a…

  • Get all the selected nodes in the XAMDataTree

    Hi,

    I want to retrieve all the checked Nodes, but not able to find any propertyby by which I can do that.

    I am including the code, Here If I select any EventSummary then I need all the selected 'NodeLayout collections'. I am using MVVM pattern here…