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

How to pass date picker data(value) from one page to another to fetch the data from database

1 Answer 380 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Amit
Top achievements
Rank 1
Amit asked on 01 Nov 2016, 01:42 PM

Hi All,

I'm new in kendo UI and i want to know that how can i pass a date picker or any other selector value from one page to another page and according to that value how can I fetch data from database(using PHP or ASP.NET C#)  to display it in grids or graphs.I have attached an Mockup of my requirement.

Kindly Give some solution for this.

 

Thanks,

Amit Sah

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 03 Nov 2016, 06:14 AM
Hi,

The Kendo UI DatePicker has a value() method that you can use to get its value and then pass it wherever needed as any other value on your page. Please see the following documentation:

http://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker#methods-value

Regards,
Kiril Nikolov
Telerik by Progress
 
Build rich, delightful, *native* Angular 2 apps with Kendo UI for Angular 2. Try it out today! Kendo UI for Angular 2 (currently in beta) is a jQuery-free toolset, written in TypeScript, designed from the ground up to offer true, native Angular 2 components.
 
Tags
Date/Time Pickers
Asked by
Amit
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or