Telerik Forums
Kendo UI for jQuery Forum
1 answer
186 views
Hi Team,

In kendo grid jquery I have added data to a data Source in JSON format. In this format, there is a property in the JSON. If that property is true, I want to change the color of the row. Is it possible to set a different color?

gridData = @Html.Raw(ViewData["DataDetailsJson"]);


var dataSource = new kendo.data.Data Source({
    data: gridData,
    batch: true,
    autoSync: true,
    schema: {
        model: {
            id: "uid",
            fields: {
                id: { hidden: true },
                Project: { editable: false },
                User: { editable: false },
                Status: { editable: false },
            },
        },
    },
});
Neli
Telerik team
 answered on 29 Nov 2023
0 answers
82 views
I am getting prices from a feed that sends them in ISO 4217 format using the lowest currency. So for example, something that costs $24.50 US is sent back as 2450 while something that costs 166 DKK comes back as 166 (The exact conversion is 165.99 DKK so I really don't know how that will come back since they don't use pennies). Of course there are many other currencies out there too. Is there a way for Kendo UI to take the currency code and the value (in pennies in this example) and return the correct price of $24.50 or 166 DKK?
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
 updated question on 28 Nov 2023
1 answer
181 views
https://www.telerik.com/forums/select-all-within-grouping  , reference to this
Hi Team ,
I am implementing the same functionality in Kendo Grid using j Query in a Razor page. I have successfully implemented nested grouping, and it works well for selecting all records with a matching group header. The issue arises when the filtered data spans multiple pages. It works fine when the data is on the same page, but when it extends to the second page, the selection doesn't include records from that page.

I am currently using `grid.dataSource.flatView()` to obtain the data. However, it seems that this method only provides data from the current page. I need a solution to retrieve data from all pages, considering that the grouping alters the page views.

Thanks,
Swapnil
Nikolay
Telerik team
 answered on 28 Nov 2023
0 answers
163 views
Hi 
  I'm using kendo UI for Jquery in that i'm using DateTimePicker for an client requirement i face the challenge which i need to figure it out whether where the user is clicking either on date icon nor the time icon in datetime change event


GOVERTHANAN
Top achievements
Rank 1
Iron
 asked on 27 Nov 2023
3 answers
269 views

I have web APIs written in net7 that use the custom DataSourceRequest model binder and a kendo grid that uses them. 

My API has multiple parameters in the URL segments: example "/api/users/{userId}/todos/{todoId}". So depending on the row being edited, I want the URL to which the PUT or DELETE verbs are performed to be different.

Example code: https://dojo.telerik.com/ogaHEHuq/4

How can I achieve this when using DataSourceRequest on the server?

Neli
Telerik team
 answered on 24 Nov 2023
1 answer
80 views

Hi,

Is there a way to set data and time without clicking set button in dateTimePicker modern ui. What i am expecting is selecting or changing time by scrolling will change date time in my input div.

Martin
Telerik team
 answered on 22 Nov 2023
1 answer
236 views
How can I export a QR code image with additional text below it?
Zornitsa
Telerik team
 answered on 22 Nov 2023
0 answers
174 views

Hi, I have a Kendo JQuery grid with some data and Font Awesome icons in it. They are styled as solid in the grid (font-weight: 900). But then I export the grid to PDF style of icons in the document is regular. Since some of the regular icons are in the pro version of Font Awesome I don't see them in the grid (a rectangle with a cross is displayed instead). How do I change icon style to solid in the exported document?

Please see the example in DoJo: https://dojo.telerik.com/EGuVanuF

Dima
Top achievements
Rank 1
 asked on 21 Nov 2023
0 answers
79 views
Hi,

Using this demo : https://dojo.telerik.com/oNEsiTeJ

On mac, using cmd + click or cmd + space or cmd + enter does not trigger the change event.

You need to use the arrow keys to move to the day you want then do cmd + click.

Is this expected ?
Thanks
Regards,
arnaud
Top achievements
Rank 1
 asked on 21 Nov 2023
1 answer
91 views

Kendo Javascript : Toolbar is not working as expected on the previous version of KendoUI , It was working fine. On this example if I am trying to add "Add Sub Project" on template of toolbar, Still it is showing default "Add new record" on the screen. Functionality is working fine only the issue with toolbar template.

 

image

image

 

Martin
Telerik team
 answered on 21 Nov 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?