Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
82 views

Hello!

I saw the demo

Grid / Tooltipified RadGrid

and start to use it. the problem is that I can't get tooltip after 10 rows when I changed my page size to 50.

I used the same code. the only difference is that I use databind in codebind and master page (but all rad controls are in content page).

I changed the demo size and get an error from demo.

Please help and thanks.

Amy

Marin Bratanov
Telerik team
 answered on 24 Aug 2011
2 answers
205 views
Dear all,

   SelectionOnFocus="SelectAll" is not working. See the below code for reference. Amusing onblur and onfocus for multiply into 100 and divide by 100

thanks 
vinoth
<telerik:RadNumericTextBox ID="txtId" runat="server"  NumberFormat-DecimalDigits="8" NumberFormat-NegativePattern="-n%" NumberFormat-PositivePattern="n%"
                                        MaxLength="16"  NumberFormat-GroupSeparator="" SelectionOnFocus="SelectAll" Width="100px" EnabledStyle-HorizontalAlign="Right" >
                                        <ClientEvents OnBlur="Blur" OnFocus="Focus" />
                                      </telerik:RadNumericTextBox>
vinoth sansar
Top achievements
Rank 2
 answered on 24 Aug 2011
3 answers
137 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
362 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
197 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
132 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
133 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
150 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
218 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
87 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?