Hi
In a grid there are multiple columns.
In all the rows, the first column contains list box with few items.
In order to get all the item names from first column's listbox, what code to be written.
I tried using GetNAProperty but not succeeded.Any help is appreciated.
Regards
Lakshmi
Lakshmi,
I think you are on the right track using GetNAProperty, but you need to drill down a little deeper to get the contents of the listbox. Try the solutions offered in the following post: http://community.infragistics.com/forums/p/22606/93932.aspx#93932. You may need to use the .Net Windows Form Spy (from the Tools menu) to determine the Band and the Column being used.
Let us know if that works.
Dennis
I used below code. I knew its a bad way of using GetNAProperty. But iamnot getting idea other than this.Please help me
MyItemName = SwfWindow("Chromera - SQA Automation").SwfTable("uGrdSequence").GetNAProperty("Rows[0;0,0].Cells[0].GetItem(2)")
Can you post a example of your code so that we can see what you have so far?