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
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.
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.
The problem could be replicated in the attached page.
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.
I want column width state maintain on postback. here with i am attaching may aspx page
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.
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.
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.
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.
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
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