Browse By Tags

  • XamDataGrid DataRecordCellArea Issue

    I have the following style for DataRecordCellArea and CellValuePresenter. I'm still getting the default style to show as double.

    When clicking to the right of the radio button of Line "A", it  becomes Active. Clicking on the radio button of Line…

  • Disable the default record selection in XAMDATAGRID

    Hi All,

    I am using XamDataGrid in my application.

    when i bind it by default it selects the first record of collection in data grid.

    i need to stop default binding.

    There should be no row which is selected by default at the time of loading.

    I tried with…

  • Multiple record selection on an editable XamDataGrid without RecordSelector

    I've been working on implementing multiple record selection in a XamDataGrid without using the Record Selector, but rather simply by using the standard behaviors of shift-click and ctrl-click. I found that by setting SelectionTypeCell=null, SelectionTypeRecord…