1
Answer

HyperLinkColumn not accessible

kishore

kishore

15y
2.6k
1
Hi I am using Visual studio 2003 with Dot Net framework 1.1 and Dot Net compact framework 2.0. I have added a grid control (DataGrid), to which I want to add HyperlinkColumn control as a column. But HyperLinkColumn is not available for me. Can you please let me know the cause. Thanks in advance.

Thanks,
kishore
Answers (1)
0
Nilanka Dharmadasa

Nilanka Dharmadasa

NA 5.2k 0 15y
It should be availbale in 1.1 framework.


Did you try this way?

1. Go to designer.
2. Then right click the datagrid.
3. Select Properties.
4. In properties window, Select columns.
5. Click the button in the columns field.

6. Then you should be directed to a window with tabs. By deafaul, Columns tab is selected. If not select Columns tab.

7.Then you should see hyper link column under available columns list.


If you still find any problem let me know.


If you find this answer helpful, please check 'Do you like this answer' check box.