Looping problem - dataBound event calls setOptions which then fires dataBound...
I have a html/javascript chart which I populate via an ajax call. On dataBound, i resize the chart xAxis max and draw plotbands based on the values bound to the grid. Unfortunately, the setOptions call...
View ArticleDateTime Format Copy Select Value ALL DIFFERENT
So there is no way to read/use the actual displayed (formatted) text? It could save effort of having to keep converting.Also, In your post you mentioned it only appears for you at the cell level, but...
View ArticleMultiple Column Selectors in Column Menu?
Hi, I have been using the column menu to filter/choose columns to display in my grid and have been greatly pleased with the results. However, I would like to add a second custom menu item to the...
View ArticleBind Spreadsheet with imported excel
I have a Spreadsheet which already Bind to an object (see below code). I want to open a file (import) and Bind it with my existing binding.@(Html.Kendo().Spreadsheet() .Name("spreadsheet")...
View ArticleIssue with text wrapping in textbox
Hello,I am having the same problem as Martin. When exporting to PDF the truncated text is shown properly.Another thing I've noticed is that changing the font in the TextBox to be a Monospace or...
View ArticlePivotGrid DataProvider
Can someone please explain why examples show 2 different ways of setting the dataprovider for the pivotgrid? On PivotGrid Settings demo, it shows this...this.pivot.PivotGridElement.DataProvider =...
View ArticleFirefox plug in
The version we have is telerik_test_studio_automation-2015.2.918.0-fx-windows.Is there a way to download the newer version, without upgrading for right now. We have too many test cases to upgrade and...
View ArticleError inserting to database
It probably was something with the mapping. Unfortunately, my manager had me pull this and go back to using Entity Framework. Online documentation on the mapping could be improved for others who want...
View ArticleLock/disable column
Is it possible to lock/disable first two columns in my below code. Instead of cell lock I want to do column level lock. @(Html.Kendo().Spreadsheet() .Name("spreadsheet") .Sheetsbar(false) .Toolbar(x...
View ArticleDisabled PanelBar Keyboard Navigation
Is it possible to disable the keyboard navigation on a PanelBar? I am trying to bind keypress to a radtextbox within an item's ContentTemplate and it is not recognizing the enter press. I believe...
View ArticleRadForm Button click
Not sure if you figured it out, but for anyone else...I had a problem with Show(). I had to use ShowDialog().MyForm myForm = newMyForm();myForm.ShowDialog();myForm.Dispose();
View ArticleCan ReportViewer use NeedDataSource?
The issue came from the connection saved in the report using Integrated Security which wouldn't work. What's odd is that if I place the complete connection string within the report's data source at...
View ArticleButton image not showing
Hello,I have an image that is not showing for a radimagebutton. I have attached to thread, but I'm not able to see anything wrong. [ASP.NET Markup]<telerik:radimagebutton...
View ArticleRadEditor Popup
In the Telerik Comment Widget, a button called "Accept All Track Changes", which accepts everything within the body, has a popup when a user clicks on it. The problem is I'm trying to make it 508...
View ArticleNested Sortable with handlers
So I edited a dojo example to cause the behavior. The selections / ignores work fin in the code provided. Once you turn on the handle options to different handles even you no longer can select the...
View ArticleOnly Horizontal Scrollbar for RadGrid
Headache...your solution worked perfectly. Set Scrollheight ="" thanks!
View ArticleUse of added elements in Utility class
Thanks Chandresh,I tried this, but still seem to be getting the same error. My simplified utility class to test this can be seen below. If I attempt to call this from a coded step via Utils.test();...
View Article