Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
135 views
how to remove bold font of radcombox of  bind values
shanker bangari
Top achievements
Rank 1
 asked on 11 Jan 2010
1 answer
148 views
I want to bring up a modal confirmation window when a user clicks a link on my site. This window would basically say that they are leaving our site and we are not responsible, blah blah and when the user clicks "ok" they are redirected to the link.

How would I accomplish this with radcofirm?

I'm still a beginner and having a little hard time understanding the example here: http://www.telerik.com/help/aspnet-ajax/window_dialogsconfirm.html

Where would I insert the link if the dialog returns true?

Thanks for any help.

Shinu
Top achievements
Rank 2
 answered on 11 Jan 2010
1 answer
98 views
I have a RadGrid in which I use a GridTemplateColumn for later editing the content. In the EditItemTemplate I have a RadComboBox which i fill with data by the OnInit event, but how can I based on the RadGrid datasource selected an item in the combobox?

I have following code:

<telerik:GridTemplateColumn HeaderText="<%$ Resources:LanguageWeb, Depot %>" EditFormColumnIndex="1" 
    Visible="false">  
    <ItemTemplate> 
    </ItemTemplate> 
    <EditItemTemplate> 
        <telerik:RadComboBox ID="RcbDepot" runat="server" HighlightTemplatedItems="true" 
            OnInit="RcbDepot_Init" />
    </EditItemTemplate> 
</telerik:GridTemplateColumn> 

It would be nice with some kind of "SelectedValue" attribute, so I could do something like:

SelectedValue='<%# Bind("DepotID") %>' 

Anyone have an idea what to do?
Yavor
Telerik team
 answered on 11 Jan 2010
1 answer
92 views
Hello,

Great set of tools!  Having an issue with the RadMenu and IE8.  The menu works fine but after a postback (handled via RadAjax manager) the submenu items shift left and stay there.  This occurs in my IE8 but not Firefox.

Thank you,

Dean.

Yana
Telerik team
 answered on 11 Jan 2010
1 answer
76 views
After spending too much time on trying to figure out why my upload was not working I finally discovered something rather surprising.
Turns out that if you have the following single line of code in your master page. RadUploads will not work.

Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init  
   Me.ID = "Master" 
End Sub  
 

For some unknown reason naming the master page causes everthing to fall apart. Comment out that one line and everthing works.

I don't know if this is telerik bug or microsoft.
It sure is odd.
Thanks ... Ed
Genady Sergeev
Telerik team
 answered on 11 Jan 2010
1 answer
122 views
I'm using a RadTimePicker inside a grid, and since I have

<

 

TimeView Interval="0:15" runat="server" Columns="6">

 

on overy row it renders a table with many cells for time selection.
Is it possible that can have all those rows reference one TimeInterval, so I don't have to render all those tables for every row. Thanks.
Princy
Top achievements
Rank 2
 answered on 11 Jan 2010
1 answer
89 views
I have RadTimePicker and defined client event for date selection <ClientEvents OnDateSelected="DateChanged" />
Then inside DateChanged function I have the cancel code, which does not work.

 

function DateChanged(sender, args)

 

{

 

 

args.set_cancel(

true);

 

}

My question is how can I make cancel work. Thanks.

Shinu
Top achievements
Rank 2
 answered on 11 Jan 2010
1 answer
106 views
I have a grid which I only 5 columns are shown by default and on insert/edit I show the fields in editformsettings.
I want to use the same editformsettings from a itemcommand for viewing the data but not show the update button.
There is an example of showing the selected row in tooltip but I wanted to use the already existing code for the same having the same look and feel.

Is this possible?

Thanks,
Anil
Princy
Top achievements
Rank 2
 answered on 11 Jan 2010
1 answer
162 views
hi
how to make the last row of the databind into the grid to appear as bold in text style.

please help
Shinu
Top achievements
Rank 2
 answered on 11 Jan 2010
4 answers
95 views
Hi. Is it possible to have inplace editing with a user control form? Or at least hide the row that you are editing when the the user control appears. Thanks.

Daniel
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 11 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?