Instrukcja jak tworzyć dynamicznie okna kendo w angularze.
Implementation of missing functionality in Kendo Grid control - storing filters in query string
In my application, I wanted to handle double click on grid’s row by redirecting user to page, which contained detailed data about this particular row. Unfortunately, none of existing implementation did not satisfied me, because it either binded to dbClick event in controller, or used rowTemplate to show data in grid.
Explanation how to use Kendo UI grid in Angular project. Post is focused on data source integration.
Sztuka programowania 3271 dni, 5 godzin, 42 minuty temu 84 źrodło rozwiń
We use Kendo-UI in a project we are developing at work and it’s great if you don’t have to customize it a lot. Otherwise I’m pretty sure you will encounter many strange problems, like me. My current tasks connected with UI layer of the application so I’m struggling with many different problems. Today I’ll describe one of them and present my own solution.
Ostatnimi czasy w pracy eksperymentujemy z ASP.NET MVC. Jednym z problemów na jakie natknąłem się poznając tą technologię było utworzenie okien modalnych. Po niezbyt owocnej walce z kontrolkami ze stajni Devexpressa postanowiliśmy, że skorzystamy z darmowej biblioteki Kendo UI napisanej w jQuery. Wspomnianą wcześniej bibliotekę możemy znaleźć pod adresem http://www.kendoui.com/get-kendo-ui.aspx. Aby uzyskać dostęp do plików należy zarejestrować się w systemie - oczywiście rejestracja jest darmowa. Po zas...