Conditionally setup a DataGrid column ?

madelynqllee

New Member
I've a DataGrid column which shows a hyperlink for user to select it. But for certain cases, it should just display as a normal column. How can I conditionally tell the DataGrid to set hyperlink for some colums only ?<BR><BR>Many Thanks,<BR>BenYou could have two columns where you only show (.Visible=True) one or the other based on your condition.
 
Back
Top