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.
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.
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
Add Visualization support for client-side binding on the radgrid.
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.
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.
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??
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("ctl00_ContentPlaceholder1_RadGrid1")._selectAllRows("ctl00_ContentPlaceholder1_RadGrid1_ctl00", "", event);" /> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'CustomerID'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl00','')">Customer ID</a> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'CompanyName'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl01','')">Company Name</a> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'ContactName'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl02','')">Contact Name</a> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'ContactTitle'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl03','')">Contact Title</a> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'Address'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl04','')">Address</a> </th> <th scope="col" class="rgHeader"> <a onclick="Telerik.Web.UI.Grid.Sort($find('ctl00_ContentPlaceholder1_RadGrid1_ctl00'), 'PostalCode'); return false;" title="Click here to sort" href="javascript:__doPostBack('ctl00$ContentPlaceholder1$RadGrid1$ctl00$ctl02$ctl00$ctl05','')">Postal Code</a> </th>
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.
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.
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
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
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.
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