This blog is about daily challenges we normally faced in Dynamics 365 and Dynamics AX development.
Friday, July 3, 2009
Set the specific row in a grid
The specific row of grid can be set by calling the dataSource_ds.findRecord(Common _buffer) method. Suppose we want to select third row (i.e Account # 4003) in a customer table grid, here is the code
No comments:
Post a Comment