Won't Fix
Last Updated: 14 Apr 2015 14:53 by ADMIN
Completed
Last Updated: 08 Jun 2015 13:26 by ADMIN
Hello,

I would like to have the group footer display the total items count in that particular group but the way the radgrid is designed it almost seems impossible and it is requirement for us. I would also appreciate if you would consider adding the aggregate for the entire group in the group footer and the entire grid in the grid footer. 

Thanks

Chaitanya Vemulapalli
Won't Fix
Last Updated: 14 Sep 2021 11:52 by ADMIN

Update: Items is marked as Won't Fix as the behavior is expected and is due to the nature of the batch mode. Changing it will result in a breaking change.


			
Won't Fix
Last Updated: 03 Oct 2016 14:19 by ADMIN
The problem is a limitation in the current implementation. It is due to the fact that when drag and drop are enabled the grid selects the item(mousedown) using the built-in selection logic. Later when click is fired the row is again selected. The selection logic is designed in such way that if you try to select an item which is already selected it will first deselect it and later select it. It is rather complex and handles various scenarios, altering it will result in a breaking change which is not desirable.
Won't Fix
Last Updated: 20 Jun 2022 14:41 by ADMIN
The problem could be replicated in the attached page.
Declined
Last Updated: 26 Nov 2015 12:28 by ADMIN
Created by: Padmasinh
Comments: 1
Category: Grid
Type: Feature Request
2
I want to use tab key for filter.
First i am entering filter text in first column then pressing tab. So i want after press tab the courser should go to next column and should allow typing. Check my demo first search with name column then press tab key the courser not going to next column and not allowing typing.
Declined
Last Updated: 03 Nov 2014 12:31 by Elena
I want column width state maintain on postback. here with i am attaching may aspx page
Declined
Last Updated: 03 Nov 2014 12:29 by Elena
Created by: Padmasinh
Comments: 2
Category: Grid
Type: Bug Report
2
My Sort order of records is persisting in normal radgrid but when i am using radgrid with grouping its not persisting.

The ragGrid during page load are as folllows.

Customer group Name        Customer Name      Sort Order
Group 1
                                              Very High                    1
                                                High                          2
                                               ABC                           3

and the filer for columns format are as follow

<telerik:GridBoundColumn HeaderText="Customer Name" FilterControlAltText="Filter column1 column"
                                    DataField="Name" UniqueName="Name" FilterControlWidth="150px" AutoPostBackOnFilter="true"
                                    HtmlEncode="true" CurrentFilterFunction="Contains" ShowFilterIcon="false">
                                </telerik:GridBoundColumn>

And when i filter the grid on customer name with "high" word the grid shows results as follow

Customer group Name        Customer Name      Sort Order
Group 1
                                                  High                        2
                                              Very  High                   1
                                               
And i am needdatasource event then also this problem occurring so please provide me any solution.
Declined
Last Updated: 03 Nov 2014 12:28 by Elena
Created by: Padmasinh
Comments: 1
Category: Grid
Type: Bug Report
1
grid line are not showing here with i am attaching the my aspx page and the current output page screen shot. this issue are randomly generated may be generate on first page load or on page scroll some lines visible or invisible. But grid line are always shown in IE8.
Completed
Last Updated: 25 May 2016 10:40 by ADMIN
Currently, RadGrid with Frozen Columns can be scrolled horizontally by touching the data records, which breaks the Frozen Columns functionality on mobile devices as all columns get scrolled. And the only way to keep the first columns frozen under touch devices is to use the horizontal scrollbar below the RadGrid for scrolling.
Unplanned
Last Updated: 15 Jun 2021 14:55 by ADMIN
As a user I would like to see on each grid the aggregate function totals for the actively displayed grid and on the last page the aggregate function totals for the active displayed grid and the data set aggregate function totals so that each page displays only its page level total and on the last page displays the full total of all data displayed.

See attached examples:
Example: Page level Total on every page and on the last page Page level Total plus Grid whole Total on the last page.
Completed
Last Updated: 03 Nov 2014 12:25 by Elena
ADMIN
Created by: Milena
Comments: 1
Category: Grid
Type: Feature Request
0

			
Declined
Last Updated: 03 Nov 2014 12:21 by Elena
Created by: Sunil Sutar
Comments: 1
Category: Grid
Type: Bug Report
0
Hi Team,

Please go through the ticket.
http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=821301

Here' there is javascript error on Filter click. We have attached the example in first thread.

The example contains a grid with a runtime header column addition. When the filters are on with Grid, clicking any of the filter icon to open "filter menu" causes a JavaScript error.

 If we skip the code to add "Runtime header column", there is no such error. But there is requirement of our client to have such header "Skip to Content" button in the header above filter.

Please see,
 - We are using a webcontrol, AECTelerikGrid as attached.
 - This should display "Skip to Content" in the header bar.
 - After this, click on any of the filters and this will result in JS error as attached.



Thanks,
Sunil
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Created by: Sunil Sutar
Comments: 1
Category: Grid
Type: Bug Report
0
Hi Team,

Please go through the ticket.
http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=821301

Here' there is javascript error on Filter click. We have attached the example in first thread.

The example contains a grid with a runtime header column addition. When the filters are on with Grid, clicking any of the filter icon to open "filter menu" causes a JavaScript error.

 If we skip the code to add "Runtime header column", there is no such error. But there is requirement of our client to have such header "Skip to Content" button in the header above filter.

Please see,
 - We are using a webcontrol, AECTelerikGrid as attached.
 - This should display "Skip to Content" in the header bar.
 - After this, click on any of the filters and this will result in JS error as attached.



Thanks,
Sunil