can i have a list of values on a filter property like equals
actually i want to have a drop down on a filter which will be having some list of values from that column from which the client can select and get the results on the grid.
thanks in advance
3 Answers, 1 is accepted
0
Svett
Telerik team
answered on 18 Nov 2010, 12:56 PM
Hi salini,
Thank you for writing to us.
If I understand you properly, you want to replace the default editor with a drop down list containing the filtering values. You can achieve that by using the EditorRequired event:
hi
i am using q3 version of telerik
i want to know that can i set custom values( like result from a stored procedure) to the showcolumnheaderproperty of a grid view.
i dont want the filter column header property to have distinct values from the grid view column rather i want it to bind to a stored procedure
please help!
0
Svett
Telerik team
answered on 01 Dec 2010, 05:41 PM
Hi salini,
As I mentioned, you can replace the default editor by handling the EditorRequired event. You can refer to my previous post for additional information. If you want to change the data source of GridViewComboBoxColumn cells, you should use the CellEditorInitialized event: