Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1060
Finding a row
posted

Hi

Say I have an observablecollection with a few thousand items in it.  This is then set as the itemsource of the xamWebGrid.  If something changes in the code behind to one of the items, and that requires that a different style is applied to the row in the grid that displays that item, then what is the fastest way to establish which row in the grid corresponds to the item that has changed so I can apply a style to it?  To do a foreach on the rowcollection is taking a long time.

Hope that makes sense.

Thanks

Kevin

Parents Reply Children
No Data