This is a migrated thread and some comments may be shown as answers.

Validating GridDateTimeColumn

1 Answer 83 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Christine McDaniel
Top achievements
Rank 1
Christine McDaniel asked on 01 Oct 2009, 07:08 PM
I need to validate a GridDateTimeColumn to check for future dates.  I need to validate another GridDateTimecolumn to validate dates that fall within a certain BeginDate and EndDate.  What is the best way to accomlish this.  I have been searching all over. Here is how my grid is set up:

<

 

telerik:GridDateTimeColumn

 

 

DataField="LastVisitDate"

 

 

PickerType="DatePicker"

 

 

HeaderText="Date of Last Visit"

 

 

UniqueName="LastVisitDate"

 

 

DataType="System.DateTime"

 

 

DataFormatString="{0:MM/dd/yyyy}">

 

 

</telerik:GridDateTimeColumn>

We are using RadControls For ASPNET AJAX Q2 2008.
I would like to be able to do this on the client, however, will accept best method.

Thanks you,
Chris

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 02 Oct 2009, 08:10 AM
Hello Christine,

I suggest you review the following links, which elaborates on this matter and let me know if they help:
Adding a validator to an edit field in Telerik RadGrid
How can I validate the controls

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Calendar
Asked by
Christine McDaniel
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or