HTML5 Report Viewer - Report don't get value from drpdownlist and not...
Hihere i mean if select any value from dropdownlist - nothing happened and report not do any thing (don't get any paramater value from the dropdownlist ?) .... ??!!
View ArticleKendo UI multiple files upload not working
Hello Srinivasa,We are not aware of such issue. Please send us an isolated runnable example that demonstrates the case, so we could inspect it locally and provide assistance.Regarding the second...
View ArticleDisplay Powerpoint on WebPage
Hi,I am afraid that there is no such component in the UI for ASP.NET AJAX suite. You can share your idea in our feedback portal (http://feedback.telerik.com/project/108) so other clients can vote and...
View ArticleUploading Multiple Files
Hello Srinivasa,I covered the question in the other thread on the same topic. Let's continue the discussion there.I am looking forward to hearing from you. Regards, Dimiter Madjarov Telerik Join us on...
View ArticleUpdating data and view
Hello Markus, As I mention early the events that you pass to the "add" method should be parsed. Also you should access the scheduler dataSource instead of creating new instance. Please check the...
View ArticleIterate over Selected Parent rows child rows example
Hello Greg,You could find the selected rows in the master Grid via their CSS classes - k-master-row and k-state-selected. E.g.var grid = $("#grid").data("kendoGrid");var selected =...
View ArticleHistograms on X and Y Axis
Hi Taimoor, The CategoricalAxis has a GapLength property, have you tried setting it to zero? Regards, Petar Marchev Telerik See What's Next in App Development. Register for TelerikNEXT.
View ArticleShow counts of items under a node
#= item.text # # if (item.items) { # (#= item.items.length #) # } # Does not return number of items.. It returns (0)
View ArticleHow to use image sprites with RadMenuItem ImageUrl
Hello Tom, The method .findItemByValue("rmiBarUser") returns RadMenu item object, not a DOM element, so it has no .className property. A DOM element of an item can be accessed by the get_element()...
View ArticleInternal Server Error: Value cannot be null. Parameter name: key
Hello Max, You are correct about the issue in the Q1 2015 SP1 version of Telerik Reporting. The described behavior is a known issue in Q1 2015 SP1 which is exhibited when you use a PictureBox item with...
View ArticleHistograms on X and Y Axis
Hi Petar,Yes, the categorical axis has the 'GapLength' property which removes the gap between bars when we set it to 0. But is there any way to remove the gap between bars using scattarpointseries with...
View ArticleImage Browser. Multiple Images
Hello Sriraksha, This is not supported out of the box. You could try checking the image dimensions on the server-side and notifying the user if case they are not valid. Regards, Alexander Popov Telerik...
View ArticleCustom Label
Hello, The Series' labels can be customized through Label Definitions. However the Series.LabelDefinitions property does not have a setter and therefore it cannot be set through a style. For this...
View ArticleCheckbox Editing In Grid Row Where Checkbox Always Displays
Hello John,I would suggest to check our CheckBox Column and InCell Editing code library which demonstrates how to create a template column which displays checkboxes for a boolean value and how to...
View ArticleSetting Cache Header max-age of "Telerik.Web.UI.WebResource.axd" and other...
Hello Ankur, I did some research on the topic and it seems that this is a correct approach. Regards, Peter Filipov Telerik See What's Next in App Development. Register for TelerikNEXT.
View ArticleExport to Excel from RadGrid inside RadWindow
Hello Richard,There was an issue when exporting a grid within an iframe (or RadWidow) when a RadMenu was also on the page:...
View ArticleMenu Overlap
Hello Daniel, Thank you for writing. Indeed, If you have additional context menu in your application, it will be overlapped with the default menu for the RadGridView. However, you can use the...
View ArticleLightweight problems
Hi Erik, Indeed the text is hidden behind the buttons, so I will forward this issue to our developers and they will improve the styles. The workaround works as expected, but I suggest you to use...
View ArticleColorEditor initial value
Hi Herme, You can work this around by setting the SelectedColor in the Loaded event of the color picker control using a Dispatcher.private void editor_Loaded(object sender, RoutedEventArgs e){...
View ArticleRadWindow not working on IE9
Hi John,Adding that AJAX setting should only wrap the repeater in a div element, as this is how RadAjax renders its UpdatePanels by default. Thus, it should not result in such a behavior change.I tried...
View Article