Declined
Last Updated: 13 Dec 2013 12:23 by ADMIN
Created by: sqna
Comments: 1
Category: Grid
Type: Feature Request
0
Currently to use a UserControl in RadGrid, it has to be in EditFormSettings defined as UserControlName. This functionallity requires filling all the controls of UserControl again on ItemDataBound event.
It should be possible to put the UserControl in FormTemplate when EditFormType is "Template" . Thank you.
Unplanned
Last Updated: 13 Dec 2013 11:29 by Marc
Created by: Marc
Comments: 0
Category: Grid
Type: Feature Request
2
We have to bind a Grid to a SQLDataSource with several columns that should be displayed and edited as a CheckBox column.

We've seen in your manuals that a GridCheckBoxColumn can be binded to a datafield with 'True' or 'False', but what about the fields that contains numerics 1 or 0 ?   

(SQLDataSource does not have a True/False column, so, the GridCheckBoxColumn is useless)

We've also seen a workarround with Templates, but when in edit mode, it is very tedious. 

In our opinion, it's a very common procedure to display numeric columns with Checkboxes. Do you plan to add this feature in new versions?

Thank you in advance.
Completed
Last Updated: 04 Nov 2013 15:31 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
This is not a bug. In order to show the value into the GridDropDownColumn  the relation between fields from the GridDropDownColumn  data source and the grid datasource must be correct. Into the attached project in order to show the value in GridDropDownColumn the GridDropDownColumn's DataField needs to be "MyItemID":

<telerik:GridDropDownColumn DataField="MyItemID" DataSourceID="SqlDataSourceColors"  
                            FilterControlAltText="Filter Color column" HeaderText="GridDropDownColumn"
                            ListTextField="ColorName" ListValueField="ColorID" SortExpression="ColorName"
                            UniqueName="MyItemIDMyItemID">
                        </telerik:GridDropDownColumn>

Additionally the filtering also works as expected. More information here:

http://www.telerik.com/help/aspnet-ajax/grid-filtering-by-listtextfield-for-griddropdowncolumn.html

Completed
Last Updated: 23 Sep 2013 08:08 by Kartik
Completed
Last Updated: 18 Sep 2013 15:01 by Dennis
ADMIN
Created by: Angel Petrov
Comments: 1
Category: Grid
Type: Bug Report
1

			
Completed
Last Updated: 04 Sep 2013 14:08 by ADMIN
ADMIN
Created by: Milena
Comments: 0
Category: Grid
Type: Feature Request
1

			
Completed
Last Updated: 04 Sep 2013 13:57 by ADMIN
Completed
Last Updated: 01 Aug 2013 15:06 by ADMIN
Completed
Last Updated: 15 Jul 2013 11:35 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 0
Category: Grid
Type: Feature Request
1

			
Completed
Last Updated: 11 Jul 2013 11:56 by ADMIN