Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
138 views
 Hi,
 i am D.Srinivasa

              in my project i have a Radtree View  for Select Different operations. it works fine but i have a problem in Radtreeview,  when the page Loads Radtreeview Displays in the Following attachment-1, when i am expand the Tree parent node it doesn't fires any event. But it fires an event when click on the Radtree Node successfully, 

 Here i have an events for RadTreeView  

1.   RadTreeView1_NodeExpand
2.   RadTreeView1_PreRender
3.   RadTreeView1_NodeClick
4.   RadTreeView1_NodeCheck

     
 but it doesn't fire any event at the Initial Time ( First Time) i expand the radtreeNode.

Please try to Login into Site..

http://tpg.avvasinfotech.net/

User Id= kapil
Password : kapil1234
next click on Update Schedule button in Menu Bar and Expand the RadTreeView Node but it doesn't work. Please Check It once.  



Thank you
D.Srinivasa
Ivan Zhekov
Telerik team
 answered on 24 Aug 2011
6 answers
382 views

Hi,
I have a situation where i have RadUpload inside a UserControl and the usercontrol is wrapped inside an update panel on the aspx page. The aspx page needs the update panel so that it can render different user controls based on a radMenu selection.

In the Usercontrol -> for Radupload I have setup automatic file saving to a TargetFolder, also the button on the page generates full postback, still the image is not getting saved. There is no update panel in the usercontrol, but on the aspx page.

Can you suggest why this could be happening ? Your help is much appreciated.

Thanks,
Jeeva
Peter Filipov
Telerik team
 answered on 24 Aug 2011
1 answer
206 views
Hi,
i want to open rad confirm by condition on the server side.
means.
suppose below is the server side code.
if(i=6)
{
 //Rad Confirm should be opened
}

and after opening Rad confirm on the clicking OK and cancel button
server side event should be trapped.

please reply soon.
Shinu
Top achievements
Rank 2
 answered on 24 Aug 2011
2 answers
136 views
Hey

I am new to Telerik and I am trying to set the Footer ToolTip in RadGrid.

Can some one advice me how to do that?

Thanks

Joe
Joseph
Top achievements
Rank 1
 answered on 24 Aug 2011
3 answers
135 views
Hi,

I want to have Cancel button which will cancel all ongoing uploads. On clicking Cancel it should ask confirmation first. How can I achieve this?

Thanks & Regards
Sanjivani
Peter Filipov
Telerik team
 answered on 24 Aug 2011
1 answer
156 views
Hi,

While expanding the treeview node,the first child node should get selected by default.
Can anybody help me

Princy
Top achievements
Rank 2
 answered on 24 Aug 2011
4 answers
227 views
Hi,
I've a Checkbox, with a custom validator:
<asp:CheckBox ID="Datenschutz" runat="server" />
<asp:CustomValidator ClientValidationFunction="ValidateDatenschutz" runat="server" ID="DatenschutzValidator" CssClass="..." ErrorMessage="<br/>..." />
The RadButton is here:
<telerik:RadButton ID="Submit" runat="server" Text="Speichern" OnClick="OnSubmitClick" CausesValidation="true" />

The JavaScript validation looks like this:
function ValidateDatenschutz(sender, eventArgs) {
    eventArgs.IsValid = document.all[datenschutzCheckboxId].checked;
}
(datenschutzCheckboxId is defined)
Clicking on the button in IE calls the validation function. Firefox, however, does not.

Is this a known problem, or did I make a mistake?

Thank you
René
René Hézser
Top achievements
Rank 1
 answered on 24 Aug 2011
1 answer
91 views
I have a radgrid that has 10 columns.  What I need to do is check a name in column 8 and if the name field is blank I want to turn off the link buttons that sit in columns 9 and 10.  Here is what I have that I got off a telerik help site but I cannot get at the names to work to turn off the linkbuttons.  However below does not thourhg an error but when I try to assign the text nothing happens??


 Protected Sub myGridPositions_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles myGridPositions.ItemDataBound
        For Each item As GridDataItem In myGridPositions.Items
            Dim name As TableCell = DirectCast(item("strFullName"), TableCell)
            If name.Text = Nothing Then
                turn off link buttons in columns 9, 10.
            End If
        Next
    End Sub

Princy
Top achievements
Rank 2
 answered on 24 Aug 2011
2 answers
202 views
Hi,
I am using Vista Skin for whole RadGrid and its working fine but now as per client requirement I have to change X image from GroupItems in GroupPanel. Instead of default image i have to choose a custom image. How to do it? I did some work around but as its taking Default skin i am not able to do anything.
#FYK : I want vista skin for rest of the grid.

Images are attached for better understanding (Current.jpg and I_Want.png)

Thanks.....
Rajneesh
Top achievements
Rank 2
 answered on 24 Aug 2011
1 answer
110 views
Hello,

Can i enter only one word in radtextbox?
Princy
Top achievements
Rank 2
 answered on 24 Aug 2011
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?