Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about ultrawingrid

Read more about ultrawingrid

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - ultrawingrid

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...
test-img

Prasad Gavande

c#

grid

contextmenu

ultrawingrid

toolstripmenu

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...
test-img

Farabi Shohan

c#

.net

infragistics

ultrawingrid

Votes: 0

Answers: 2

Latest Answer

The UltraGrid.Rows property is of type RowsCollection, which has a method GetFilteredInNonGroupByRows. You should be able to do something like this: foreach (UltraGridRow row in grdMerchaniserToBuyer....
test-img

jeroenh

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved