RadGrid filtered by RadDateInput

Thread is closed for posting
2 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 19 Aug 2007 Link to this post

    Requirements

    RadControls version
     Web.UI version

    Q1 2007 SP2
    2007_3_1314
    .NET version

    2.0     
    Visual Studio version

    2005
    programming language ASPX
    browser support

    all browsers supported by RadControls

    To convert code from posted projects Telerik online converter

     
    PROJECT DESCRIPTION
    This code library shows a codeless integration of RadGrid and RadDateInput controls. 2 RadDateInput controls are used for control parameters in RadGrid's data source control:
    <SelectParameters> 
        <asp:ControlParameter ControlID="RadDateInput1" Name="OrderDate"  
             PropertyName="SelectedDate" Type="DateTime" /> 
        <asp:ControlParameter ControlID="RadDateInput2" Name="OrderDate2"  
             PropertyName="SelectedDate" Type="DateTime" /> 
    </SelectParameters> 


  2. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 23 Feb 2008 Link to this post

    Find the project updated with Prometheus RadGrid, RadInput and RadAjax controls in the first post as well. Instead of OleDb, the new demo works with SQL backend.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.