I have a page with two buttons in header. I need to display same data on click of both buttons resp. but in different layout, means at click of first button i want to display a kendo asp.net mvc grid and at click of second i want tot display that data in a form of listview. So the question is, is it possible to display the data initially as a grid or listview (any one ) and at runtime we can change the format from grid to listview so that we don't have to create seperate controls partial views for that. Or any better idea on how to implement it is also welcomed.
Can we change the diaplsy format of data from one kendo component to other on runtime in mvc?
65 Views Asked by Manika Agarwal At
0
There are 0 best solutions below
Related Questions in ASP.NET-MVC-5
- Getting and passing MVC Model data to AngularJS controller
- How to fix the model to correctly use the MVC Foolproof library?
- Why do I have to publish MVC project twice?
- WebApi: Reading errors
- MVC route URL not containing parameter
- Checks not showing in the correct location
- Is there another way to unit test business logic in mvc
- Perform wildcard search of all (displayed) model fields in MVC?
- Identity 2.0 After Login go to Infinite Loop asp.net mvc 5
- How to define multiple partial Owin Startup classes and have them all run their code
- How to add asp.net mvc5 to visual studio express 2012 edition?
- Get desired html element's attribute value and set to hidden field before binding in Asp.Net MVC
- Authenticate User for ASP.NET MVC from Sharepoint
- MVC5 Typeahead Feature
- Validation for EditorFor helper mvc5
Related Questions in KENDO-GRID
- How do I attach function to kendo grid after it initialized?
- Kendo grid data source field hide attributes
- How to conditionally provide a style for a grid cell?
- KendoUI Grid input styling in column
- Kendo Grid sort is not working after redefining the columns
- How would I link to an external site from a cell in a kendo grid?
- how to search text in kendo dropdown list?
- Converting Client Side binding to Server Side to improve performance
- No HTTP resource was found that matches the request URI 'http://localhost:xxx:
- Check all Check boxes in all pages of pagination
- how to find class of a span used in <tr> of a kendo grid
- Kendo UI detail grid expansion on row click
- Dictionary Binding in Kendo Grid Dynamically
- Adding function into JSON object
- How do I Change window size on kendo grid editor template?
Related Questions in KENDO-LISTVIEW
- How to Implement Kendo Mobile "Press to load More" in Knockout JS
- Kendo Pager not updating with kendo list view data source
- How to find selected ListView Item in Kendo UI DataASource Destroy
- KendoUI - ListView - How to show dynamic controls at runtime in edit template
- How to learn kendo dropdownlist is enabled or disabled in javascript?
- How create worked template DropDown into ListView?
- How set id after create new object?
- setting dynamic height for kendo ListView
- Kendo-MVC Listview Select first item in list by default
- How to prevent an item to be sorted (fix positon) in Kendo Sortable / Integration - ListView?
- I want to refresh Telerik kendoMobileListView on button click
- Telerik Kendo UI with MVVM
- AngularJS ng-click is not called when used inside KendoUI's template
- MVVM databinding inside Kendo ListView template
- Kendo UI Listi View not updating data on the server
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?