File list templates
I see we're nearly 4 YEARS out on this.I'm trying to do the same thing. Show the user the file they previously uploaded in the SAME CONTEXT. Let them have the remove work like it does when the file is...
View ArticleMargins in the legend
Has this issue been resolved? I am having issues as well when placing the legend at the top or bottom...
View ArticleNumericUpDown IsEditable property does not work well
You have got to be kidding me.Anyone with a bit of common sense can see this is an obvious bug.Every suggestion in this post is an unacceptable workaround, and to blame the buttons and say this is by...
View Articlelocked grid column causes contents to shrink
Hi Dimo,Calling resize() fixed the content, but the locked column contents still had a height of 0px for '.k-grid-content-locked'. I added an additional call to remove the height attribute from the...
View ArticleHelp: Count words in Response
Hello, Damien-- There's nothing in Fiddler to specifically handle "counting" so this becomes a more general question of "how can I count occurrences of a substring in .NET?"if...
View Articleconditional template versus function call
I have a column template set up to call a function like so: template: "<a onclick='Jump(${A}, \"${B}\");'>${C}</a>"I want the cell to be empty (since I'm using a tooltip on the column as...
View ArticleLoosing NestedViewTemplate On Page Index Change
I created my own CompositeControl that extends and automates many tasks for me with the RADGrid. Posting the code in it's entirety is impossible because of how complex it is. But I am going to do my...
View ArticleFit Subreport in Detail section
Hi, Nasko. I've calculated the quantity of pages of the report, but the size of the panels and shapes still growing strangely. As I have the final height of the detail by page, I can set the height of...
View Articleconditional template versus function call
Never mind. return "<a onclick='Jump(" + A+ ", \"" + B + "\");'>" + C+ "</a>"Fixes my issue.
View ArticleYouTube Playlist 410(gone) response
When attempting to use a youtube playlist, it is returning 410 gone. The media player demo page on the telerik site also seems to be gone. It seems this tool uses an API that has been depricated.Any...
View ArticleAjax() datasource, but want all data in one request
So, I've got a grid configured as such.DataSource(dataSource => dataSource .Ajax() .ServerOperation(false) .PageSize(250) .Read(read => read.Action("_readData", "Data", new { Id=...
View ArticleHow to select/highlight an item in a RadToolBarSplitButton dropdown on client
Hi Aneliya,The style you provided worked just fine - even if it is a workaround.Thanks for the prompt reply.Jim
View ArticleKendo UI MVC Not Rendering Correctly on IIS7
I have a situation where Kendo works and renders correctly on my local VS dev environment, but when deployed to IIS I have two issues that I think are related.1) Kendo controls are not rendering...
View ArticleDML on DB Tables ?
Hi i tried first time the ORM but i run into a Problem i can´t find a answer yet. I have 2 Tables Lookup and Aspect , Lookup has PK is parent and Aspect is child table (1:n) i created the...
View ArticleVertical alignment of ImageButton in header
I have a radgrid in which I have added an image button to the header in the code behind. Here is where I am adding the button:protectedvoidRadGridMain_ItemCreated(objectsender, GridItemEventArgs e)...
View Articlecurrent not set when calling editCell/addRow
Version 2015.1.521When calling editCell or addRow on a grid I noticed that after the call current() is returning undefined. Shouldn't it return the currently focused cell?
View ArticleKendo UI MVC Not Rendering Correctly on IIS7
I will add that the generated HTML is exactly the same within my dev environment and that returned by the IIS7 server.
View ArticleHow can I find the what element is being focused on in a WPF application?
Hey Cody, We are testing a possible text box for use in our application. Interestingly enough, this control of type RadNumericUpDown has a focus verification option as you can see in the attached...
View Articledelete my account
Hi, Since you have downloaded multiple trials it is impossible to delete your account. It has been deactivated so you should not receive anything else and your account will not be active. Regards,...
View ArticleDynamic creation of groupheader
Additional information:I modified the OnNeedDataSource code. This was needed as page refreshes were not working correctly if the user manually refreshed the page. Or if the page encountered an error...
View Article