Completed
Last Updated: 09 Apr 2015 11:50 by ADMIN
Declined
Last Updated: 03 Apr 2015 15:31 by ADMIN
Created by: Fergal
Comments: 1
Category: Grid
Type: Bug Report
1
When Grouping on an Integer value, the groups are not ordering correctly. i.e. if you group on values {864, 1455, 1494}, the actual order comes out as {1455, 1494, 864}.

Ordering on the same data, but converted to a string and padded to the left with zeros resolves this issue.
Unplanned
Last Updated: 28 Mar 2015 05:38 by SUNIL
Unplanned
Last Updated: 27 Mar 2015 08:52 by ADMIN
Declined
Last Updated: 17 Mar 2015 14:49 by ADMIN
ADMIN
Created by: Vasya Stankova
Comments: 1
Category: Grid
Type: Bug Report
2
It is possible to have "{4} | Page {0} of {1}, items {2} to {3} of {5}" (all 6 parameters) for PagerTextFormat, but not just "items {2} to {3} of {5}".
Declined
Last Updated: 05 Mar 2015 08:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Using EnableTimeIndependentFiltering with a DatePicker works very well but I would like to see a EnableDateIndependentFiltering property. Can date independent filtering be added to the time picker control in the RadGrid?

As it is now you can add a time picker filter column but it does not filter properly since it looks at both the date and time portions of a datetime field.
Declined
Last Updated: 19 Feb 2015 15:13 by ADMIN
Created by: Zinoviy
Comments: 1
Category: Grid
Type: Bug Report
0
In HeaderContextMenu was made a typo in item value. TopGroupSeparator is typed as TopGroupSeperator. I've wasted 10 minutes to find out why JS code is not working.
Completed
Last Updated: 05 Feb 2015 09:42 by ADMIN
Created by: Daniel
Comments: 1
Category: Grid
Type: Feature Request
1
Hello,

Our project requirement is that information in RadGrid will be exported to PDF in RTL language. 
Please add this feature - it’s very important for our project!!

Thanks,
Daniel.
.Net Programmer as ISR Corp
Completed
Last Updated: 04 Feb 2015 08:20 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: Grid
Type: Feature Request
4

			
Declined
Last Updated: 21 Jan 2015 16:43 by Imported User
Created by: Imported User
Comments: 2
Category: Grid
Type: Bug Report
0
I need to export data from grid without actually displaying the grid.  When I drop grid on a aspx form, set datasource with stored  procedure, one parameter linked to a drop box selected value, set some properties like export all pages, only data and then fire export to excel if I have grid visible property set to true it generates excel file with field names as headers. If I have grid visible property set to false excel file still generated but no field names added as column headers. Is it a correct behavior for the grid? I use 2013 Q3 version of Ajax .Net controls, VS2010, IE 9, Chrome.  THanks!
Declined
Last Updated: 20 Jan 2015 16:09 by ADMIN
Using Web.UI v2011.1.315.35
How can I count only non-blank items in the group

Screenshots attached using the built-in and custom aggregates, also the custom-aggregation event handler code attached.
Declined
Last Updated: 20 Jan 2015 15:47 by ADMIN
While filtering in Radgrid column and using special character "%" it is not searching using "%", simply searching by other text.

Suppose we are filtering using "30%", but the results are shown as it is only 30. 
While debugging I found out that the used sql query becomes like following

like '%30%%'

In this the percentage symbol just after 30 is the symbol passed from UI but query considers as if we are looking for 30.
Declined
Last Updated: 20 Jan 2015 15:35 by ADMIN
Created by: Brett
Comments: 1
Category: Grid
Type: Bug Report
0
1.  create a rad grid with clientside binding and a clientdeletecolumn.  clientdelete column is buttontype=linkbutton and the linkbutton has a class for a background image
2.  set allowpaging="false" but don't set a page size
3.  populate grid so that it has 10 records
4.  all client delete buttons are visible
5.  add more records so that there are > 10 records
6.  records from 11>n will not show the clientdeletecolumn
7.  now, up the page size to something greater than your record count
8.  problem fixed

on viewing source you can see that the rgNoRecords tr is inserted after record 10 (default page size), which seems to affect the rendering below. the actual links for the client side delete columns are not rendered