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

Set Height and Width of Gridviewimage Column

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
nisha
Top achievements
Rank 1
nisha asked on 14 Aug 2014, 09:01 PM
Hi,

Could you please help me with setting Height and Width for GridViewImage Column.

Thanks & Regards
Nisha

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 15 Aug 2014, 06:37 AM
Hi Nisha,

Thank you for writing.

Please refer to the following article, where you can find information rezing the column sizing options: Rezising columns programatically

As to the rows, you can either set all the rows height to a desired value:
radGridView1.TableElement.RowHeight = 30;

or you can allow the grid to automatically set the needed row size:
radGridView1.AutoSizeRows = true;

I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
nisha
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or