Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DataGridTemplateColumn's cells cannot be edited...
01-26-2012, 03:18 PM
Post: #1
DataGridTemplateColumn's cells cannot be edited...

hello,

i am testing an application that include wpfTable with DataGridTemplateColumns.

i write this line: WpfWindow("my_window").WpfTable("data").SetCellData 1, 3, "123"

when the script is running i can see the cells being marked but the data is not written.

Please advice. Thanks.
Find all posts by this user
Quote this message in a reply
01-30-2012, 08:14 PM
Post: #2
RE: DataGridTemplateColumn's cells cannot be edited...
(01-26-2012 03:18 PM)asaf_bitton Wrote:  hello,

i am testing an application that include wpfTable with DataGridTemplateColumns.

i write this line: WpfWindow("my_window").WpfTable("data").SetCellData 1, 3, "123"

when the script is running i can see the cells being marked but the data is not written.

Please advice. Thanks.
does the below work?
Code:
WpfWindow("my_window").WpfTable("data").click
WpfWindow("my_window").WpfTable("data").SetCellData 1, 3, "123"

Basanth
QTP On Unix- Java Way - Without Putty or Terminal Emulation
You have no idea how high I can fly...
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Extracting Data from Excel Cells bjotorres 3 843 01-02-2009 06:57 PM
Last Post: nageshpv

Forum Jump:


User(s) browsing this thread: 1 Guest(s)