Is there a way to detect when a column cell in the Listview changes and triggers an event to do something else?
ie.
ListView has 3 columns: item,qty,desc
1,1,item_1
2,2,item_2
3,,3item_3
When any of the of the values in qty column changes, it trigger an event with the row subitem. When row 2...
I'm current creating an app (POC) that list events, and it is going to have a weekly view (Sun-Sat). when you click on a cell it will do something; I want to send a number at a method called "ShowDetails(int x), how would I tag a number onto a subitem and have it send it when the subitem is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.