RowNumber Column
I tried the solution in VB.NET using the C# converter telerik provides. Private Sub dgDetail_RowFormatting(sender As Object, e As RowFormattingEventArgs) Handles dgDetail.RowFormatting If...
View ArticleConfig file interaction not working with two intertwined models
Awesome, I will give both a try. The cached MetadataContainer tip is actually huge. Thanks for that!-Cory
View ArticlesetOptions({selectable: ...); not working
I am trying to change selection mode on button click. This code works for grid, but not for TreeList. if(that.treelist.options.selectable !== "multiple, row"){ that.treelist.setOptions({ selectable:...
View ArticleCheck if Upload Initialized
Is there any way to programmatically check if an upload widget has been initialized? I've got a bit of an odd situation, where the same child upload can be associated with multiple parents on the page...
View ArticleSet GridDateTimeColumn Default Insert Value to Today with Batch Edit Mode
Thank you Maria and Edward for your suggestions. Please see the results of my test below:Maria's suggestion using the OnRowCreated event.- Sets the initial date with the proper formatting. - However,...
View ArticleCalling Library functions from scripts demand passing Manager object
Hi Vishnu, Create yourself a class libaray similar to this:using System;using System.Collections.Generic;using System.Linq;using System.Text;using ArtOfTest.WebAii;using ArtOfTest.WebAii.Core;...
View ArticleHow to use the NoXaml binaries
Ok, answered my own question. I'm relatively new to WPF and had to learn how a ResourceDictionary works. I added the "Themes.Implicit\WPF40" XAML in the project and I can see the GUI now.
View ArticleRadGrid's NeedDataSource Firing Another Postback?
I have a similar issue where I am binding the Radgrid on the click of a button.The NeedDataSource considers even the button click as a postback and is fired twice every time. This happens both for...
View ArticleRow filter with date range
Hi,With filterable->mode set to row, is it possible to filter a date between two dates? I found this thread http://www.telerik.com/forums/how-to-define-a-kendo-grid-column-filter-between-two-dates,...
View ArticleReport Design Textbox border lines
Hi, I'm trying to develop a report and I'm having problems with border lines. I have text boxes drawn from the data Explorer in the detail section and I want vertical lines separating all the columns...
View ArticleRadGrid Excel-Like Filtering
Good day,I was trying to use the FilterType="HeaderContext"It works fine but whenever I have a GridDateTimeColumn I get an error just before the check list items requested event fires. Failed to load...
View ArticleHow to prevent detailCollapse event on kendo grid (jquery)?
Boyan,Can the propagation be prevented for the individual detail item? In my scenario, the user expands the detail template and enter some % values. If the total != 100, I need to outline the grid in...
View ArticleBatch Edit with DatePicker
Is it possible to get a DatePicker as the editor when doing client-side batch editing? I've tried:<telerik:GridDateTimeColumnDataField="FirstPaymentDate"PickerType="DatePicker"HeaderText="1st Pmt....
View ArticleRadGrid model binding calling SQL twice
Hello jon i have the same issues... You wrote about linq dynamic how do you get it working? Because the grid wont return the filter linq expression, it returns the sql expression can you share your...
View ArticleColor picker inside kendo ui window
I tried putting color picker inside the window but the picker is behaving strangely and is hidden. Do we have a clean css to fix this problem?
View ArticleProgramatically Close the SideDrawer
Hello, I am currently testing xamarin controls with trial version and I am interested in this feature as I would use it as a context menu. I cannot find it in the trial version, is it out yet in the...
View ArticleConditional Formatting / Column locking
I'm color coding some cells in a grid with code similar to the snippet below.1. Is this the most efficient way to perform cell level conditional formatting? I have some pretty large datasets, and it...
View ArticleMultiSelect "preselect" value, but also a default value
I want to have a MultiSelect with a default value (the name of the current user), but I also do not want to bind the data as there are far too many users to load at once.How can I have both? Currently,...
View ArticleCursor position gets reset after updating Editor content
Sure, but the demo description says "how to set the position of the caret inside a Kendo UI inline Editor by using JavaScript". It doesn't mention that it won't work for editors with line breaks, which...
View ArticlePersist state issues
Hi, I faced the same issue and I found this way to solve it: $("#load").click(function (e) { e.preventDefault(); var toolBar = $("#Grid...
View Article