Browse By Tags

  • Binding datagrid column IsEnabled in code

    We are dynamically creating the datagrid's fields collection in code. One of the fields is a checkbox. I need to bind the IsEnabled property so that I can disable individual cells based on data values via a converter. Although I see there is a converter…

  • How do i access to GroupBy value, Value on which my xamDataGrid is grouped?

    Here is the scenario

    I have a xamDataGrid where i want the records shown in heirarchy. I want to add a button for clear all and select all on each group level. and on button click event i bind the button datacontext with DataPresenter.ActiveRecord, but…

  • Dynamic Columns Question

    Hi There,

    Firstly I would like to apologise if this has already been asked and answered, but i have spent a couple of hours cruising through the forums looking for an answer to my question.

    My problem is that I have a collection of entities, which are…