telerik

Get hidden field value in code behind

江枫思渺然 提交于 2019-12-11 17:55:07
问题 How can I get the value of the hiddenfield in code behind? <telerik:RadRotator ID="RadRotator1" RotatorType="AutomaticAdvance" ScrollDirection="Up" ScrollDuration="4000" runat="server" Width="714" ItemWidth="695" Height="260px" ItemHeight="70" FrameDuration="1" InitialItemIndex="-1" CssClass="rotator"> <ItemTemplate> <div class="itemTemplate" style="background-image: url('IMAGES3/<%# this.GetDayOfWeek(XPath("pubDate").ToString()) %>.png');"> <div class="dateTime"> <div class="time"> <%# (this

Kendo UI Grid - Filter with Select Multi-Checkbox

纵饮孤独 提交于 2019-12-11 17:51:52
问题 Problem is that when I choose multiple checkbox and filter for something all checkbox selected returns to normal all checkbox's (un-checked) my question is : Can I do the checked some checkbox's and filter for something without do any changes on my rows checked please check photos in below : 1 - Checked some rows 2 - filter some rows where contains 'ss' 3 - here my problem, after press ok on filter get rows without checked when i'm using kendo ui v.2018 see image please help me!! Thanks UW.

using telerik ui for asp.net mvc vue.js

空扰寡人 提交于 2019-12-11 17:39:56
问题 Has anyone used vue.js with Telerik UI for ASP.Net MVC? Not the Kendo UI controls? Specifically looking for examples on using v-bind and v-model with the controls. for example a checkbox @Html.Kendo.Checkbox().Name() I'd like to bind the name and set the checked and such like I've done for a standard html checkbox type="checkbox" v-bind:id="thePlan.Id" class="plan-selection" v-bind:checked="thePlan.IsSelected" v-model="thePlan.IsSelected" Has anyone done something like this? 回答1: You can add

How to retrieve additional data for grid row to edit only if user want to edit certain row?

左心房为你撑大大i 提交于 2019-12-11 16:19:21
问题 How to retrieve additional data for grid row to edit only if user want to edit certain row? In other words: grid is defined with datasource with f.e. 4 fields, but with pressing edit row I want popup to retrieve 50 more fields for this row, BUT after pressing update I want grid to show updated data (with this 4 fields) In other words: basic data for datasource for grid contain 4 fields/colums after clicking edit for row this datasource adds more fields to datasource for edit row. I know I can

Kendo Grid jumps to top after onSave

强颜欢笑 提交于 2019-12-11 16:14:17
问题 I have a grid that i need to set: scrollable: { virtual: true }, When users edit a cell then updates (or onSave(e)) their changes. The grid resets back to the top of the page. I don't know why. Users lose their place every time they try to change a cells contents. When i make scrollable: false, it stays put. I think this is a huge bug in Telerik Kendo. Has anyone figured out how to stay in place on the grid after saving changes? UPDATE This problem only occurs in IE 11. Unfortunately my

How to use AJAX tooltip control?

不羁的心 提交于 2019-12-11 16:04:23
问题 i need help in using AJAX tooltip control to display dynamic fields the database table contains ID --> Autonumber Title --> text Date --> Date Notes --> Memo (rich text) database is Microsoft access (.mdb) 回答1: I think that you will find what you are searching for here -http://demos.telerik.com/aspnet-ajax/tooltip/examples/bindtotarget/defaultcs.aspx. Follow the description and sample code to understand how to configure your tooltip. 来源: https://stackoverflow.com/questions/4625397/how-to-use

How can i set route value in client side for Telerik combobox

有些话、适合烂在心里 提交于 2019-12-11 15:24:50
问题 I have two combobox. I need get some value from first combobox1 after combobox1 has changed value and that put this value in Combobox2 route databinding.Ajax().Select("action","controller",-->route<<-) @(Html.Telerik() .ComboBoxFor(m => m.Country) .ClientEvents(e => e.OnChange"onCountryChange")) .BindTo(Model.ListCountry)) @(Html.Telerik() .ComboBoxFor(m => m.UnitOfAdministration) .ClientEvents(e => e.OnChange("onCityChange")) .BindTo(Model.ListUnitOfAdministration) .DataBinding(bind => bind

Rad Mask TextBox: Change Text to upper and position cursor at end of the text.

荒凉一梦 提交于 2019-12-11 15:06:52
问题 I have Rad Mask TextBox and a button. So user can enter any case into the text box. when button is clicked, I am fetching some record based on text and event I have to change the text to upper, trim and position the caret to end. I noticed, if upper case is entered, I get all the scenario's but when lower case is entered the postion of cursor is pointed to beginning. this is what I tried. txtSearch.MaskedText = txtSearch.MaskedText.ToUpperInvariant().Trim(); txtSearch.SelectionOnFocus =

How to bind a telerik grid column to a child data object that is a list?

谁说我不能喝 提交于 2019-12-11 14:55:43
问题 I have a grid that binds a number of child data objects to columns with no issue, using the syntax defined at http://www.telerik.com/help/aspnet-ajax/grdbindingtosubobjects.html. What I can't figure out, however, is how to aggregate a child object that is a list or collection. For example, if I have a Customer object and I want to get the customer's first street address, I would use DataField="Customer.Addresses[0].Street" on a standard GridBoundColumn . How can I get the count of the

iCal feed all day events blank out entire day

一笑奈何 提交于 2019-12-11 14:54:38
问题 I am using a very old version of Telerik RadScheduler that exports appointments to an ics file so they can be fed to an iPhone. This is the telerik code: TimeZoneInfo localZone = TimeZoneInfo.Local; TimeSpan ts = localZone.BaseUtcOffset; return RadScheduler.ExportToICalendar(scheduler.Appointments, ts);` My server is in GMT, my iPhone is in NZDT (+13), my appointments are stored in UTC. I have some all day appointments that are midnight til midnight NZDT time. They are exporting like this: