This is a migrated thread and some comments may be shown as answers.

Resizing template column in radgrid?

3 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Effat
Top achievements
Rank 1
Effat asked on 06 May 2011, 05:16 AM
Hello,

I am using template columns to divide a column into two or more columns. Example:

Organization
--------------------
Balance| Quantity

unlike other columns, I am unable to resize these template columns.. Can you guide me as to how can I acheive resizing of these columns as well...

Regards,
Effat

3 Answers, 1 is accepted

Sort by
0
Effat
Top achievements
Rank 1
answered on 06 May 2011, 06:11 AM
Also, I forgot to add one thing that the Item Template has a table and two tds' which hold "Balance" and "Quantity" .. So.. I want to resize teh Item template in such a way that these tds' are also resized..

I hope I have helped you guys by adding this information..

Thanks..
0
Shinu
Top achievements
Rank 2
answered on 06 May 2011, 08:21 AM
Hello Effat,

You could achieve this by setting the The Table width in percentage.
markup:
<ItemTemplate>
<table style="height:70%" border="2px">

Thanks,
Shinu.
0
Effat
Top achievements
Rank 1
answered on 06 May 2011, 08:30 AM
Thank you shinu.. :)
Tags
Grid
Asked by
Effat
Top achievements
Rank 1
Answers by
Effat
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or