AD
Administrator
Syncfusion Team
August 24, 2006 07:04 PM UTC
Hi,
See the following KB article where the CurrentElement is used for retrieving its parent. You can implement a similar way to retrieve for a particular record.
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=302
Let us know if this satisfies your query.
Best Regards,
Leo.
AD
Administrator
Syncfusion Team
August 25, 2006 07:31 PM UTC
Hi,
Thanks,
It is not the way I want. It is beause the current element could be different from the user selected PK. The user input is in other control. THe gcc is only the view.
Anyway, find how to do.
--loop over the gcc.Table.Record
--get matching PK,
--get whatever record is before or after from that record.
cheers,
Robert