Hi,
we're selecting an item in a MultiColumnComboBox programmatically like this:
var multicolumncombobox = $("#KUNDENADRESSE_ID").data("kendoMultiColumnComboBox");
multicolumncombobox.select(0);
multicolumncombobox.trigger("select");
Our problem is now, that in the event handler for the 'select' event the e.dataItem is missing.
Is there a way to solve this?
I have a spreadsheet that gets data loaded from a database. I want to add validation to a range of cells, but I never know how many columns or rows until after the data is loaded. So my question is: How do I do this with jquery? The validation is fairly simple. Each character can be a number or a colon :
Thank you in advance
To illustrate the probelm I will use a simple example. I'm using the following code in the OnSelect() event handler:
var spreadsheet = $("#spreadsheet").data("kendoSpreadsheet");sheet.range(1,5,1,1).select();
The problem is that it never really highlights the correct cell and the cell it does select varies depeding on whether I use the left, right, up or down scroll key to navigate. I'm not sure what is going on under the covers, but I'm guessing that the issue has to do with the fact that the selection was changing from one cell to another before the event was called, therefore, there is some soft of clash or confusion between the two select events.
I use the exact same code when I initalize the spreadsheet and it works perfectly. Inside the event handler though, I cannot figure out what it's doing.
Also, is there any documentation on the arguments that are passed to event handlers. There is a lot of stuff going in there but I cannot find any good documentation on it? I find that the API documentation does not go very deep, especially with events.
If you have defined an action for OnSelect, is there a way to cancel the navigation from within the function? I think Kendo does this with Validation. If you add Validation to a cell, then enter invalid data and try to navigate to another cell, the navigation is cancelled until you either fix the data or Cancel the input. Is there a way to replicate that behavior in my own code within the OnSelect event. There is no equivalent to blur when you leave a cell so the next best thing would be to do something as you select another.
Hi,
I have a requirement for a multi-select drop down within each cell of a specific column within a Kendo spreadsheet control.
Is this possible? I can't find any documentation around this. I would be really appreciative if someone could help me with code samples/demos
Thanks
Ian
Hi,
I was trying to update my kendo version to the latest available (from 2019 to 2022) and when compiling my scss files I always get an error saying that my CSS is invalid after "...-header-border," which most likely corresponds to the $grid-header-border variable in the grid's theme file.
Invalid CSS after "...-header-border,": expected expression (e.g. 1px, bold), was ");"
I have downloaded the latest version from Node. I added the classic version.