Combobox Loses It's State
Hello,I'm having kinda a generic problem, I'm updating a radgrid using the AjaxManager on the event of an aspButton click, filtered by a set of parameters supplied by a set of radComboBoxes.The thing...
View ArticleRadGridView Flickers when ColumnWidth is set to Fill *
Hi, I am using RadDropDownButton and RadDropDownContent has a grid with a message and RadGridView. RadGridview has a single column which has data template that render checkboxes for the elements in...
View ArticleAuto scale Y Axis
Just found the HorizontalZoomRangeStart and HorizontalZoomRangeEnd parameters, I will manage with this :)
View ArticleRemove padding
I use the RadEditor in my RadGrid and vant remove padding and color around the editor.RenderMode="Classic" And Skin="Silk"See attached image.How?
View ArticleBinding fields With Templet
MyCurrent issues is Creating DataForm for Every 200 Controls .After Googling I understand that your RadDataForm will helped me After i download the try one and It is Fantastic powerful specially...
View ArticleFilter a RadGrid When the Enter Key is Pressed
Hello Bonnie, You can check the suggestion provided in the following post to achieve this requirement:http://www.telerik.com/forums/force-a-filter-to-be-applied-on-enter-key#iAhKwV2sJk6XfuLfw7Dg-w I am...
View ArticleKendo Grid Virtual Scrolling not working
Hello, I have setup the project to work with the mentioned amount of rows and everything seems to be fine. Please review the attachment and change it in order to reproduce the problem. Regards, Peter...
View Articleclient side setting checkbox on client side
Hello Subramanian, The demonstrated usage should properly work as it is a part of the Client API of the control. combo.get_items().getItem(0).set_checked(true); Here you can find the entire ClientAPI...
View ArticleNew AppBuilder release with Cordova 4.1.1
I am using the Mac Desktop client beta. Will that be updated shortly?
View Articleselected nodes count problem
Hi Daniel, Please make sure that the time for executing this logic is appropriate and the nodeSelecting function is not called too. You can check that by temporarily transferring your script logic to a...
View ArticleDate formatting in Grid
Hello Lars, The HTML input element does not have such capabilities. My suggestion is to include the Kendo UI DatePicker widget in the template to achieve similar functionality. What the Kendo UI...
View ArticleResize only 'used' columns
Hello Evelyn, Thank you for contacting us. You may use the UsedCellRange property in order to select only the columns in the used range. The following code snippet shows how to autofit the columns in...
View ArticleHow execute javascript when selected = true
Hi Isabelle, This behavior is expected since you are executing this logic on the server-side. Basically, you have two options to call your script function in this case: 1. Transfer the code-behind...
View ArticleNested grid insert
Hello Marcin, As I understand the scenario you have a custom insert form. It is used to enter data for both the parent and nested GridTableView. If this is the case you can use custom logic in the...
View ArticleXamarin license
@Alex If you have an Indy licence you can't use Visual Studio, you have to use Xamarin studio and you can't build for iOS in windows. If you want to build for iOS and Android you'd have to use a Mac...
View ArticleCreating Grid with unknown columns
Hello Tyler,The cause for the error is how the C# captures scope variable. In the code you have pasted, the c variable value is incremented thus all of the expression used in the column Bound method...
View ArticlepushCreate and paging
Hello James, I see what you mean now. This behavior however is expected. It is essentially the same as if you define some page size (with serverPaging: true) and the server returns more items (for the...
View ArticleIf you do not want the time of input of date
Hi, thanks for your answer...The display of the task to be a day, it was found that you must do the following. start: new Date("2016/2/15"), end: new Date("2016/2/16")But in my Gantt chart...
View ArticleChange the Parent Summary on SelectedItemChanged
Hi AllI have implemented the gantview in a test winforms application, and I am just wondering if someone can assist me.On the View, I drag a Task (Child) Item, and thus changes the start or end...
View ArticleIE : Kendo Grid (in-cell mode) cell focus issue, ignores the first character
Thank for your reply. Meanwhile, I also tried some workaround which didn't worked. Is there any suggestion or a specific change which can be a workaround or approach to fix the issue.As it is strange...
View Article