Improve the SplitButton functionality so it is easier to use. Also provide a way for easier integration of ContextMenu with SplitButton as shown in the following demo: http://demos.telerik.com/aspnet-ajax/button/examples/splitbutton/defaultcs.aspx
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.
This is the popular image zoom control used in many sites like amazon.com to display a zoomed selection of an image in another panel or window.
I don't know what you call this button but it is a crossover between a drop down list/mega menu and a button. Very simple example: Google's "More" button across the top next to News/Videos/Maps and then there is the "More" button with the other options. https://www.google.com/#q=dog Next example: Your site! The skin selecting drop down: http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx The option for a full fluid width like this would be nice along with the possibility of a fixed or fitted width. I also really like the animated arrow up/down. But the mega menu example is Amazon: http://www.amazon.com/ Their buttons/drop downs in the top right for "Your Account", "Try Prime", "Cart", and "Wish List". These are beautiful and would be great functionality. It would also be ideal if the button/link itself that triggers the drop down doesn't have styles like the skins so they can easily be integrated into a website's existing navigational items and site design.
I think It would be great the AUTOCOMPLETEBOX (integrated with FilterExpression) insted of the TEXTBOX for filtering in riadgrid. It's too tedious adding a custom filter template , persisting and restoring filter values after postbacks, build the filterexpression manually etc. I'm aware the checkList can provide similar functionality but it't not so clear, intuitive, ergonomic and easy to use for current user. Regards, Ángel.
Hi, It would be so usefull a template or tool like codesmith or ironspeed to generate database-driven applications or at least a set of pages for CRUD operations where I can list the registers of each table/entity and edit it contents and Its relatives. Thanks Ángel.
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.
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
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.
When the set_keepInScreenBounds method is called and you pass a true parameter, the popup of RadColorPicker is only partially visible (the tabs are hidden).
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