Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
120 views
Overriding the z-index of rsHeader class does not resolve the issue in IE. This is not even an issue in any other browsers tested (FF4, Chrome12).

I've tried:

.rsHeader
{
    z-index: 1000;
}

zIndex of the radMenu is set very high (7000)
Ben
Top achievements
Rank 1
 answered on 28 Jan 2014
1 answer
145 views
Hi Team, 
I would like to know whether can I group the columns in RadGrid like the same way we group the rows. 

Eg:
Name | 2014 [-] | Jan| Feb | Mar | Apr |  .. | Dec | 2015 [-] | Jan | Feb | Mar |...
Richa |         | 12 |  40 | 50 | .............|          |  15 | 70   | 30  | ...
(Please find the attachment for more information)
-------------------------------------------------------------
I have tried creating a button in <HeaderTemplate> of 2014.. etc
and changing the visibility of Jan, Feb,.. based on the click.  It is working well. 

I would like to know are there any other way where we can achieve the same functionality like the same way we group the Rows without disabling/enabling the columns?

Thanks . 

Konstantin Dikov
Telerik team
 answered on 28 Jan 2014
3 answers
170 views
Have a main radWindow w/ WindowManager which opens a child window.

Within that child window, when the user attempts to do a particular function, I would like to have the user confirm their choice, but have three options
Yes, Yes (with Backup), No, and then, postback the user's choice to perform a server-side operation.

I cannot figure out how to create a template for this to pop up from the child window, since it does not have a radWindowManager. If I attempt to add a separate radwindowmanager and template to the child window, all hell breaks loose in the application :)

If anyone has some guidance as to how this is done, I would appreciate it.

Thanks,
Mike

ToltingColtAcres
Top achievements
Rank 2
Veteran
Iron
 answered on 28 Jan 2014
3 answers
241 views
Hi,

I have to find the control inside InsertItemTemplate during itemdatabound.
Konstantin Dikov
Telerik team
 answered on 28 Jan 2014
2 answers
736 views
Hi,
How can I uncheck checkbox from client side? I am using the control without the " Check/Uncheck All " option. I need know how I verify if the args item is checked or not.

Here is my RadListBox:
<telerik:RadListBox ID="rlUsers" runat="server" CheckBoxes="true" AutoPostBack="false" SelectionMode="Single" Width="300" OnItemDataBound="rlUsers_ItemDataBound" OnDataBound="rlUsers_DataBound"                OnClientItemChecked="OnClientItemChecked" ></telerik:RadListBox>

function OnClientItemChecked(sender, args) {
                var aux = args.get_item(sender);
                var items = sender.get_items();
                items.forEach(function (itm) { itm.set_checked(false); });
                aux.set_checked(true);
            }

Below is my pseudo-code that show what I want to do:
function OnClientItemChecked(sender, args) {
               var aux = args.get_item(sender);
               if(aux.checked == false){
                          var items = sender.get_items();
                          items.forEach(function (itm) { itm.set_checked(false); });
                          aux.set_checked(true);
                }
            }

How I do : if(aux.checked == false) in javascript in this case?
Rafael
Top achievements
Rank 1
 answered on 28 Jan 2014
1 answer
75 views
I am trying to print three statements using the following expression, but getting Error: "An error has occurred while processing TextBox 'textBox5':
An error has occurred while executing function Len(). Check InnerException for further information". when the third statement is added.

=IIf(Len(Fields.Ledger2)>0,Trim(Fields.Ledger2) +'.','')    =Fields.Title1
                                                                                          =Fields.Statement1 
                                                                                          =Fields.Type1 <------------------- Error when this statement is added


 This statement  below works fine. What am I missing? Any help will be appreciated see screenshot

=IIf(Len(Fields.Ledger2)>0,Trim(Fields.Ledger2) +'.','')    =Fields.Title1   
                                                                                          =Fields.Statement1                                                          

                                                                                                                                           
Ebenezer
Top achievements
Rank 1
 answered on 28 Jan 2014
3 answers
97 views
Hi,

I am using radlistview control, and i want to drag radlistview item and drop in another radlistview. please help me by providing me the example.. it's urgent

Thanks In advance

Thanks
 Richa 
Maria Ilieva
Telerik team
 answered on 28 Jan 2014
6 answers
404 views
Hello guys...
How can I reset a RadBinaryImage (to show no image at all) ?

I tried that: 

 rbiImagem.DataValue = null;
 rbiImagem.DataBind();


But the image still showing up...

Any idea?

Thanks...
Erik
Top achievements
Rank 2
 answered on 28 Jan 2014
1 answer
84 views
<telerik:RadListView ID="rlvTableSelection" runat="server" AllowMultiItemSelection="true" >

                                <ItemTemplate>
                                    <p>Lorem ipsum dolor sit posuere.</p>
                                </ItemTemplate>
                                <SelectedItemTemplate><p style="background-color:red">hey babaley.</p></SelectedItemTemplate>
                            </telerik:RadListView>

Why I can't select any row?
Viktor Tachev
Telerik team
 answered on 28 Jan 2014
3 answers
195 views

This is an existing VS2002 project using ComponentArt menu for page navigation. Currently menu items are attached to the client side event for page

validation. Upon the page submit, the control is directed to client side script for page validation. On successful page validation, the control is passed

onto server side script for saving the data.

This control is not supported in VS2012 enviornment, so we are in process of upgrading the control with RadMenu control.

Currently the ComponentArt menu control is placed inside Header page(user control) and this page is inherited in all other pages using base page concept

to render the menu.

 We are having issue using RadMenu control in the same fashion.

 The issue is when we associated custom client side script to RadMenu item, the control is going to custom Client side script as intended for the validation,

but after the validation it is going back to RadMenu built-in client side event (OnClientItemClicked) again for client side click rather than passing the

clontrol to RadMenu Server side click event OnItemClick="RadMenu1_ItemClick.

Issue is, if the custom client side validation fails, we want to stop there itself rather going back to built-in client side for further validation.

 
Is it possible to stop the control going to radMenu built-in validation, if the custom client side validation fails ?

Boyan Dimitrov
Telerik team
 answered on 28 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?