C
CreativeMind
i have a datagrid having a templatecolumn with
headertext="CompletionDate".I want to bind it with either column
'CompletionDate'(datetime) or 'IsReady'(bit). If 'Isready' value is
false, then Row of datagrid show CompletionDate otherwise show string
'Ready' if 'IsReady' is true. e.g, if there are 100 rows in grid, then
completiondate column may consist of some values as dates and some
values as 'Ready' and some may be null. how can i ?
headertext="CompletionDate".I want to bind it with either column
'CompletionDate'(datetime) or 'IsReady'(bit). If 'Isready' value is
false, then Row of datagrid show CompletionDate otherwise show string
'Ready' if 'IsReady' is true. e.g, if there are 100 rows in grid, then
completiondate column may consist of some values as dates and some
values as 'Ready' and some may be null. how can i ?