alternate row colors
The alternate row works for a grid but I can't get it to work for a spreadsheet . Can you please give me some example for the Spreadsheet alternate rows ?
View Article"Generate Local Resource" also Rewrite Telerik Tags
Just curious... 18+ months on if a solution has been found to this problem? Or a workaround?
View Article"Your connection is not private" whenever I start Fiddler
Thank you Tsviatko. After executing the steps you provided (and importing the new cert into Firefox), all https requests work properly from all browsers, and Fiddler is properly capturing.Can you tell...
View ArticleCustom column not working
We've implemented our grid using AJAX and are also using the "clientTemplate" property. Here's an example from our grid:Html.Kendo().Grid(Of grid_model)() _ .Name("myGrid") _ .DataSource(Function(d)...
View ArticleCustom column not working
Thanks, Greg. I'll try to learn from your example as much as I can.I figured out a way to display images in the grid, but I'd like to know if this is the standard way of doing it or this is beyond...
View ArticleCustom bool filter and advanced filter questions
If you get to the bottom here and are disappointed, you can vote for this feature: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/12477711-bool
View ArticleCustom column not working
I'm not sure if it's the best way to deal with graphics in the column but it is the way we are doing it. ;) In the JavaScript module that handles the data binding we replace values with their...
View Article100% Stacked chart - series proportion length is wrong
You need to set the min of the value axis to zero:valueAxis: { min: 0, line: { visible: false }, minorGridLines: { visible: true }}, Updated DOJO
View ArticleDynamically load Menu with Angular ng-repeat
I'd like to dynamically create my menus from an Angular $http/$resource call as they will be dynamic based on the user's profile. However, I can't seem to get the Menu object to respond to anything I...
View ArticleMenu without caret
How can I use the three bar symbol only for triggering my menu? Please take a look at the top example here, it has both the three bar icon from font awesome but it also has the caret next to...
View ArticleTabstrip tabs formatting
Hey, I am trying to format the tabs of the tabstrip as a separate entity. I want to have a gap in between the tabs horizontally. Here is my html code. Can you help me with the classes/styles that I...
View ArticleIssues with chrome for phone number entry
We are using the masked text box along with a phone number validator in asp.net mvc. We are running into an issue with the phone number autocomplete in chrome where if there is a phone number already...
View ArticleAsyncUpload Control - PostbackTriggers and RadWizard Buttons
Hi guys, i need to persist file across Postback while users click on RadWizard NextButton.I can't use PostbackTriggers because i don't know the Nextbutton ID. Can you give me an advice or an...
View ArticleSize of PDF document
PDF from exactly same test ["hello world"] but using FIXED MODEL Telerik.Windows.Documents.Fixed.Model.RadFixedDocument Telerik.Windows.Documents.Fixed.FormatProviders.Pdf is only 2 kb !!!!We used...
View ArticleChange information inside packets
Is it possible to see TCP-level information in the standard Fiddler UI? For example, it would be interesting to see what ephemeral port (unassigned port >1023) my OS has given to a particular HTTP...
View ArticleAnimationStyle
The Ride aims to link up the country across regions and generations to generate a more positive, constructive dialogue about who we are and where we’re going – more about national unity than national...
View ArticleGet field name in filterable UI javascript function
Hi,I am building the columns from a server side controller with below code in Index.chtml for Grid: columns: @Html.Raw(Model.GridColumnPropertiesJson) and in controller we are writing the .Net object...
View ArticleTabStrip Name does not get replaced
In the attached picture, the id is equal to "tabStrip_#=Name#", but the #=Name# portion should be replaced with the name from the ViewModel.<div class="row " style="max-width: 98%"> <div...
View ArticleGet field name in filterable UI javascript function
In fact I tried calling the myOwnFunction without any parameter and it still does not work.property.Filterable = new FilterablePropertyModel { UI = "myOwnFunction" };when I view the source of the page...
View ArticleAuto open KendoDatePicker in editable KendoGrid control
Hi,I'm having some trouble getting the KendoDatePicker control to automatically open when its cell is selected in my editable Kendo Grid control while using AngularJs.My editable column is defined as...
View Article