Browse By Tags

  • Displaying and Editing of Hyperlinks in cells

    We are using the igDP:Field to display the hyperlink with a custom style.

    Is there any way to make use of both double click and single click events for the same cell?

    We added our own dependency property command which will handle both. But the igDP…

  • XamDataGrid Manually format hierarchical data and activate edit on some fields

    As shown in the subject, I have a XamDatagrid with an object collection as a datasource.

    I would like to Show on the grid only some fields and I also want to allow the user to modify some of the fields.

    I come from WIndows Forms where the Initialize…