Hi, I need to personalizate the view for each element to show on the grid.
how can i make it?
I can insert code in the ItemTemplate ?
I need to do something like this:
I need it, because every row could have some empty column on it and I should not show the information about that column.
how can i make it?
I can insert code in the ItemTemplate ?
I need to do something like this:
if (eval(something).ToString() != ""){ <span style="font-weight: bold;">Something:</span><%# Eval("something") + "%>}I need it, because every row could have some empty column on it and I should not show the information about that column.