python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get context item menu position when right click in ToolStripMenuItem_Click function relative to Grid?
I have ultraWinGrid, I want to copy cell's value to clipboard. For that, I want to get the X position of context menu when user right clicks on the grid. I want to get this position in ToolStripMenuIt...
Prasad Gavande
Votes: 0
Answers: 0
How can I run foreach loop into filtered row in Ultra Grid?
How I can run for loop only filtered rows into UltraGrid?
Suppose I've a Ultra grid about 1000 rows. But I need only run loop for 5 rows which I shall get by filtering
foreach (UltraGridRow row in grd...
Farabi Shohan
Votes: 0
Answers: 2