Completed
Last Updated: 11 Jun 2021 14:20 by ADMIN
Hi,
i'm Maurizio and i would suggest a new feature for your RadGrid for Asp.Net.

How in the title, i have write a jquery code that resize the height for insert, edit and filter mobile form.

For do this, it is necessary configure the OnGridCreated client evento of Grid, set to Mobile the render mode property and into OnGridCreated event handler function insert the code that you found on file 'RadGridEventsManager.js' into zip attachment.

I hope that is useful.
Unplanned
Last Updated: 04 Apr 2018 10:10 by ADMIN
RadGrid 508 compliance request for hierarchical grid.

RF-5

Complex Tables are Missing ID or Headers Attributes

Data tables have multiple logical levels of row or column headers and lack the necessary coding associating the data cells with their respective headers. This issue is a violation of 1194.22(h) in Section 508 and 1.3.1 in WCAG 2.0.

Add id= and headers= attributes to all cells to correctly associate data cells with their respective row and column headers. For further assistance see http://www.hhs.gov/web/policies/webstandards/htmltable.html  and http://webaim.org/techniques/tables/data.
Completed
Last Updated: 25 Nov 2015 12:32 by ADMIN
Created by: Hennie
Comments: 1
Category: Grid
Type: Bug Report
0
Hi Guys,

When editing a grid line on the second page on a child grid detail page the edit form selects the incorrect record to update.  It works fine if you don't use the paging on the on the child..

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-hierarchy/defaultvb.aspx


Thanks
Hennie
Declined
Last Updated: 13 Aug 2015 14:17 by ADMIN
Created by: E
Comments: 1
Category: Grid
Type: Feature Request
0
Add Visualization support for client-side binding on the radgrid.

Completed
Last Updated: 12 Aug 2015 11:14 by ADMIN
This bug is present on this Demo that you provide, 

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Steps to reproduce are:

1. Click on "add new record" command
2. Click on delete button, the one that is a red "X"
3. Click on Save Changes button.
4. It throws an JS error that is visible on any browser dev tools, attached is a screenshot showing that error.

Please fix it soon.
Thanks. 
Completed
Last Updated: 05 Aug 2015 10:28 by ADMIN
Unplanned
Last Updated: 27 May 2021 18:26 by ADMIN
When using RadGrid GridDropDownColumn that displays referenced data from a different table allow filter to be replaced with a dropdown of available values. For example if my database has a table called Groups with and Id field and Name field; and it also contains a Members table with a GroupId field which contains the Id from the Groups table when I configure the Members GroupId Field with GridDropDownColumn with ListTextField="Name" ListValueField="Id" DataField="GroupId" as the values for the dropdown I should be able to choose FilterType="DropDownControl" to get the functionality found here http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/filter-templates/defaultcs.aspx for City and Country columns.
Unplanned
Last Updated: 11 Jun 2021 09:27 by ADMIN
Created by: Robert
Comments: 2
Category: Grid
Type: Feature Request
7
Need the ability to Sort Grouped Items (ex. Salesperson) by the value of another Grouped Item (Sum of Sales).

Currently, there is NO WAY to sort a list of Salespeople by Total Sales. You can only perform an alpha sort on Salesperson's Name.

So, if you have a list of 100 Salespeople and their total product sales across dimensions like (product, geographic) you will have to MANUALLY look through and note who are your top Salespeople !!!!!!!!!!!

How can this be acceptable ??

An alpha sort on Salesperson is the best you guys can do??
Completed
Last Updated: 12 Aug 2015 11:19 by BiBongNet
The event onclick of the checkbox to select all (inside th with class="rgHeader rgCheck") has syntax error with the function $find, which causes javascript error to the whole page in some cases (for me), and in some pages it doesn't and just can be "ignored".

This can be seen at the demo: http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/selecting/row-selection/defaultcs.aspx
This demo page is not "broken down", but Firebug reports error: TypeError: toolTip is undefined. So, ToolTips might be affected.

