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

Bug Found: Filtering on Grid Demo

3 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
TomLarry
Top achievements
Rank 1
TomLarry asked on 14 Jul 2015, 09:32 PM

On this demo as binding to remote data, take these steps:

  1. Observe there are two entries have [Order Date] = 07/07/1996.
  2. Click on the filter icon for this column.
  3. Take the default "Is equal to", manually put in "07/07/1996", click <Filter> button, grid becomes empty.

Both "7/7/1996" and using the calendar to select "07/07/1996", still the same empty result.

On the other hand, I like this grid because the coding is clean and easy to understand. This is a huge plus over other open-source grid as they are hard to understand.

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 15 Jul 2015, 11:03 AM

Hello,

In the linked demo, there are no items in the Grid with 'Order Date' equal to "07/07/1996". This is the reason why the filtering results in empty Grid.

Regarding the last statement, the Kendo UI Grid is not open source as it is part of the Kendo UI Professional framework.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
TomLarry
Top achievements
Rank 1
answered on 15 Jul 2015, 01:31 PM

See screenshots attached.

Again, here is the URL http://demos.telerik.com/kendo-ui/grid/remote-data-binding

 

 

 

0
Accepted
Dimiter Madjarov
Telerik team
answered on 15 Jul 2015, 01:57 PM

Hello,

Thanks for the clarification. The described behavior is expected and the reason is that the date sent from the server is converted to local format. The filtering on the other hand is configured to be performed one the server side, which is the reason for the unexpected result. In order to display the date on the client as expected you need to use UTC on both the client and the server. Please refer to the following how-to for more information on this subject.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
TomLarry
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
TomLarry
Top achievements
Rank 1
Share this question
or