Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
275 views
This new control looks great, but I have a question about a combo chart.  I have a chart now that has a column for the data and an line chart for average all on the same chart.  Would this be possible with this control?
Marin Bratanov
Telerik team
 answered on 05 Nov 2012
1 answer
90 views
Hi everyone i hope this is the right forum for my question.

i have a radalert, when is closed i want to do some math in server side, so i did this

on server side

RadWindowManager1.RadAlert(Resources.Mensajes.exitoReseteando, 300, 150, Resources.Mensajes.tituloMensajeExito, "alertCallBackFn", "../Styles/Images/ok.png");



function on asp page

<script language="javascript" type="text/javascript">
 
                                function alertCallBackFn(arg) {
                                    __doPostBack("<%= btnEnviarLogin.UniqueID %>", "");
                                }
                            </script>


when the rad alert is closed with the mouse or with the enter key, it does great the job, the function is executed, but when is closed with the esc key, it doesn't do anything

can you help me ponting me which one is the event i have to catch

thanks in advance
Marin Bratanov
Telerik team
 answered on 05 Nov 2012
3 answers
149 views
I tried to submit this as a support ticket but it timed out so am posting here
----------------------------------------------------------------------------------------------------------

I can add validators to built in columns with no problem using the following code:

    protected void rgData_ItemCreated(object sender, GridItemEventArgs e)
    {
        if (e.Item is GridEditableItem && e.Item.IsInEditMode)
        {
            GridEditableItem item = e.Item as GridEditableItem;

            if (e.Item.OwnerTableView.DataMember == "Download")
            {
                GridTemplateColumnEditor edFile = (GridTemplateColumnEditor)item.EditManager.GetColumnEditor("DocumentFile");
                GridTextBoxColumnEditor edDescription = (GridTextBoxColumnEditor)item.EditManager.GetColumnEditor("Description");

                edDescription.TextBoxControl.ID = "txtDescription";
                edDescription.TextBoxControl.Width = Unit.Pixel(350);

However this does not seem to work with template columns. One of my template columns contains a FileUpload control. Above you can see where I try and reference it (edFile). But when I try to access the control using

((FileUpload)edFile.FindControl("fuFile")).Width = Unit.Pixel(350);
or
((FileUpload)edFile.Controls[0]).Width = Unit.Pixel(350);

I get a null reference. I was hoping I could keep all this code in the same place (ItemCreated). But do template columns need to be handled differently? Thanks.
Maria Ilieva
Telerik team
 answered on 05 Nov 2012
1 answer
102 views

Hi Telerik,

is there a way to keep the insert form opened even after performing insertion.

Thanks

Shinu
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
213 views

Hi all,

Please provide a way to add underline to all Column header in my RadGrid.I have more than 10 columns.

Thanks

Shinu
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
160 views

Hi,

My RadGrid has a linkButton in the GridTemplateColumn. I would like to highlight a the row when the LinkButton is Clicked. Please provide a answer soon.

Shinu
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
120 views
hii,
how can i bind radgrid based on the selected radtree node ?
thanks
Princy
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
100 views
hii,
how can i change the time to hours and minuts instead of showing only the hours in raddatetime picker?
Princy
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
123 views

i try to set the file filtering like here :
http://www.telerik.com/help/aspnet-ajax/asyncupload-file-filtering.html
i try in to way :
this.FileFilters.Add(new FileFilter("Tous les documents accepté", typeDocumentCtrl.getExtensionAllowed().ToArray()));
typeDocumentCtrl.getExtensionAllowed()
    .ForEach(delegate(string extension)
        {
            this.FileFilters.Add(new FileFilter(extension, new string[] {extension}));
        }
    );
this.AllowedFileExtensions = typeDocumentCtrl.getExtensionAllowed().ToArray();
both or not working 
i just need it for chrome other browser would be nice but not mandatory 
i also try :
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };
but that's change nothing 

the last test was quick maybe i can test further, but i don't know how to test in a usefull way :-)

thank to help me :-)


Plamen
Telerik team
 answered on 05 Nov 2012
1 answer
98 views
Hi,

I can see that multiple <div> are used to render round corners uniformly on every browsers.
I am refering to rrbContentWrapOut, rrbContentWrapMid and rrbContentWrapIn elements.

How can we disable the round corners rendering in the ASP.NET Ajax RadRibbonBar?

Regards
Kate
Telerik team
 answered on 05 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?