Preventing rwInactiveWindow Style
Hello, I try adding the following style:div.RadWindow.rwInactiveWindow td.rwCorner, div.RadWindow.rwInactiveWindow td.rwTitlebar, div.RadWindow.rwInactiveWindow td.rwFooterCenter { opacity:1...
View ArticleAdvanced Edit Form with cascading drop-down lists
Hello. Hoping to reach developers with a lot of experience using advanced edit form. I had reviewed a lot of demos and examples, unfortunately can't make any downloaded demos to work. Therefore hard to...
View ArticleCount of the recurring events and non recurrent
Wondering if someone wrote a code to read the recurring events details field and count it?Let's say I have 5 events entered in 1 week, but 2 of those entered as recurring - the totals for the week...
View ArticleVirtualized dropdown list not working as expected
Was trying to create a virtualized dropdown list that uses client side paging. This is options object used to create the dropdown:{ dataSource: { transport: { read:...
View ArticleDemo installation problems, UI for ASP.NET MVC
I'm brand new to ASP.net core MVC and Telerik, and my first post in the forums is a plea for help getting a demo up and running in VS 2015. I downloaded and installed a trial of Telerik's UI for...
View ArticleKendo MVC Grid / Details Grid - child grid's controller not getting called
Does Id have to be an integer or it can be string? It seems like in my case #=INVOICE# is getting value but it Read method to controller not sure why not getting called. I tried looking at this...
View ArticleCan't get custom command button to invoke an action in my controller.
I am trying to use the example above:columns.Template(@<text></text>).ClientTemplate("<a href='"+Url.Action("Edit","Home")+"/#=PersonID#'>Edit</a>");but keep on receiving the...
View ArticleHtmlChart works on localhost but not on web server
I see an <svg> tag for the chart from the VS 2015 output. And it is served as <div> element from the web server. Files are attached.
View ArticleExpand / collapse node clear the checkbox indeterminate state
Hi,We have checkbox (<input type='checkbox' ...>) in each row of TreeList where we will set it as indeterminate state by below code: checkboxElement.prop('indeterminate', true);It works fine...
View ArticleCannot set columns.filterable.cell.template to function
I have a grid that I initalize via the .NET wrapper. I can do the following:columns.Bound(r => r.SampleColumn).ClientGroupHeaderTemplate("#= myFunction2(data, 50) #")But I can't do...
View Articledoes support bookmarks in MS word navigation panel
Hi, Team I export the report to PDF, the PDF support the bookmarks with Document Map Text, but I export to MS word, I can not find bookmarks in navigation panel, does support bookmarks in MS...
View Articledatetimepicker
how to create a select event for the datetimepicker?my scenario as below:when i select the auction date and i want the listing expiry date change to the same value. Auction date selected (25/06/2016)...
View ArticleBug!! RadGrid BatchEdit : Unable to get property 'cell' of undefined or null...
Could someone please see if this is the issue with telerik or I Code wrong ?Please answer The right way.Thank you.
View ArticleSetting backcolor, gradient, etc. in code
I want to be able to set the backcolor for the chart itself with a gradient. I can easily set the backcolor property but don't see away to control the gradient. I see that in the property build under...
View ArticleEmpty Grid
Just as a followup, even looking in the Network tab of the Chrome Development tools, the GET never even attempts to fire... The Read action should trigger automagically, especially if AutoBind(true)...
View ArticleHow to fail the mvc controller on purpose and do nothing
I am not sure if there is a solution to my original question but I was able to solve my problem by updating with following AJAX$.ajax({ url: webManager.resolveUrl("~/maint/GetCustomerComments"),...
View ArticleIn Partial view using Kendo UI Grid pass selected checkbox values to update...
I was able to solve my issue using following AJAX$.ajax({ url: webManager.resolveUrl("~/maint/GetCustomerComments"), method: "POST", data: { invoices: invoicesList }, success: function (result) {var...
View Article2 grids based on 1st grid selected checkboxes ask stored procedure to...
I was able to solve my issue using following AJAX $.ajax({ url: webManager.resolveUrl("~/maint/GetCustomerComments"), method: "POST", data: { invoices: invoicesList }, success: function (result) {var...
View ArticleGrid/Detail Grid will it work if Id is string
There is no JavaScript error.It renders the child grid but nothing in body so no data.I removed the checkbox still it doesn't work.I am calling the stored procedure based on Invoice string which I am...
View Article