Filtering range with RadDatePicker instances in a custom filtering column

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

    Posted 13 Nov 2006 Link to this post

    Requirements

    r.a.d.controls version

    r.a.d.calendar v1.8.2
    r.a.d.grid v4.0.2
     Web.UI version  2007_3_1425
    .NET version

    2.0
    Visual Studio version

    2005
    programming language

    C#
    browser support

    all browsers supported by r.a.d.controls

    To convert code from posted projects Telerik online converter

     
  2. PROJECT DESCRIPTION
    The project demonstrates how two RadDatePicker instances are used in a custom filtering column for setting a datetime filtering range. You need to extract the selection from the datepicker controls on ItemCommand when certain command is executed, modify the filter expression for the grid accordingly and rebind it to execute the filter operation.

    See the code logic in the demo for more details.
  • 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 15 Mar 2007 Link to this post

    This modification of the original code library project allows you to host the datepicker controls within the DropDown part of a RadComboBox instance to achieve the equivalent functionality.
  • 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 19 Mar 2007 Link to this post

    This modification of the original code library project allows you to host calendar controls instead of datepickers within the DropDown part of a RadComboBox instance to achieve the equivalent functionality. Moreover it is possible to use multiple template columns with such filtering mechanism enabled -- you can then clear the filter for a single column or clear the filter for the whole grid altogether.
  • 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 06 Jun 2007 Link to this post

    Here is another modification of the code library project -- the Grid uses custom filtering column with datepicker controls within DropDown part of a RadComboBox instance together with GridDataBound column in order to support filtering by multiple columns. It uses ajax request by caused by a RadAjaxPanel instance to update the grid.
  • Back to Top

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