Do we any computed column for the datagrid?
Do we any expression property for the datagrid columns?
My requirement is I ought to bind the following expression
at design time
if(au_lname=="" ,' ',"hi"+au_lname )
Is it possible to do so?
Do we any expression property for the datagrid columns?
My requirement is I ought to bind the following expression
at design time
if(au_lname=="" ,' ',"hi"+au_lname )
Is it possible to do so?