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

FilterControlWidth not workig for detail grid

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 27 Feb 2009, 04:44 PM
Greetings,

I'm using RadGrid within a Sharepoint webpart. On the details table I have two rows set with the following:

   

boundColumn = New GridBoundColumn()  
boundColumn.DataField = "Field" 
boundColumn.HeaderText = "Text" 
boundColumn.AutoPostBackOnFilter = True 
boundColumn.CurrentFilterFunction = GridKnownFunction.StartsWith  
boundColumn.HeaderStyle.ForeColor = White 
boundColumn.FilterControlWidth = Unit.Pixel(25)  
.Columns.Add(boundColumn) 

 

All the properties get set during runtime except for FilterControlWidth. Any idea why it wouldn't get set?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Feb 2009, 05:04 PM
Hi Matthew,

This problem is now fixed, please upgrade your RadControls to the latest version.


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Matthew
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or