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

Responsive grid with dynamic columns and custom filters.

3 Answers 421 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atul Srivastav
Top achievements
Rank 1
Atul Srivastav asked on 25 Jun 2015, 11:14 AM
I want to use Kendo grid with following functionalities.

* I don't have a fixed schema. I want to extract columns from data source(JSON data returned by WCF or ASP.NET web API).

* Refresh grid(schema and data both) on other elements event. For eg. if there is three buttons on the page, on click of these buttons grid will get refreshed completely with new data and schema.

* Multi-column filter :- there should be multi-column custom filter.

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 29 Jun 2015, 07:17 AM

Hello Atul Srivastav,

- you can use the grid setOptions method to dynamically change the grid options (including its columns). 

- I am not sure what you mean by multi-column custom filter. Perhaps this demo may help. If this is not the case, may you please elaborate further? Thank you in advance.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Atul Srivastav
Top achievements
Rank 1
answered on 29 Jun 2015, 02:07 PM

Petyo ,

 I don't have a fixed schema at all.

The demo link you have provided in reply is having fixed schema.

I have to provide add/remove column functionality to the user.

User can select(from a popup) columns of his choice to view the data.

 

Also I want a responsive grid like this :- http://dev.leadcentral.maxfenton.com/page-contactactivity.php

I am not sure how to use 'setOptions'

Can you please attach a demo in reply?

 

* I want to use custom filters(that is present in demo) and filter on more that one column.

 

0
Petyo
Telerik team
answered on 01 Jul 2015, 08:29 AM

Hello Atul Srivastav,

I see that we have posted the same question as a support ticket. Please check the reply there and stick to a single thread for your inquiries.

Regards,
Petyo
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
Atul Srivastav
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Atul Srivastav
Top achievements
Rank 1
Share this question
or