I can't map RadGridView.AddingNewDataItem event to command in viewmodel in my...
Hello Eugene, Unfortunately, the AdingNewDataItem will not get fired if your RadGridView is Read-Only as in the approach, you've described. If you simply want to select the newly-created item, however,...
View ArticleReusable CellStyleSelector
Hi Vitor, You can use a DataTemplate within the Column`s CellTemplate: <telerik:GridViewDataColumn DataMemberBinding="{Binding Champion}">...
View ArticleHow to remove horizontal border in group view
Hello Christian, Thank you for writing back. In this case, you can show the entire row border and hide the cells top and bottom borders: private void RadGridView1_ViewRowFormatting(object sender,...
View ArticleHow do add Vertical and Horizontal scrolling to the bound column
Need to apply it to a SINGLE bound column with large amounts of text
View ArticleList of issues are facing in kendo editor
Kendo Editor Issues /Queries:- I.E.8 compatibility issue Description Following are the issues with i.e.8 browser 1. User cannot select background colour for text (please see attached screenshot) I.E.8...
View ArticleStrange behaviour in category assignment/grouping for charts, bug?
I am encountering some very strange behaviour when trying to produce a chart with stacked bars:var mock_data = [ { "Field1": "Type A", "Field2": "1", "Cost": 123 }, {...
View ArticleUsing Upload on Kendo Window
Hello Jaesoon,A file cannot be uploaded via Ajax.BeginForm. This is not supported by the framework, so there is no workaround that I could suggest using this approach. I would recommend using the...
View ArticleUser documentation on some of telerik componenets.
Is there any user oriented help text in existence for the pivotgrid which is similar in detail to the user help for the reporting component? Secondly, can we have a copy of the reporting component...
View ArticleExport to Excel, via code behind generated grid.. wiring up events...
I am in a similar situation, the grid_ExportCellFormatting event is not firing, I cannot add the columns to the grid in page load or page init, because I am fetching the columns dynamically while...
View ArticleRadGridView hierarchy force RowSourceNeeded event always
Hello Ahmed, Thank you for writing. You can use the RadGridView.ChildViewExpanded event to detect when a row is expanded. However, note that when using load on demand approach, the RowSourceNeeded...
View ArticleSearch a Hierarchical Grid
Hello,this workaround works very well! Thank You!I added a check for visibility to prevent the table from "Jumping" when the user clicks a row with the mouse or scrolls with the arrow keys through the...
View ArticleMultiple Column Header Hierarchy
Hello Justin, I am not sure that I understand the exact requirement that you have, but I could suggest that you take a look at our "Aggregates" demo and see if this is what you are looking...
View ArticleSetting the Focus Date
Issue has been resolved, needed to make use of both the SelectedDate and DisplayDate properties.
View ArticleRadColorBox in CommandBar
Hello,I would like to display a RadColorBox inside a RadCommandBar. This would allow the user to select a color and to show him which color is currently selected.Is this possible?A DateTimePicker can...
View ArticleEvent handling and multiline text editors
Greetings,I have a few more questions about the DataForm editors.1)I am interested in starting a new activity when the user tries to edit a certain property. Should I implement some kind of event, or...
View ArticleDynamically exit a loop
Hello Dan, For this purposes it is better to use While conditional step. In this case Test Studio will loop until some verification condition fails. Let me know if that helps. Regards, Boyan Boev...
View ArticleMultiple Edit Buttons in Gridview
Hi, I have two editbuttons in my gridview, I my form template I have 4 dropdowns.When I click add new record button all the 4 dropdowns controls should be enable to add a record.when I click the edit...
View ArticleGraph report not displaying correct information
I am demoing this software for replacement our current Microsoft Reporting platform.I am beginning with a simple trend report where we are plotting decimal values vs time.The result on the telerik...
View ArticleMake others svg compatible with kendo pdf export
Hi, Where do you get the SVG data from doesn't really matter. IE will still treat is as "external" and will disallow obtaining the image data. I'm sorry I can't be of more help. Regards, T. Tsonev...
View Article