Browse By Tags

  • How to display Int data in Dataset as String in grid

    Hi,

    I have a column in a datacontext which is an integer( 0,1)

    While displaying these in the Xamdatagrid, i want to display: 0 as "NO" & 1 as "Yes".

    Could somebody please guide me thru this?? Thanks!!

  • Using Template for DataGrid Cell

    Can anybody help me?? I'm kind of new at this...

     I have created a template to allow entry into a textbox for a column in my DataGrid (I've included the XAML below.)  Everything works fine when I change the Note column in an existing Row.  The pr…