Since Kendo forums are closed for peasants, i'll try to ask here.
The task is to get all needed data (dataItems) for further post request by draging element from grid to treeview (some file manager logic - change directory). I managed to get grid dataitem by getting uid, but i can't find "li" uid, only treeview's uid. Is the any way?
Thanks.
$("#...").kendoDropTarget({
drop: function (e) {
var sourceUid = e.draggable.currentTarget.data().uid,
destinationUid = ?
Can anyone help me with this error in the togllevisibility of the columns, please?
Video attached.
im trying bind textbox bottom border
Property path : Style.BorderStyle.Bottom
Expression: =IIf(Parameters.FooterNamesCount.Value=3,Solid,None)
textbox bottom by default set none. But when parameter =3 bottom border not changed.
when creating the report parameter with auto refresh property = false
a Generate button is added to the report UI automatically for triggering the update. An example is attached.
Is there a way to move the 'Generate' button up, closer to / just below the EndDate textbox so that the user can clearly acknowledge the button needs to be clicked for getting the update.
Thanks,
Jerry
I am looking for an example on how to show the percentage difference from one column to the next in a crosstab.
I have a report that shows sales per month in dollars. For each month, I have added an additional column to the right that should show this value.
Hown can this be done? Everything points to some custom code which is not acceptable for my situation.
Example.
January February March
$100 0% $120 20%
Telerik Report Designer – Does *not* collapse empty sections. I can use Expressions and Conditional formatting to blank out certain detail records or fields, for example, but the final report leaves an empty gap; it does not “collapse” the suppressed section.