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

Change filter textbox width

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 02 Oct 2009, 04:03 PM
Hi,

HOw can i set filter width in grid column ?  And also how can i set to filter boolean field?

lakmal

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Oct 2009, 11:53 AM
Hi Lakmal,
 
You can make use of the FilterControlWidth and DataType properties of the column as shown below:
aspx:
<telerik:GridBoundColumn FilterControlWidth="100px" DataField="FirstName"   
UniqueName="FirstName" HeaderText="FirstName">  
</telerik:GridBoundColumn>  
  
<telerik:GridBoundColumn DataType="System.Boolean" DataField="Condition"  
UniqueName="Condition" HeaderText="Condition"
</telerik:GridBoundColumn> 
 

Thanks
Shinu.
Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or