Oops - I mean findRecord() :) From: [email protected] [mailto:[email protected]] On Behalf Of Malcolm Burtt Sent: 23 August 2010 09:36 To: [email protected] Subject: RE: [Axapta-Knowledge-Village] How to highlight a row in a grid
Hi You can do this with the data source .find() method but you should be aware that its performance is pretty dire. Malcolm Burtt Touchstone Group People - Partnership - Solutions From: [email protected] [mailto:[email protected]] On Behalf Of maevek Sent: 22 August 2010 02:35 To: [email protected] Subject: [Axapta-Knowledge-Village] How to highlight a row in a grid Is there a way to highlight a specific row in a grid? I don't wish to filter out the other rows - just cause the specific row to "have focus", be selected, be highlighted, when the user clicks the tab that the data-grid is a part of. The conditions from the linked-from Form don't allow me to create a data-relationship directly, so I'll need to be able to do it by overriding some form method. Any ideas how to do this? Thanks for your help! - Maeve

