Duplicated
Last Updated: 27 May 2021 12:45 by ADMIN
Created by: bryan
Comments: 0
Category: DropDownList
Type: Feature Request
2
When the LIST is displayed in a RadDropDownList, the datasource is usually a lookup table.  Therefore,  it is not practical to set the LIST attribute "DropdownWidth" to a fixed number of pixels, since items can be added to the lookup table where the text length is longer than any currently in the table.   If you text is too long for the LIST width, the text wraps and this is not a pleasant user experience.  

This control needs an autosize feature for the LIST, so it fits the longest text without causing wrapping.   This feature already exists on the RadComboBox with attributes DropDownAutoWidth="Enabled" and "NoWrap=true".   These should also be used I the RadDropDownList so the LISTS work identically.
Duplicated
Last Updated: 27 May 2021 10:55 by ADMIN
Created by: Wendell
Comments: 0
Category: ComboBox
Type: Feature Request
0
Please add a Server Side event for OnBlur or OnClose for the RadComboBox.

The Telerik support team using the "TextChanged" event.

However, this does not work for my purpose and here is why:

Mainly because it appears that an event fires immediately after each check/uncheck.

I have been using a dropdowncheckbox control by another vendor in multiple projects over the past 3 years (many, many instances) which fires when you click anywhere out side the dropdown.  This is perfect because many of these dropdowns supply parameters to SSRS reports that open on the webpage and users of these webpages have requested that after selecting (checking) which values they want, they want the reports to run automatically and don't want to click a "Run reports" button. 

*** How could I possibly determine when the user is done checking/unchecking items using the "TextChanged" event?  

With an OnBlur or OnClose event it's a No-Brainer.  Event --> Do Processing...

Our company made a decision to standardize our tool set and picked Telerik as that toolset vendor.  The lack of having an event that fires similar to the control that I have been using in the past will require unnecessary code modification.

In summary, if there was a similar event I could simply rename each instance of the C# event handlers (methods)  across all projects and be done.  Find --> Replace. 

For the one (1) instance of the RadComboBox that I have tried I was able to create a work-around by placing code in the IsPostback of Page_Load and iterate through the combobox, getting the checked values and then whatever processing  needs to be done.  This will not work but for very few of the pages in the projects mentioned above.

Thanks!
Duplicated
Last Updated: 24 Feb 2021 16:54 by ADMIN
Duplicated
Last Updated: 24 Feb 2021 14:17 by ADMIN
ADMIN
Created by: Nencho
Comments: 0
Category: Gantt
Type: Feature Request
2

			
Duplicated
Last Updated: 24 Feb 2021 14:12 by ADMIN
Created by: Kasim
Comments: 9
Category: Gantt
Type: Feature Request
8

How can we plot planned Vs Actual on RadGantt chart? We need two rows in the Gantt for each task. The first row to show planned while the second row shows actual progress. Both Actual and Planned progress to be shown in different colors.

Sample output is attached for your quick reference.

Duplicated
Last Updated: 18 Jun 2020 16:00 by ADMIN
ADMIN
Created by: Attila Antal
Comments: 0
Category: Grid
Type: Feature Request
2
Default values are provided for fields with non-string type in insert mode when RadGrid is bound using Model Binding. The reason behind it, is that the Insert item of the RadGrid is being bound similar to the edit Item and values are then provided by the framework.

Please create an option to remove the default values when inserting a new record.
Duplicated
Last Updated: 1 Jun 2020 16:36 by ADMIN
As shown in the attached screen, please keep the column headers Fixed or Visible so they are still visible when users scroll down to see the other data, for both RadGrid and PivotGrid:

Duplicated
Last Updated: 8 May 2020 16:09 by ADMIN
Created by: Daniel Aquere
Comments: 1
Category: Gantt
Type: Feature Request
1
In project management it´s very important the possibility to save a baseline, because is the reference to compare project performance. 
Something like "save current task list with a specific name, sample: baseline_first-planning-date". 
After sometime it´s possible to save new baseline with all changes of dates and other columns. 
At this moment with two baselines it´s possible to compare the project performance, showing two gantt with different colors. 
I believe this is a great improvement. 
Thanks
Daniel
Duplicated
Last Updated: 7 Apr 2020 14:12 by ADMIN
Created by: ERIC
Comments: 0
Category: CloudUpload
Type: Feature Request
2
When using the radcloudupload component with large files, the progress bar indicates that the download is finished when it is not. 
Is it possible to make the display match the reality of the download?
Thx
1 2