Hi, I am using
<MasterTableView AutoGenerateColumns="true" AllowFilteringByColumn="True"
to auto generate columns in grid and allow filtering, I would like to allow user to press enter to apply filter, and limit each filter by to 50px only for their width.
I was using this when i used to predefine the columns :
<telerik:GridBoundColumn FilterControlWidth="50px" AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo"
how to do this with auto generated columns? Thanks.
Regards,
Alex
<MasterTableView AutoGenerateColumns="true" AllowFilteringByColumn="True"
to auto generate columns in grid and allow filtering, I would like to allow user to press enter to apply filter, and limit each filter by to 50px only for their width.
I was using this when i used to predefine the columns :
<telerik:GridBoundColumn FilterControlWidth="50px" AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo"
how to do this with auto generated columns? Thanks.
Regards,
Alex