Forum Discussion
Dmitry_Nikolaev
13 years agoStaff
Hi Sudhir,
I am guessing that you have a VCL application (e.g. Delphi) with controls from Developer Express. Please let me know if I am wrong.
Most probably, the menu in your application is owner-drawn. In this case, you need to address the needed item by its index in this way:
...
var PopupMenupath = "[8]|[1]";
clickItem(ColumnName,PopupMenupath);
...
function clickItem(ColumnName,PopupMenupath)
{
grid.clickColumnHeader(ColumnName,20,9,2);
grid.popupmenu.Click(PopupMenupath);
}
Related Content
- 11 years ago
Recent Discussions
- 17 hours ago