Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
protected
void
grid_PreRender(
object
sender, EventArgs e)
{
GridFilteringItem item = (GridFilteringItem)grid.MasterTableView.GetItems(GridItemType.FilteringItem)[0];
TextBox txtbx = (TextBox)item[
"UniqueName"
].Controls[0];
txtbx.Width = Unit.Pixel(20);
}
<
telerik:GridBoundColumn
FilterControlWidth
=
"150px"
DataField
"LastName"
UniqueName
></
>
<style type=
"text/css"
.RadGrid_Default .rgFilterBox
height
:
50px
!important
;
</style>