I made a simple grid (using control) and have a that filters details on the grid based on the item selected item in the combo box
Here's what have on the client side for the
<label for ="Label1">Select One:</label><telerik:RadComboBox ID="RadComboBox1" runat="server" DataSourceID="SqlDataSource2" DataTextField="GroupCompany" DataValueField="GroupCompany" AutoPostBack ="true" AppendDataBoundItems ="true" > <Items><telerik:RadComboBoxItem Text=" " Value=" " Selected ="true" /></Items></telerik:RadComboBox><asp:SqlDataSource runat="server" ID="SqlDataSource2" ConnectionString='<%$ ConnectionStrings:SiteSqlServer %>' SelectCommand="SELECT * FROM [Table-GroupCompany]"></asp:SqlDataSource><br />The grid uses a different source (SqlDataSrouce1) just for everyone's reference. I used the demo for using Combobox as filter for RadGrid
How do make a button that will execute the filter functionality that the makes?
I couldn't follow nor find the demo for making a filter button (because perhaps it's too much spoon feeding :p) I appreciate any help possible.
Thank you!
