Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
362 views
We have noticed that when using the JAWS screen reader the users cannot properly use the RadComboBox.

Obviously these users do not use a mouse and find then when using the cursor keys (with JAWS running) to navigate through combo boxes it allows you to go down a few entries and then stops doing anything.

Has anyone else experienced this problem?

Regards
ADe
Nencho
Telerik team
 answered on 11 Dec 2015
1 answer
122 views
The example for Kendo Menu documentation here sets the popupCollision property in Javascript. How can this property be set using Asp.Net MVC HtmlHelpers for Kendo Menu?
Dimo
Telerik team
 answered on 11 Dec 2015
1 answer
216 views

Hi Telerik team,

 Currently I am having the parent - child data in the same table in the below format.

My Data...

Id | ParentId |score
2 | 1 | 56
3 | 1 | 98
4 | 2 | 75
5 | 2 | 75
6 | 2 | 99
7 | 5 | 73

Now I want to build the hierarchy grid using that single table. without defining separate detail table for each level

Note that the level is not limited. it can be extended to many level.

I want the grid to be like below

id     | score
>1       | 100
 >2      | 56
  >4     | 75
  >5     | 75
    >7  | 73
  >6     | 99
 >3       | 98

Please help how to do this 

 

Thanks 

Alex

Eyup
Telerik team
 answered on 11 Dec 2015
1 answer
73 views

We have a gantt control on a web page that is using a custom provider. Our custom provider handles a project with various project tasks.

When I click on a task in the gantt provider I capture the id of the task via javascript and populate a form (div tag) and display it beneath my gantt control. 

 The problem I have is that a project could contain hundreds of tasks. If the user wants to select a task and then perhaps edit it and do this over for several other tasks it becomes time consuming. This is because clicking in the task list inside the gantt control causes all the code utilized to build the data for the control to be executed. (postback.. database call.. custom gantt provider dataType conversions.. etc..) Is there any way to prevent a complete regeneration of the gantt control when all I want to do is capture the id of the task selected and populate a <div> with the information about the task?

 

Thanks!

 

Julian

 

Bozhidar
Telerik team
 answered on 11 Dec 2015
2 answers
186 views

Hi,

 

I have upgraded Telerik dlls from 2012 to 2015 version and have a RadEditor issue inside a user control on Chrome.

This user control is placed inside a Modal popup within an Update panel on the parent page.

 

When the Radeditor is loaded, IFrame extends beyond the content body area in Design mode but it works fine in HTML mode.

If we set IFrame height to 100%, it works fine in design mode but misaligned in HTML mode(since for HTML mode Iframe height should be 0).

I have also tried to set Iframe height through javascript for different tabs but javascript function is not firing.

 

Please let me know how to resolve this issue.

 

Arpita
Top achievements
Rank 1
 answered on 11 Dec 2015
7 answers
416 views
Hello,
What can be the reason for the textbox in the Batch Edit mode  to be wider than a column itself (like in the attached image)?

Thank you,
Vadim
Humberto
Top achievements
Rank 1
 answered on 10 Dec 2015
4 answers
1.2K+ views
Since the last update I do not have controls in my toolbox for Telerik ASP.NET (well to be fair any telerik items accept openaccess)

I tried running the toolbox configurator and selecting latest version. Nothing
Figured my control cache was corrupted so deleted that (TBD Files) and reran configurator. Nothing
Did the forum searches and google sleuthing, could not find the next steps for troubleshooting.

Where do I go next?

Richard
Momchil
Telerik team
 answered on 10 Dec 2015
5 answers
213 views

I have a radGantt utilizing a custom C# provider. If i select a task in the gantt chart on the left and hit the delete key the code triggers the following server side event..

 

protected void radGanttPlanning_OnTaskDelete(object sender, TaskEventArgs e)
        {​

 

In this section of code in the code behind  how would i obtain the currently selected taskId of the task I need to delete?

 

Here is the custom provider's getTask method just to show you the structure of the CustomTask should you need it. 

public override List<ITask> GetTasks()
    {
        if (taskList == null)
        {
         
            List<CurrencyRates> lsCurrencyRates = CurrencyRate.GetEffectiveCurrencyRates();
            var tasks = (from DataRow drDataRow in dtResultTable.Rows
                select new CustomTask
                {
                    DatabaseID = int.Parse(drDataRow["id"].ToString()),
                    ID = drDataRow["projecttaskid"].ToString(),
                    ParentID = (drDataRow["parentId"] == DBNull.Value) ? null : drDataRow["parentId"],
                    OrderID = int.Parse(drDataRow["OrderId"].ToString()),
                    Start = DateTime.Parse(drDataRow["startdate"].ToString()),
                    End = DateTime.Parse(drDataRow["enddate"].ToString()),
                    Summary = bool.Parse(drDataRow["issummarytask"].ToString()),
                    Title = drDataRow["taskname"].ToString(),
                    Active = bool.Parse(drDataRow["active"].ToString()),
                    PreferredStart = DateTime.Parse(drDataRow["preferredstartdate"].ToString()),
                    Expanded = bool.Parse(drDataRow["expandable"].ToString()),
                    PercentComplete = (Decimal.Parse(drDataRow["percentageComplete"].ToString())/100),
                    ProjectID = int.Parse(drDataRow["projectid"].ToString()),
                    GuidID = Guid.Parse(drDataRow["guidid"].ToString()),
                    PredecessorIndicies = drDataRow["predecessorIndicies"].ToString(),
                    SchedulingGranularity = int.Parse(drDataRow["schedulingGranularity"].ToString()),
                    IndentLevel = int.Parse(drDataRow["indentlevel"].ToString()),
                    //Effort = int.Parse(drDataRow["effort"].ToString()),
                    TotalActualHours = double.Parse(drDataRow["TotalActualHours"].ToString()),
                    IsVave = bool.Parse(drDataRow["projectisvave"].ToString()),
                    lsCurrencyRates = lsCurrencyRates
                }).Cast<ITask>().ToList();

            taskList = tasks;
        }
        return taskList;
    }

Julian
Top achievements
Rank 1
 answered on 10 Dec 2015
6 answers
89 views

Hi there,
I'm currently using a Radgrid with render mode auto.  In Desktop browser, export button does fine. In mobile browser,  if I tap filter icon, then open Filter options, but tap export not open export options . I used UI for ASP.NET AJAX Q3 2015 SP1 (version 2015.3.1111).

How can I solve this?

Kind Regards,

Maria Ilieva
Telerik team
 answered on 10 Dec 2015
2 answers
204 views

I'm using the ExportType.ExcelXslx to export my grid as "Xslx" file, It's working well.

Unfortunatly, when I try to export the grid as Excel file to an email, the Excel file is corrupt.

I get the e.ExportOutput and get bytes from en AsciiEncoding like I did with ExcelML export type in the GridExporting method.

var gridMemoryStream = new MemoryStream(new ASCIIEncoding().GetBytes(e.ExportOutput));

 

What's the proper way to get the "Xlsx" file from an RadGrid at the ExportExcel() without file corruption ?

 

Louis
Top achievements
Rank 1
 answered on 10 Dec 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?