I want the chart in this dojo example to be in descending order. Currently it is in ascending order. I used the sort on the datasource but it doesn't seem to be reflecting in the chart. I'm sure i am missing something simple here but any help would be appreciated.
https://dojo.telerik.com/UNENAfos
Thanks.
Hi,
I would like to have paging on my grid and I am using standard paging options as recommended.
However one of users would like to start with option "Show all", and I can achieve this with setting page sizes, but not pageSize property. Grid automatically falls back to All, which is ok - display of number of records is broken in this case, and instead of showing 135 - 135 of 135 items, it says NaN - NaN of 135 items.
Is the way I am setting grid to use all as default wrong or there is a bug with this behavior?
For the example of behavior, please see the demo
Regards,
Vedad
i have two grids, one is a normal Kendo Grid, the Other is a TreeList grid; The regular kendoGrid, has events that fire when the user uses the Menu Filter or clicks the header when sorting. I need to capture when sort/filtering occurs; HOWEVER the TreeList grid doesnt seem to have such event??? i tried same/several renditions; the only one i see from the header Menu is when Columns are Hidden/Shown (e.g. columnShow: & columnHide:) - is there no event for columnMenuFilter (e.g. Set/Clear) and SORT (e.g. Asc/Desc)?
anyone please advise?
Hi,
We have a grid with virtual scroll enabled.
When double-clicking on the first 15 rows resize handles, it behaves correctly, i.e it automatically fits the columns size to max row width.
The problem occurs now when we begin scrolling horizontally the grid : starting to the 16th column (red backgrounded) resize handle double click action behaves weirdly. Sometimes it fires a scroll event without doing else, sometimes it resizes the column but in the wrong way by reducing width.
Check this JsFiddle to reproduce the problem. Problematic column are red backgrounded.
I have a Kendo DropdownList as follows :
$("#txtTag").kendoDropDownList({
dataTextField: "TagDesc",
dataValueField: "TagId",
optionLabel: " ",
dataSource: {
transport: {
read: {
dataType: "json",
url: "/Data/GetTag"
}
}
},
change: onChange,
filter: "contains"
});
I have hidden one of the values by using
$("#txtTag_listbox li")[4].hidden = true;
However, when I do a filter/search on the dropdown List , the hidden item also appears in that list. How do I prevent it to not appear it in the list.
Would like to check if the below functions are available in Telerik.
3. Is there any guide/prompt on how to use formula?
4. "Financial" number format should be similar to Excel i.e. commas every 3 numbers, show bracket for negative value, right alignment
e.g. (1,800,123)
5. Is there any double underline on the cell border? Only have single underline available for now.
6. For the Splitter control, can the size of the button below be adjusted? It is too small from the screen.
I have a diagram configured that reads data from an MVC Controller. It displays and works fine. I need to do a long poll and refresh the diagram from the database. I have tried all kinds of things.
Called refresh on the diagram object, called read on the datasource.
What is the proper way to get a Diagram to read the data again and redraw itself.
When calling setOptions on the numericTextBox, the spinner locks up if there is a "factor" option set.
https://dojo.telerik.com/OYiYogis
See the above DoJo. Removing the factor seems to fix the issue, but I need the factor so that a user can type in 10 for 10% when the type is percentage but 10 for $10.00 when the type is currency.
The FileManager has a toolbar with an inbuilt search text box. How can I change the filtering method from the default (seems to be "startswith") to "contains".
Thanks for any advice!
Patrick