Kendo Mobile: Different colors on badges - kendo-mobile

Is it possible to have badges (attached to buttons) with different colors in the same view?
My code:
$("#btn1").data("kendoMobileButton").badge("New");
Is it possible to set colors dynamically?

Related

Set secondary color of all views

image of an Editor
Like shown in the image above my secondary color for all my views is pink.
But I want it to be a different one.
Where can I set the Color globally?
For the Entries that pink color is the color accent of the application
Which can be modified of course. example
But if you want a little more customization for this view and maybe others. You will have to use custom renderers. Here is another question about that

Highlighted overlay in Xamarin.Forms

Is there any way to highlight the area with overlay like below image? I need to show like this tooltip for the users who are using the app first time.

Kendo UI charts plot bands

Is it possible to display text in kendo chart plotbands where not in category axis i want to display that text in plotbands only like below image.enter image description here

How to set the Background image for KendoUI Page

I am using Kendo ui.
My Page layout consist of Splitter bars, Panel Bars and Grids.
I want to provide the Background image for the whole page.
I have tried using the following but no background image is displayed.
The Path for the Image is correct and verified
body
{
background-image:url('xxxxx.jpg');
}
You would need to find the CSS selectors for all the Kendo UI elements and set background-color: transparent on them.

How to add an animation into infragistics grid row

I am developing UI form that has infragistics grid. Users can delete, submit some records in the grid. Because of long running task (deleting, insertion...) some grid records have to display the static or dynamic progress. To improve UX I think to add a virtual column that can display animated gif or just draw a fixed or animated text. How can I implement this functionality with that grid?
I suggest to look at the samples installed with your NetAdvantage controls.
In particular the samples on:
Alpha blending (display a background image with various level of opacity)
Flood fill (Use a cell or column as progress bar)
Special effects (Pulsing or blinking a cell)

Resources