FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Search in GridExpand / Collapse
Message
Posted 9/6/2007 11:27:31 AMPost #1753
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
I have a Grid.
 
Data gets from Data Page, i.e.
objGrid.FetchDataPage = "DataPage.aspx";
 
TheDataPage file looks as follows:
string fetch = @"<fetch mapping='logical'><entity name='new_eventresult'><attribute name='new_mark' /><filter type='and'><condition attribute='new_courseworkid' operator='eq' value='" + workId + "' /></filter><link-entity name='contact' from='contactid' to='new_studentid'><attribute name='fullname' /></link-entity></entity></fetch>";
string result = service.Fetch(fetch);
AddResultSetToReturn(result, 10008, "new_eventresultid");
 
If I press "Find" I receive incorrect result, besides fields in a Grid will exchange on "Name" and "Created On".
 
How I can receive correct search among values of a Grid?
 
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: kanika.jackson, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 8:28am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.109. 10 queries. Compression Enabled.