ContextMenu appendTo false documentation
Here writes: With regard to the CSS selectors or element discovery via Javascript, take into account that, by default, the ContextMenu is created as a child of the<body> element. This behavior is...
View ArticleUpdate Cell Value
Here is the code to fill the gridview:01.DateTime today = db.GetServerDate();02. var query = from p in_dbRahat.Projects03. where p.ProjectType_Id ==...
View ArticleList view render [object Object] in each item
Hello, You should use the k-template directive to set the template - updated example. Regards, Daniel Telerik by Progress Get started with Kendo UI in days. Online training courses help you quickly...
View ArticleIssue with Combobox column sorting
Hello Jaime, I answered the other thread opened on the same subject:http://www.telerik.com/forums/issue-with-combobox-column-sorting I would like to ask you to keep the discussion in only one thread to...
View ArticleGrid InCell editing ClientTemplate not working
Hi Igor, From the provided code snippet it seems that the grid column is bound to the ServiceName field, while the ValueField of the DropDownList from the editor template is ServiceID. I would suggest...
View ArticleSystem.ArgumentException - Source type must be an enumerable type.
Hi Telerik, We've got unhandled exception in yours sources. After applying filters for GridView which filter all existed items (with using ObservableCollection) we get such stack trace...
View ArticleIssues with self-referencing many-to-many relationship (when eager-loading...
We have another release window soon. Is there anything planned on your side?
View ArticleNull value in exported PDF grids
Hi Derrick, I have tested both the Kendo UI Grid Excel and PDF Export and was not able to reproduce the null values getting exported. The cells remain blank which is the expected behaviour since Q2...
View ArticleUpdate Cell Value
I am sure somebody else can have a more elegant solution, but what I have done in the past is to either:1. update the underlying database. If you do that then you refresh the grid after the data is...
View ArticleTreeListView Features Example
Hello, I was wondering if there are any existing examples that demonstate the following TreeListView features:Custom template for Drag/Drop behavior ("drop node1 before node2" as a preview, for...
View ArticleTreeListView DragDrop Visuals and Tooltip
Hello, While comparing TreeView and TreeListView controls, I've found that the out-of-the-box visuals for DragDrop is much more complete for the TreeView than it is for the TreeListView. I've attached...
View ArticleManually Clear Recurrence Editor?
Hi Andrew, I tried to reproduce this behavior on our side but to no avail - everything is working as expected using the following demo:Customize Edit Template Could you please modify the above example...
View ArticleDll conflicts with telerik reporting dll
Thanks for the replyIts working fine now after i upgraded all the dlls to the latest one.Here comes one more issue with WCF ServicesWe are using the WCF service for the wpf application to load all the...
View ArticleOrgChart export to pdf special characters
Hello,I have an OrgChart and a couple of labels and an image that I want to export to PDF using the RadClientExportManager. Code .aspx: table id="exporttopdf"> <tr> <td>...
View ArticleUpdate Cell Value
A correction (I HATE that you can't modify posts here!)When I said: "...should be able to modify your select new part to use those names and it will populate it" -- ignore the modify part, your select...
View ArticleScheduler validate ressource
Hello Gora, You could do that validation by using the client-side API of the Scheduler, similarly as in this Demo. In particular, you could use the save event of the widget and modify its event handler...
View ArticleHow to edit radgrid only when cell double clik
Hello dear,how to edit radgridview cell only when double click but except when add new row in header and filter in header filter of radgrid can still with clicked Please fast response, thanks.
View ArticleMenu height and text
Hi Clive, If you would like to enlarge the Lightweight RadMenu, you may use its inbuilt elasticity. Simply apply a greater value for its font-size and the RadMenu will be bigger:<style...
View ArticleKendo Grid Filter Posting Twice
Hello Tony, The second filter will be sent because the built-in filter menu will still filter the dataSource if the default action is not prevented. You should call the event argument preventDefault...
View ArticleTFS / Telerik VSX
Hi Jerome,TFS on-premise (as you say) is supported, however, our VS extensions are not tested against Visual Studio Online (I think now it is called Team Services). They may work, but we are not...
View Article