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
330
Binding a data row to a butting WITHIN that row.
posted

OK... I am migrating from the agDataGrid (DevExpress) Silverlight control to Infragistics XamWebGrid.  In my application using the devExpress grid, I have a button in each row that is bound to that row object.  kind of confusing I know, but let me try to explain.... A recordset from the DB creates a list of objects, that list is bound to the Item Srouce of the grid becoming the rows, so the button within the row has a reference to that row object in its tag property.  Now I can directly access the row object by casting the contents of the tag.  This can be accomplished in the DevExpress grid by simply saying: <button x:name="foo" Tag="{Binding RowValue}"/>

My question is... is there any way to do this in Infragistics?

Thanks

Marc