Hi ,
I have a KENDO UI grid with a toolbar buttons in this order with "EDIT" ,"EMAILS". My requirement is user should be able to click on the grid ROW and select on of these buttons to Edit or EMAILS. I some how made the EDIT option working with a pop up with crud operation but I AM NOT ABLE TO MAKE THE EMAILS BUTTON WORK. How can i make the EMAILS button show up a pop up with a grid on the popup with details from the toolbar. ??
Please let me know if you need more info
Thanks in advance
Saif
And I have the respective fields in my data. But I get an invalid template error on this template.
If I replace the last two "<td>"s with simpler form like
<td>
data.processed
</td>
<td>
data.delivered
</td>
It works perfectly. So please let me know where I am wrong.
Hi, I have generated a kendo.custom.min.js using Kendo custom builder. But after using this new file I am getting issue in using scheduler control only on chrome browser. On Firefox and IE it works fine. I am attaching the error I am getting in chrome console. Kindly let me know what is going wrong.
I have used the popup editing of grid from the "http://demos.kendoui.com/web/grid/editing-popup.html". Its working fine but i want to change the text of that Update button.So please can any body help me.I am new in this kendo user.
We have a grid with many groupable columns. But for various performance reasons, we need to limit how many columns can be grouped at any one time. If we for example have 10 groupable columns, the user should at any one time be able to group at most any two of those columns.
My initial idea was to listen to a grid event that is fired after the user drops a group header into the grouping area. This same event need to be fired before the command is propagated to the datasource, giving me the possibility to prevent the grouping and alerting the user that the maximum number of groups is reached already. The UI also need to be reset, leaving the correct number of elements in the grouping area.
However, I cant seem to find such an event. Do you have any tips on how I could implement the above?
IE is showing a vertical scrollbar in grids with small amounts of rows without height being set. I edited the Grid Demo page "Initilization from table" as an example. The only thing I did in this example is remove the height definition of the grid and cut down the number of rows to 4. See:
http://dojo.telerik.com/EbIyI/2
It seems only to be happening on IE. Especially on older versions (<11) the scrollbar looks out of place and is quite annoying.
I have a use case where I need to show detailed values when I hover a column. Using the tooltip shared option works perfectly, however the seriesHover event is never triggered.
I think the expected behaviour would be to receive an array of items (all the items that were selected as a result of highlighting the column).