I have a grid detail , i want to generate the name of the grid with a date . How can i generate the name of the grid like this : "#= kendo.toString(Timestamp, 'dd_MM_yyyy_hh_mm_ss') #"
Thanks
1 Answer, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 20 Jun 2013, 10:00 AM
Hi Farid,
Basically using function to generate the Grid name is not supported out-of-the-box and you should implement this functionality using custom code. For example you can generate the Grid name using global variable which to contain the already formatted date: