Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
265 views
I set togglestate of RadButton on client-side by using set_selectedToggleStateIndex() function which works fine. However, when i try to read the state in code-behind (SelectedToggleState.Text) it returns different text than i see on the screen.
Am i missing something?
Misho
Telerik team
 answered on 26 Dec 2014
1 answer
399 views
Hi,

I have 8 columns in the telerik rad grid and using Edit Mode='Batch' and BatchEditingSettings-EditType="Cell"

I need to edit only 2 or 3 column based on condition on Row Selection. and other Columns need to set read only.

I need to set read only on Row Selection on Client Side. I tried on row selection but not possible to find read only property and used disabled function its not working.

How to resolve this problem.


Thanks,
Senthil 
Eyup
Telerik team
 answered on 26 Dec 2014
1 answer
354 views
Hi,
 
I have radbutton that sits within a radgrid command item
template.  I’d like to somehow have some JavaScript
that gets invokes whenever a user clicks this button.

The JavaScript itself should convey to the user the checked
status of the button (radtogglestate)

Any pointers greatly appreciated.

Eyup
Telerik team
 answered on 26 Dec 2014
1 answer
114 views
Hi, all.

I have a question regarding the behavior of the RadRating control.  I have a dynamically-created RadPanelBar that grabs its header text from a SQL server and then passes that to an ITemplate to create the custom header control.  Certain items from our database will also have a rating in the header as well.

For the rating itself, have a custom image URL for each rating item (a star with a different letter, depending on the index of the item being created).  It's been decided that showing the star/letter icons for each selected item will make the page look too busy when there are several high-rated items.

So here's the question: is it possible for a rating to have multiple SelectedImageUrl properties for a rated item?  For example, if the rating is 4 stars, can the control be set to show 3 filled stars and have the 4th be the star with the letter in it?
Ianko
Telerik team
 answered on 26 Dec 2014
3 answers
105 views
Hi,
I have  a scheduler where I grouped resources vertically, all technicians are listed in the left of scheduler. I would like to have a context menu on these technicians (one of the resource). How can I attach context menu to resource header  ?

Thanks,
Prava
Peter Filipov
Telerik team
 answered on 25 Dec 2014
1 answer
59 views
I've been able to edit the collection of client side items of the drop down list.
My problem is, these edits aren't accessible on the server side.
When a postback occurs, I only see the original list item collection.

I don't see what I've done wrong. Here's what I've got so far:
var ddl = $find("<%=_ddlLidsIndicators.ClientID%>");
ddl.get_items().clear();
 
var selectItem = new Telerik.Web.UI.DropDownListItem();
selectItem.set_text("Select...");
ddl.get_items().add(selectItem);
 
$.each(data, function (index, value) {
    var newItem = new Telerik.Web.UI.DropDownListItem();
    newItem.set_text(value);
    newItem.set_value(index);
    ddl.get_items().add(newItem);
});
 
var otherItem = new Telerik.Web.UI.DropDownListItem();
otherItem.set_text("Other");
ddl.get_items().add(otherItem);
 
ddl.commitChanges();
Timothy
Top achievements
Rank 1
 answered on 25 Dec 2014
2 answers
725 views
Hello,

I'm trying to manipulate the items in my raddropdownlist via jquery.

I found this page with documentation:
http://www.telerik.com/help/aspnet-ajax/dropdownlistitemcollection-client-object-api.html

the Add() method requires a DropDownListItem parameter.
But I can't find any documentation on how to declare a var of that type.
Is it in a namespace somewhere that I haven't found?

Please advise.
Thank you.
Timothy
Top achievements
Rank 1
 answered on 25 Dec 2014
3 answers
350 views
Hey

I'm using Kendo Hierarchical grid, just as one of listed in your demos (http://demos.telerik.com/aspnet-mvc/grid/hierarchy). My issue is, I want to apply a filter on one of columns (on parent grid) such that it will also be applied on Child grid column. My issues are:

1. How do i know if there is filter applied on parent grid column, since there is no such even handler for filter on grid. 
2. I want to data appear in child grid columns(if exists), even if entry doesn't exist on parent grid column

I did some experiments by passing the filter collection from parent grid to child grid (since both have similar schema), but again, but couldn't sort out the answers for those two questions


Thanks

Abdul Rehman
Dimo
Telerik team
 answered on 25 Dec 2014
1 answer
263 views

Is there a way to disable the mouse wheel scrolling from moving the slider?
(My end-users keep accident;y changing their event status as the scroll down the page)

Joana
Telerik team
 answered on 25 Dec 2014
1 answer
962 views
Hi,
How to add new row in radgrid in client side. I have tried the following way
The Code is:
function addNewItem(sender,args) {
  var MasterGrid = grid;
var masterTableView = MasterGrid .get_masterTableView();
var batchEditingManager = MasterGrid .get_batchEditingManager();
batchEditingManager.addNewRecord(masterTableView);
}

When I click the new row the row was created in radgrid. but the template column was not created also the index was set to -1,-2, etc...
In Radgrid we using shift click function so its throws script error.


I need to add multiple row one by one on rad button click not command button and I have one Rad Button checkbox template column in my grid how can I achieve this.
Eyup
Telerik team
 answered on 25 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?