Refresh RadHtmlChart with Javascript and show loading spinner
In case of RadGrid I can do this:var RadGrid = $find('<%=RadGrid.ClientID %>').get_masterTableView();RadGrid.fireCommand("Update", 0);This refreshs my RadGrid and is showing the ajaxLoadingPanel...
View ArticleWithInfiniteLength producing schema update of length 255 instead of max
I have an existing table with a column of type "nvarchar(max) NULL". I'm trying to make sure that my code first metadata doesn't alter anything starting up. But for the life of me I can't figure out...
View ArticleHow to dynamically change gauge max value when using AngularJS
How can I dynamically change gauge max value when using AngularJS? I tried using redraw(), and it sure changes the scale but somehow refreshes the pointer value back to the older value. Any advices,...
View ArticleSome issues with the Spreadsheet control
Hello,I started using the Spreadsheet control and have a couple issues:1) I am programatically creating a workbook on the server side and using it with a custom provider. When I disable cells on the...
View ArticleHTTPS issues with Windows system proxy
I'm seeing the issue since updating to v4.6.2.0. I update regularly, so I imagine I upgraded from the previous major version.I followed the instructions on the page you linked to. I've previously tried...
View ArticleProblem creating multi-series line charts with local data
I'll add a little more info to hopefully elucidate my problem a little better: Client can create multiple series for a given chart - this is stored as metadata in the database. Client has the ability...
View ArticleUpdate to Kendo Calendar Demos
I wasn't quite sure where to post this but I figured here was as good as any. When viewing the JS Kendo UI Demos for the Calendar (http://demos.telerik.com/kendo-ui/calendar/disable-dates), the second...
View ArticleWithInfiniteLength producing schema update of length 255 instead of max
Ok, I found my problem. Specifying my own column type, even if it's correct, overrides the infinite length bit. Reason for specifying my own column type is to handle multiple databases. But if Data...
View ArticleArtOfTestRunner Breaking On WPF Detach Function
Apologies for the late reply, but we dug a little deeper and found the problem.Turns out that the detach function was throwing a null pointer exception. Our program was being shutdown by the updater...
View ArticleCustom Filter on Large Data
Here is my column definitionfield: "SEARCHNAME", title: "Search Name", hidden: false, filterable: { cell: { minLength: 3, operator:...
View ArticleKendo Grid Column Resizing not working?
i have version Kendo UI v2014.3.1119 and don't see this working. ANy other versions support this?
View ArticleParameters null when ObjectDataSource method is called
I set the reportSource parameters in Javascript and they get passed to the WebApi, but when the method my Report's ObjectDataSource is wired up to is called, the parameters are null. I setup the report...
View ArticleRadComboBox remove all items and repopulate
I have two related RadComboBoxes as following:<telerik:RadAjaxManagerProxyID="RadAjaxManager1"runat="server"> <AjaxSettings>...
View ArticleTitle Text on RadSlidingPane Rotated / Upsidedown in Edge
thank you very much, you saved my time!
View ArticleInformation Layer : multiple items
OK this was very simple... MULTIPLE INFORMATION LAYERS ARE VALID... below is the code just in case someone wants it<telerik:InformationLayerx:Name="InformationLayer"ItemTemplate="{StaticResource...
View ArticleInformation Layer : multiple items
also, the first IL ItemsSource is now set in codebehind once the control is loaded.
View ArticlePager icon displaying white
Hi there, I Created my own custom theme with my custom colors, but for some reasons my pager controls are not displaying correct results. Here is a Screen shot of how it looks. I tried searching for...
View ArticleBatch Editing and not save per row edits
I am creating an inline editable grid where I can add row after row or edit a row or delete a row and during that whole process, I don't want to save any changes to the DB. I am using batch:true in the...
View ArticleSome issues with the Spreadsheet control
The feature I described in 2) is correctly working in IE11. The cursor just does not change when hovering over the bottom right of the cell selection, which led me to believe it did not work.The...
View Article