Hi,
Is there a way to implement dragging/dropping of elements on the surface? I am making a game and would like to move the pieces around.
A simple prototype board can be found here: https://plnkr.co/edit/Lwo10dzpKYz1Aa34uESb?p=preview
Thanks,
Virgil
I'm trying to find a solution to this problem:
http://stackoverflow.com/questions/37555022/kendo-ui-toolbar-overflow-out-of-knockout-js-context
Hi,
I have tabpane in the page, under the pane no one, i have one spiltter, there is one gridview at left side, and another gridview at right side, there is ajax call to populate data, can i have one single loading icon shown in the middle of page instead of showing loading icon of each kendo gridview when ajax call to populate data take place.
Please note that multiple ajax calls to populate left and right gridviews could take place simultaneously, currently, it is showing two loading icons (left and right gridview loading icon). I just need one single loading icon shown in the middle of page and i do not want gridview icon to show. When left and right gridview ajax calls complete, then end the loading icon and remove the icon from the middle of the page.
Thanks.
app.mobileApp.navigate('components/cabinet/view.html')<div data-role="content" class="corplight-drawer"> <header data-role="header" id="drawerHeader"> <div class="company-name" data-bind="text: company"></div> <a class="change-company" data-role="button" data-rel="actionsheet" href="#clientsActionsheet"><span></span></a> </header> <ul id="navigation-container" data-role="listview" class="drawer-menu"> <li class="drawer-accounts"><a data-icon="corp-accounts" href="components/accounts/view.html">Рахунки</a></li> <li class="drawer-loans"><a data-icon="corp-loans" href="components/loans/view.html">Кредити</a></li> <li class="drawer-deposits"><a data-icon="corp-deposits" href="components/deposits/view.html">Депозити</a></li> <li class="drawer-transfers"><a data-icon="corp-transfers" href="components/transfers/view.html">Новий платіж</a></li> <li class="drawer-payments"><a data-icon="corp-payments" href="components/payments/view.html">Платежі</a></li> <li class="drawer-templates"><a data-icon="corp-templates" href="components/templates/view.html">Шаблони</a></li> <li class="drawer-products"><a data-icon="corp-products" href="components/products/view.html">Продукти</a></li> <li class="drawer-users"><a data-icon="corp-users" href="components/users/view.html">Співробітники</a></li> <li class="drawer-map"><a data-icon="corp-map" href="components/map/view.html">Відділення та банкомати</a></li> <li class="drawer-exrate"><a data-icon="corp-exrate" href="components/exrate/view.html">Курси валют</a></li> <!--<li class="drawer-exit"><a data-icon="corp-exit" onclick="app.appLogout();" >Вихід</a></li>--> </ul></div>
What is the problem?
P/S/ please find the screenshot with problem in the attached file
Does the count measure count the itens using DISTINCT?
For instance, let's say we have a dataSource like this:
var dados = [{ PersonID: 2958, Address: "5h St"},{ PersonID: 2958, Address: "Lexington Ave"},{ PersonID: 2958, Address: "76th Street"}]
Note that it is only 1 person, which has 3 address.. if I wanted to use the COUNT measure on the Address, it is correct (it counts 3 itens). But when I use the COUNT measure on the PersonID, it also counts 3 itens, but there is only one personID. If the COUNT measure does not use DISTINCT, Is there any workaround for this?
Hi,
Like you see it on this example: http://dojo.telerik.com/@Janek91/AbUSE if I try to change available tools in the embedded Editor - in result I'm getting it duplicated, that's because I'm using k-ng-model directive. There is a possible workaround here: http://dojo.telerik.com/@Janek91/Eseva I can simply use Angular to paste HTML into <textarea> tag and not to use k-ng-model. But is there really no other way to use k-ng-model, configure tools and don't get duplicated Editor?
I guess I'm not understanding the hierarchical grid when it comes to editing.
Is the parent dataSource in no way connected to the child dataSources? So, when saving, I have to loop through and call save on every child grid?
Does it not use a hierarchical DataSource?