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

ASSIGNING WIDTH TO CUSTOM COLUMN IN GRID CONTEXT COLUMN of RAD FILE EXPLORER

1 Answer 113 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Ajay
Top achievements
Rank 2
Ajay asked on 24 Oct 2009, 08:56 AM
hi Telerik Guys !!

Could you help me how can I assign the width to the columns that I added on to the GRID CONTEXT MENU of RAD FILE EXPLORER.

Lets say I have three columns named :-

   FILE NAME            SIZE            CREATED DATE                    MODIFEIED DATE

All I want is to assign the same/different width to each column . HOw can I do that ?

Please help !

Ajay

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 28 Oct 2009, 04:39 PM
Hi Ajay,

You can use this approach when you create a new column :

GridTemplateColumn gridTemplateColumn1 = new GridTemplateColumn();
gridTemplateColumn1.HeaderStyle.Width = Unit.Pixel(150);

I hope this helps.

Regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
FileExplorer
Asked by
Ajay
Top achievements
Rank 2
Answers by
Fiko
Telerik team
Share this question
or