Column Resizable

Y

Yama

Hi,

I have the row header as linkbuttons. On the linkbutton's click event I am
able to sort its column. How can I make it resizable?

For example:

<pre>

<!-- datagrid Header -->
<table class="TableHeader" id="tblHeader" border="1" runat="server">
<tr class="TableRowHeader">
<td style="WIDTH: 253px" width="248">
<asp:label id="lblNameHeader" runat="server">Template Name</asp:label>
</td>
<td>
<asp:label id="lblDescriptionHeader"
runat="server">Description</asp:label>
</td>
</tr>
</table>
<!-- End of datagrid Header -->
</pre>

Here I would like to make the both columns resizable... How can I do this?

Thanks,

Yama
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top