Can a ChatMessage be set to display the time next to the message without it being clicked on?
I have created a custom chat message, but only shows the time when you click the message.
Hello, I am currently trying to obtain the base64 string of the PDF without sending it to a proxy, is there a way to achieve this?
Hi.
My question is. Is it possible to enable property 'sortable' together with the custom property 'headerCell' on the grid column? Because it doesn't work for me. Template for column header is ok, but sorting does not work - icons are not visible (k-icon k-i-sort-asc-sm / k-icon k-i-sort-desc-sm) and does not sort. But sorting through the column menu works.Hi I wonder if it is possible and how to control the position of the popup filter menu I want something like this for all the columns
for every column menu filter the pop up will open to the left starting from the filter icon position
I have to restrict the resize of column after some width like minresizablewidth, is there any solution around.
When i resize the column of a grid, I do not want to see the right side of the grid fall off the screen.
I want to stop the resize of the description column when grid reaches the full width.
Hi and happy new year!
I would like to use the Scheduler like a kind of school calendar, where the calendar items are not bound to a specific date but to a time on a week day. So for example on every Monday from 10:00 to 11:00 am there is for example math, from 11 to 12 there is biology, and so on, meaning the same item at the same time and day but independent of the date. Is this possible and if so, do you have an example for this?
The
Below are the versions which I am using, it's working perfectly in local but this error I am receiving in the browser console after being deployed.
"@progress/kendo-react-pdf": "4.13.0","react": "^17.0.2",
}
How can I change date format of the DatePicker in grid filter cell?
I want the placeholder as "day/month/year" and date as "dd/MM/yyyy".
Hi, I have a problem handling all the mention in the title you can take a look at this stackblitz that I modify from the selection docs
https://stackblitz.com/edit/react-wacgk5?file=app%2Fmain.jsx
the problems are:
1. when filtering the product name field and then removing the filter the total items of the grid became only 10 ( should be 77 ).
2. when changing the page the total items also became 10 and only 1 page remained to select.
what I'm doing wrong or there is a better way to handle this?