Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
209 views
Hi, I want to know if I can export to pdf only one row from my grid NOT all grid.
I have only two(2) levels hierarchy. I want to export only the level 2.
I select one row, I pick export to pdf and voilà... I export only the level 2, or the text inside the row...
I put this code and I can't see the buttons neither: <CommandItemSettings ShowExportToWordButton="false" ShowExportToExcelButton="true" ShowExportToCsvButton="false" ShowExportToPdfButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false"/>




http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-hierarchy/defaultcs.aspx?skin=WebBlue
Konstantin Dikov
Telerik team
 answered on 26 Dec 2014
3 answers
229 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
370 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
328 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
90 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
91 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
38 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
665 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
310 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
222 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?