Upload Style Issue
Hello Salim,This seems to be caused by the Dojo. I was unable to reproduce the problem by running the example in fullscreen. Here is a small screen capture of it. Regards, Dimiter Madjarov Telerik by...
View ArticleQ3 2016 breaks client-side filtering!
Hi, The reported issue is a known one in the R3 2016 release as pointed here: http://www.telerik.com/forums/known-issues-and-important-changes#jTLMsKZk6keY9eQ6PBLg2w. As you already mentioned it is...
View ArticlePrevent Grid SignalR (Server Side Paging) To Append Another Client Modified Rows
Hi,Hub call two distinct events: Clients.Others.update when a record is updated and Clients.Others.create when a record is created. I think is sufficient not add the record on update client callback if...
View ArticleRadDropdownList - Using SelectedItem.Key
Hello Bob, Using the selected value is one way to retrieve this. You can use the SelectedItem as well, however, you need to cast the DataBoundItem to your business object, Here is a complete...
View Articleshow/hideColumn performance issues
Hello Chris, I can recommend setting the columns.hidden option, based on the described custom logic while looping through the columns, and finally use the setOptions() method, passing it the newly...
View ArticleMonthYear Picker - Show Year Only
Hi Ana, You can achieve this requirement using the following approach:<telerik:RadMonthYearPicker ID="RadMonthYearPicker1" runat="server"...
View ArticlePageDown/PageUp on a RadGridViews
Thanks Hristo, I tried that code and it worked. I just needed to make a few changes to adjust it to my needs.
View ArticleImplicit themes in control library
Hello Jason, When you define control library that uses third party dlls (as Telerik) you will need to reference those dlls also in the project that uses the control library. In order to resolve the...
View ArticleCannot Locate elements in GoXam canvas
Hello David, I am sorry for the mistake - you should refresh the MainWindow instead of the application:foo_app.MainWindow.RefreshVisualTrees();foo_app.MainWindow.Wait.ForNoMotion(200); Also is that...
View ArticleRadComboBox Error Selection out of range Parameter name: value
Hi HalenI have following as your guideline ,when i debug before go through event ItemDataBound raise up error coming from on client side tableView.filter("DepartmentName", args.get_item().get_value(),...
View ArticleMultiple Xs appear over comboBox
Hello,I currently have multiple comboBoxes in a modal view, once everythig is opened up there is a single x above the comboBox (photo 1) but if i leave the page and come back a new x will appear over...
View ArticleTotally New in Telerik need some advices :-)
Hi everyone , I'm novice using Telerik so I wanted to ask what Telerik Controls (for WPF purposes) do I need to use to export database (MYSQL) information (or simple text) to Excel format and what...
View ArticleSelectionBoxTemplate applying issue
Hi Stefan, I have tried that but if we bind the property on my class to SelectedValue on combobox it is giving only recently selected value. The complete string is available on Text Property of...
View ArticleWhere is the Kendo source code?
When downloading the latest version, the src folder has a README with the following message: Starting from the 2016.2 release the source code is distributed as separate packages.Look for the...
View ArticleSet Selected Item and Show It
Hi Gil, The grid is not able to tell on which page is the record is located automatically by its unique record ID. You will need to determine this manually from your database queries and set the...
View ArticleSet focus in radgrid batch edit cell on page load.
Hello Sathesh, This code snippet should work as expected:function pageLoad() { var grid = $find('<%= RadGrid1.ClientID %>'); var batMan = grid.get_batchEditingManager(); var...
View ArticleSet focus in radgrid batch edit cell on page load.
Thanks , Your post is working for me as expected.
View Article[2016.3.914.3] NSCalendarsUsageDescription & NSPhotoLibraryUsageDescription...
Hi Amandeep, Thank you for sharing your experience. Since you are able to reproduce the issue we will investigate it as soon as possible and we will let you know about the outcome. Stay tuned for...
View ArticleCreate a link in Grid to open up window with data
Hello Andrew,This demo here shows the same situation: http://demos.telerik.com/aspnet-mvc/grid/custom-command. If it happens that it does not solve your case, please provide more details about your...
View ArticleDatabinding GridViewDataColumn and the group-by functionality
Hello Richard,The reported behavior is due to the DataContext of the column header. It is not the same as the one of the column and needs to be explicitly set. Please take a look at this forum thread...
View Article