DataForm Options Selected Font Color
When using the options editor, the selected item is in a light grey; how can I change the text color?
View ArticleRadMenu and Loading Panel - Clicking on menu item to redirects to slow...
When a user logs into our webportal web site, they are taken to the Customer Portal page that has a RadMenu.The RadMenu is dynamically created with different menu items based on what the user has...
View ArticleHow to raise an event when select a row?
I want to do it in code behind. I have a mouse down event when I click a row with mouse. 01.privatevoidradGridView_RowLoaded(objectsender, RowLoadedEventArgs e)02.{03. var row = e.Row...
View ArticleDiagrams with multiple parents
Im trying this: addChild: function () { var to = diagram.add(diagram.createShape()); var shapes = diagram.shapes; var total = shapes.length; alert("total...
View ArticleHow to raise an event when select a row?
This approach may work, can't really test it myself, as I have other behavior in my grid which is preventing the event from ever firing:privatevoidradGridView_RowLoaded(objectsender, RowLoadedEventArgs...
View ArticleLayoutControl ignoring AutoScroll property
I have a LayoutControl on my control to help when the user resizes the control, but I also resize the height of the control programmatically to hide the "results" area until there are results. The...
View ArticleRubber banding effect on column header when scrollable is enabled
On an OSX system where there are no mouse connected and only a trackpad is used, scrolling horizontally on a grid with many columns has a rubber banding effect on the content section of the grid.In...
View ArticleserverFiltering = True and serverPaging & serverSorting = False
I'm not sure if this is possible but I'm trying to have the filtering done server side but having the sorting/paging done there after client side. However if I set serverFiltering = true and...
View ArticleDisable column drag/drop targets
We have several locked columns in one of our grids which we would like to disable as drag targets. Anybody know how to do that?
View ArticleTooltip for grid cell data (Razor)
Hello Viktor. My apologies for the delay... we work 4 10's and had a national holiday this past Monday. I have uploaded a working demo that should illustrate the problem. FYI, the real application has...
View ArticleTooltip for grid cell data (Razor)
Viktor, looks like the zip file did not get uploaded as it's too big. I've already stripped the demo down as far as I can. Please let me know if you have an ftp location I can send this too. The file...
View ArticleSerious upload problems
hi I am web developer James.We are developing website based on Kendo Ui and we faced many problems with upload component.When we upload over 5 files together, we experienced many upload fail. (We had...
View ArticleClose Filter Popup on Enter Key
This is an example of the behavior I have created: public class EnterKeyClosesPopupBehavior : Behavior<FilteringDropDown> { protected override void OnAttached() {...
View ArticleCheckbox is not checked as recorded in build 2016.2.630.0
Step: 1. Record check action (see attachment) Result: Checkbox is checked in web and step recorded as attachment2. Manual uncheck the checkbox 3.Replay step 1 using Test StudioResult: the checkbox is...
View ArticleCan not print (edit) data in a cell in edit mode.
Hello, Dilyan. We want to add a little more. You create and populate your data source colection in you ViewModel class cunstructor.publicMyViewModel(){ this.groups =...
View Article