Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
113 views
hi,,
 I want to show a folder icon in every node of a RadTreeview. How can I do that?

thanks..
Princy
Top achievements
Rank 2
 answered on 27 Aug 2012
4 answers
389 views
I have a RadAjaxManager in a master page with RequestQueueSize set to 5.  If I then make 5 Ajax requests in quick succession then the page ends up making 22 postbacks.  It seems that Ajax requests are either getting duplicated or are not getting removed from the queue upon completion and get repeated.  What can I do about this apart from giving up on RequestQueueSize?
Vasil
Telerik team
 answered on 27 Aug 2012
1 answer
102 views
I use DataGroupColumn a lot in RadChart, is there an equivalent property or easy way to do this in RadHtmlChart?
Marin Bratanov
Telerik team
 answered on 27 Aug 2012
1 answer
54 views
hiii,
 How can I exapnd all nodes of a treeview on pageload itself??

thanks..
Shinu
Top achievements
Rank 2
 answered on 27 Aug 2012
1 answer
191 views
Hai,
     I have a raddatepicker in the edititemtemplate of my radgrid. I want it to be read-only in edit-mode. Any help will be appreciated.
Thanks
Savyo
Shinu
Top achievements
Rank 2
 answered on 27 Aug 2012
5 answers
187 views
WRONG Titel!!!

Control requires script manager would be the title

Hi,

I installed the Acceleration Kit, set it up. In SPD 2010 it shows the editor but it complains that it misses the script manager. However that one is in the mast page.

Any idea?

frank
Rumen
Telerik team
 answered on 27 Aug 2012
5 answers
193 views
Hey everyone,

I am using a RadGrid to insert new records.I am using Sql Data Source for inserting Items.The problem is that records get inserted in the database table but are'nt visible inside the grid.

Thanks
Amit
Tsvetina
Telerik team
 answered on 27 Aug 2012
11 answers
322 views
Hi,
I have a FileExplorer which allows certain types of Image files.  What we would like to achieve is to disallow the user renaming the file extension. We are happy to let them rename the file just not the extension.  I have created the below code based on information I found from your help documents.  Unfortunately, although this does work and does cancel the action, it gets rid of the file rename dialogue box. Which means that after a rename, we can tell the user they cannot change the extension but then the window is closed and they have to click rename again.   So, my questions are:

A. Is there a way to tell the FileExplorer to disallow extension renaming? (simply don't give them the extension in the textbox maybe)
B. Is there another event which fire before the box closes to I can check the extensions and cancel the rename before the box closes?
C. Is there a way to keep the rename dialogue open from the below code?

Thanks,
Michael 

Protected Sub docExplorer_ItemCommand(ByVal sender As Object, ByVal e As RadFileExplorerEventArgs) Handles docExplorer.ItemCommand
    Select Case e.Command
        Case "MoveFile"
            Dim oldExt As String = System.IO.Path.GetExtension(e.Path)
            Dim newExt As String = System.IO.Path.GetExtension(e.NewPath)
            If Not oldExt = newExt Then
                e.Cancel = True
            End If
            Exit Select
 
    End Select
Vessy
Telerik team
 answered on 27 Aug 2012
2 answers
80 views

i have RadAsyncUpload that upload multi files when files uploaded complete in

FileUploaded event should rebind radgrid which display the files

the problem is radgid1.Databind(); dosen't fire

here is my code

this ajaxmanger code

<telerik:RadAjaxManager ID="RadAjaxManagerFileUpload" runat="server">

        <AjaxSettings >

            <telerik:AjaxSetting AjaxControlID="tlkasycupMultipleFile">

                <UpdatedControls>

                    <telerik:AjaxUpdatedControl ControlID="tlkasycupMultipleFile" />

                    <telerik:AjaxUpdatedControl ControlID="radgSupAcctFileUploads"  />

                </UpdatedControls>

            </telerik:AjaxSetting>

            <telerik:AjaxSetting AjaxControlID="radgSupAcctFileUploads">

                <UpdatedControls>

                    <telerik:AjaxUpdatedControl ControlID="radgSupAcctFileUploads" />

                </UpdatedControls>

            </telerik:AjaxSetting>

        </AjaxSettings>

    </telerik:RadAjaxManager>

Here is code behind

protected  void tlkasycupMultipleFile_FileUploaded(object sender, Telerik.Web.UI.FileUploadedEventArgs e)

    {

//here code to save files in DB and its works fine

// after that bind the RadGrid

  radgSupAcctFileUploads.DataSourceID = odsFileUploads.ID;

                    radgSupAcctFileUploads.DataBind();

}

This is my scenario 
Tsvetina
Telerik team
 answered on 27 Aug 2012
1 answer
132 views

i have configured a radsplitter as below, on IE it is working on other browsers it is not (Mozilla, Opera, Safari, Chrome)

 

<telerik:RadSplitter runat="server" ID="RadSplitter1" Width="100%" BorderSize="0"

 

 

BorderStyle="None" PanesBorderSize="0" Height="100%" Orientation="Horizontal">

Vessy
Telerik team
 answered on 27 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?