Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
115 views
So I was doing the tutorials when I needed to reset my computer... afterwards I cannot get the controls to work on a page.  THe attached screenshot is all I get any help please?  I had to readd the controls manually to the toolbox and I tried reinstalling as well...  any help?
Schlurk
Top achievements
Rank 2
 answered on 22 Feb 2010
1 answer
95 views
Hello,
I was studying on Asp.net ajax controls (Telerik one) and I was looking if the gridview supports drag and drop...any example to link?
Thanks

Paolo
Schlurk
Top achievements
Rank 2
 answered on 22 Feb 2010
1 answer
116 views
Hi all

I have a dilemma with a rad window. Here is an example.

I have grid and some buttons on a page. I am opening the radwindow from a link button in the grid using the ItemCommand event in code behind.

Here is the code where I open the radwindow:

 

Protected Sub rgListingWithImages_ItemCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles rgListingWithImages.ItemCommand

 

 

Dim value As String = Nothing

 

 

Select Case e.CommandName

 

 

Case ("DeleteRow")

 

'Do something here

 

Exit Select

 

 

 

Case ("Slides")

 

 

'Open the slide window

 

 

'RadWindowManager1.Windows(0).Visible = True

 

 


Dim
newWindow As New RadWindow

 

newWindow.NavigateUrl =

"http://www.google.com"

 

newWindow.Top = Unit.Pixel(22)

newWindow.VisibleOnPageLoad =

True

 

newWindow.Left = Unit.Pixel(0)

RadWindowManager1.Windows.Add(newWindow)

 

Exit Select

 

 

End Select

 

 

End Sub

 

 

 

 


Here is the problem.

The window opens OK form the "Select" command of the grid. However when I click on the "Delete" command of the grid the window opens again and when I click on any other button on my page the radwindow opens.

Is there a way to open the window jsut from the "Select" event of hte grid?

 

Georgi Tunev
Telerik team
 answered on 22 Feb 2010
1 answer
166 views
Hello

Google indexes my pages with LOCK tags as a description. Here's the result:

www.esse.com.tr

##LOC[OK]## ##LOC[Cancel]##. Esse. Pazar, Şubat 14 | Son Gezdiklerim | Üye girişi | Hesap oluştur | Sepetim | Sipariş Takibi

How can I fix that?



Georgi Tunev
Telerik team
 answered on 22 Feb 2010
10 answers
288 views
Hello all,
How can I convert the Telerik Image Manager to be Database Driven control?

Thanks,
Amr Saafan
Senior Software Developer
http://amrsaafan.blogspot.com
Yvonne Patakidou
Top achievements
Rank 1
 answered on 22 Feb 2010
1 answer
156 views
Hi there

I don't think, this is telerik-specific but perhaps you can help me anyway.

I got a Form embedded into a RadAjaxPanel containg some "dumb" TextBoxes and a combobox which initiates a postback:

 <telerik:RadAjaxPanel ID="FormPanel" runat="server" OnAjaxRequest="formPanel_AjaxRequest"
 <telerik:RadTextBox ID="txtUniqueName" runat="server" Width="240" /> 
<telerik:RadNumericTextBox ID="txtILN" runat="server" Width="240" MaxLength="13"  NumberFormat-GroupSeparator="" Type="Number" MinValue="0" NumberFormat-DecimalDigits="0" /> 
 
<telerik:RadComboBox ID="cbxLanguage" runat="server" Width="240px" AutoPostBack="true" OnSelectedIndexChanged="cbxLanguage_SelectedIndexChanged" /> 
 (I removed Table-/TR/TD and other stuff)

When selecting the Combobox a postback is initiated (as expected and wanted). But before this happens I can still enter some stuff into the textboxes. But these are emptied when the Postback finally takes place.

Any idea how to solve that issue or at least disable the comboboxes for that period of time?
robertw102
Top achievements
Rank 1
 answered on 22 Feb 2010
7 answers
186 views
I'm using VS2008, Windows XP and IE7.

My comoboxes are disappearing behind other controls (comboboxes, textboxes and grids).  I can see them populate between the controls.  I have the ZIndex set at 10000000 and EnableViewState is set to True.  Are there another settings/properties that might help me solve this issue?

~wen
Wendy Hunt
Top achievements
Rank 2
 answered on 22 Feb 2010
1 answer
128 views
Hi,

Is it possible to use export functionality on multiple grids both in word and excel.
For example, is it possible that when there are two grids on two different tabs within the same page and with one button click they can be exported into a single excel or word file?
 
Anybody?

Thanks,
lektira
Daniel
Telerik team
 answered on 22 Feb 2010
1 answer
122 views
There is a property for skinid in the numerictextbox inside the gridnumericcolumneditor.
How do I define the skin for this control in the skin file?
I tried defining it using telerik:radnumerictextbox but it's not working.
What is the correct prefix that I need for this control?
Dimo
Telerik team
 answered on 22 Feb 2010
3 answers
292 views
Hi,

How can i set focus on ok button of radalert and radwindow when open radalert and radwindow respectively.

If possible please provide some sample code?

Thanks in advance!

Fakhrul
Georgi Tunev
Telerik team
 answered on 22 Feb 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?