Look in your other question at http://www.experts-exchang
Main Topics
Browse All Topicshi , i am workign on infragistic controls. in my windows form i have an ultragrid with say 10 colomns and ultralistview with those colomn names(10 grid col) as the items in it. So we have to sort the grid based on the selection made in the ultra list view.We can also do the sorting in the ultra grid, but the requirement is such that we have to do it through the ultra list view. So the grid has some data, and the user make a selection in ultralistview and clicks a button,then the grid will be sorted. Even user can give multiple selection in ultra list view.All selections has to be made on mouse double click. so what i need is when user makes a selection in the ultra list view , next to the selected item, it should display a number say as'1',and if they do multiple selection should get the numbers accordingly just next to the items as '2', '3'in the ultra listview.This is because these selected items values will be sent to the database in this order and also the user can select the sorting with giving the priority.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Look in your other question at http://www.experts-exchang
Business Accounts
Answer for Membership
by: skpas01Posted on 2008-12-09 at 13:46:25ID: 23134106
I think we have to do some code in listview item double click event. I am not sure.