Function error: onclick="$find("ctl00_ContentPlaceholder1_RadGrid1")._selectAllRows("ctl00_ContentPlaceholder1_RadGrid1_ctl00", "", event);"

So, using """ (double quote) here causes error. It should be "'" (single quote) like all other functions in th with class="rgHeader" as below.

<th scope="col" class="rgHeader rgCheck">
        <input id="ctl00_ContentPlaceholder1_RadGrid1_ctl00_ctl02_ctl00_ClientSelectColumnSelectCheckBox" type="checkbox" name="ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ClientSelectColumnSelectCheckBox" onclick="$find(&quot;ctl00_ContentPlaceholder1_RadGrid1&quot;)._selectAllRows(&quot;ctl00_ContentPlaceholder1_RadGrid1_ctl00&quot;, &quot;&quot;, event);" />
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;CustomerID&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl00&#39;,&#39;&#39;)">Customer ID</a>
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;CompanyName&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl01&#39;,&#39;&#39;)">Company Name</a>
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;ContactName&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl02&#39;,&#39;&#39;)">Contact Name</a>
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;ContactTitle&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl03&#39;,&#39;&#39;)">Contact Title</a>
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;Address&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl04&#39;,&#39;&#39;)">Address</a>
    </th>
    <th scope="col" class="rgHeader">
        <a onclick="Telerik.Web.UI.Grid.Sort($find(&#39;ctl00_ContentPlaceholder1_RadGrid1_ctl00&#39;), &#39;PostalCode&#39;); return false;" title="Click here to sort" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl05&#39;,&#39;&#39;)">Postal Code</a>
    </th>

Completed
Last Updated: 10 Aug 2015 08:10 by ADMIN
The fisrt item in a GridDropDownColumn is selected when editing an item in the Grid, if the value of the dropdown is null.  The DefaultMessage is appearing on the grid, when NOT in the EditMode and the value of the field is NULL.

The behavior was different with Q1 2015.
Declined
Last Updated: 08 Oct 2015 10:02 by Imported User
The problem for which the bug was opened was not actually caused by the RadGrid. It was triggered by wrong configuration of the test sample. The parent container which held the grid had disabled ViewState in which case it is expected for the filter values and filter functions to not persist.
Completed
Last Updated: 20 Sep 2016 06:53 by Sunil Sutar
Created by: Sunil Sutar
Comments: 0
Category: Grid
Type: Feature Request
5
Hi,

RadWindow has a property as "KeepInScreenBounds", on setting of which the radwindow can not be moved out of screen area.


Lets have the similar or kind of property on Edit Popup of RadGrid with Editmode=Popup?


The expectation is, edit popup of radgrid should not be moved outside of screen area that is visible to the user. This is perfectly achieved by for radwindows with "KeepInScreenBounds" property.

Ticket url: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=953219

Thanks,
Sunil
Completed
Last Updated: 13 Aug 2015 15:20 by Adam
Created by: Adam
Comments: 0
Category: Grid
Type: Bug Report
1
1. Add row to grid.
2. Delete the exact same row.
3. Press save changes button.
- Client side error, as seen http://prntscr.com/7qf6zr
Completed
Last Updated: 15 Jul 2015 10:58 by ADMIN
Completed
Last Updated: 24 Jul 2015 13:44 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 1
Category: Grid
Type: Bug Report
1
The virtual keyboard disappears when focus cell in RadGrid with batch editing in iOS8.3. The keyboard briefly shows up and gets hidden almost immediately when trying to edit item in batch edit mode.
Unplanned
Last Updated: 08 Apr 2020 16:24 by ADMIN
Created by: Erik
Comments: 1
Category: Grid
Type: Feature Request
2
I would like to get a visual indiation on the grouppanel of the RadGrid for column which are not allowed to group on.

Forum reference:
http://www.telerik.com/forums/grouppanel-drop-indicator-style-of-not-groupable-columns#yjnsALhKekGuqD_Ze0Kmqw
Completed
Last Updated: 10 Jul 2015 08:25 by ADMIN