This is a migrated thread and some comments may be shown as answers.

Not Binding Rad Grid - DatetimeBound Column

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 13 Sep 2010, 09:10 PM
Hi Telerik Team,


                      Data is not binding when I use datatimebound column. Always saying "No records found"  when I filter using Date picker in datetimebound column. But, I can reterive the object list which contain 4 rows. But, It is not getting to rad grid.

Code :
Load Grid Function:

objSearchResultsDO =

new SearchResultsDO();

 

objSearchResultsDO = Pfizer.Clink.Business.Factory.

BusinessFactory.GetRequestTrackerService().GetAllRequestTracker(objSearchDO, ref _objPfizerClinkException);

 

grdSearch.DataSource = objSearchResultsDO.ResultsDO; // Contains 4 rows.

on Need_Datasource I am calling Load Grid function.


Thanks In Advance

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 14 Sep 2010, 03:30 PM
Hello Rajesh,

I would suggest that you review this forum thread.

I hope this helps.

Regards,
Martin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or