RadGridView can't set disable scrolling at RadGridView
Hello Vitalik, I tried using the ScrollingSettingsBehavior.isEnabled property on my end and was not able to achieve the desired behavior as well. Could you elaborate on why you'd want to disable...
View ArticleHow to find id of Kendo DropDownList in event handler
Hello york, The Kendo UI DataSource does not know anything about the widget, which is bound to ( including the id of the DropDownList widget). This is the reason why my suggestion was to define the...
View ArticleError in production but not in dev.
Hello, Thank you for sharing your findings with the community. Regards, Pavlina Telerik Do you want to have your say when we set our development plans? Do you want to know when a feature you care about...
View ArticleAdd space between spriteCssClass icon and text in button
Thanks for replying. That's great news. =)
View ArticleHow to display multiple-tier grid in Kendo
Hello york, As far as I understand you want to use a value from the parent grid and a value from the child grid. I would suggest to review the Escaping Hash Literals article that shows how to escape...
View Articlehow to manipulate a CommandItemTemplate button on its own click
Hi Nabeel, You can achieve this requirement using the following approach:protected void btnSaveAction_Click(object sender, EventArgs e){ Button button = (Button)sender; GridDataItem item =...
View ArticleDocument Upload in Grid
Hi Dimiter, Many thanks for your solution. That helped. Just had a small question on those lines. I want the user to select a document type and upload the file when they want to add the file. Can...
View ArticleRadTabControl Hidding when scrolling the page
Hello Prabakaran, To resolve this behavior you can try to set the RowDefinition's Height of the root Grid element and the Grid that wraps the tab item's Content to Star (" * ") . Basically, when the...
View ArticleTrackball selection effect
Hi Miguel, Thank you for contacting us. We will need more information in order to understand the issue and find a proper solution in this case. Could you, please send us a working sample application...
View ArticleCode-Only Mapping (How to add an entity)
So I have followed all the instructions from the article at http://www.telerik.com/blogs/benefits-of-code-only-mapping-and-how-to-get-them and was able to get my data layer back to compile using the...
View Articlewindow content from PartialView gives jQuery not defined error
HI, thanks, that answer sounds like it is close to the issue, as it appears to be treating the window content as a separate page.I do not want to do that -- I do not want an iframe.I'll be looking at...
View Articlewindow content from PartialView gives jQuery not defined error
I found the .Iframe() setting for kendo().window(). One thing I am confused about is that the doc you linked says "The Window creates an iframe for its content if the content URL contains a protocol,...
View ArticleClamAv finds fidler4setup.exe as a virus!
Hi, Arik-- Thanks for submitting the false-positive. Unfortunately, some antivirus software tends to be very prone to false positives. They should have seen the digital signature on the file and...
View ArticleFiddlerCore - Windows 10 Apps Not Working
Hi, Kris-- To use Fiddler with Windows 8+ "Metro"/"Immersive" applications, you must do two things: 1> When prompted to trust the Fiddler Root Certificate machine-wide, accept that prompt (Fiddler)...
View ArticleInspectors TextView does not show for POST with OPTIONS
Hello, Randy-- It would be helpful for you to send a SAZ file (File > Save All Sessions) showing the traffic so that we can better understand what you're seeing. You can email this file to us by...
View ArticleFirefox 41 - cannot access HTTPS sites when HTTPS decryption is enabled in...
Hi, John-- The sec_error_bad_signature message strongly suggests that the root certificate Firefox was configured to trust was not the actual root certificate that Fiddler was using. This can happen if...
View ArticleFIddlerCore - Manipulating Response to Web Browser not Working
Hi, Kris-- Yup, changing it inside BeforeRequest works. One helpful thing you can do is prototype your changes in Fiddler itself (using FiddlerScript) before moving to FiddlerCore. If you open your...
View ArticleRadGrid inside RadDataForm
Hi, I'm implementing a RadGrid inside the RadDataForm. The purpose is to collect a list of objects that are tied to the main object that the dataform is collecting information from. I'm taking in this...
View ArticleFiddler isn't working on windows 10
Hello-- The most common reason this happens (particularly when it occurs in multiple browsers, and just after you upgraded) is that you have a 3rd party firewall product installed and that firewall is...
View Article