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

more than one Date in a Column

3 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rezo
Top achievements
Rank 1
Rezo asked on 11 Jul 2017, 03:24 PM

Hi ,

I have  Date Column in gridview that describe Personal data with  birthdays ,for some reason ,I want to have more than one date in my column and I want to set reminder for example :

before  somebody's birthday shows a reminder as popup.

I am using Asp.net mvc 5 (viewModel ,Controller ,....)

 

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 13 Jul 2017, 07:23 AM
Hello Rezo,

Currently, the desired functionalities are not supported from the Kendo UI.

The Grid can show multiple values in its cell, but this will require the values to be strings instead of date. This can be achieved with column.template:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.template

As for the notifications system, this has to be an entirely custom approach which will have to check all of the data in the Grid and send an alert to the user if any of the items has a date matching today's date.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Rezo
Top achievements
Rank 1
answered on 13 Jul 2017, 07:41 AM

Hello Stefan , 

I am thinking to try something else ,what do you recommend to be best solution.?

Thanks.

0
Stefan
Telerik team
answered on 17 Jul 2017, 05:39 AM
Hello Rezo,

The notification system can be implemented using multiple ways depending on the scenario.

If there is a specific issue or questions with the Kendo UI API which will be used for the chosen approach, please let us know and we will gladly assist.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
Grid
Asked by
Rezo
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Rezo
Top achievements
Rank 1
Share this question
or