-
2577.Copy of SilverlightApplication209.zip Hi, I have looked at many different posts related to the same issue and nobody really resolved it in the way it would help in my situation. To show my problem I have modified SilverlightApplication209 from another post (which was showing how to changed background...
-
The XamGrid does not support fixed rows at this time. This is a feature on our backlog for future development.
-
The XamGrid does not support fixed rows at this time. This is a feature on our backlog for future development.
-
Hello, On a xamgrid, i use a custom validation. But I have one problem and need something. Can we lock or disable all the rows i don't edit? Thanks, Regards.
-
Say I want to default the value of cells B and C based on the data input into cell A, how do I do this. My thought was to save e.PreviousActiveCell and e.NewActiveCell in the ActiveCellChanging event and then set the value in the ActiveCellChanged event, or alternatively set the values in the EnteringCell...
-
Hi I have implemented a select all check box in the header of a template column using the SelectAllMvvm example provided by Devin in this post (http://blogs.infragistics.com/forums/p/46644/250978.aspx#250978). However my clients would now like to be able to limit the select all option to only rows which...
-
I am using the grid and I have a number of unbound columns... This only happens while the grid has grouping enabled, when I change a value of a cell it throws this error.... I can give more information if needed, I am going to try to throw together a condensed version to recreate it and I'll upload...
-
Hi, When the user selects a row in my grid, I perform some action. When the row is already selected and the user clicks on it again, nothing happens because the row is already selected. Is there any event or something that I could pick up? I didn't see any "row clicked" event available...
-
I have attached a simple project recreating my scenario. Version : 10.2.20102.2005 When I click into different cells back and forth I get an unhandled exception "Operation is not valid due to the current state of the object" More of the exception information: System.Windows.Data.BindingExpression...
-
I am trying to make a very flexible binding situation for my XamGrid.Basically I want to make the Grid always dynamic. The amount of columns can vary depedning on the case and their Keys can change so I would like to dynamically build it all the time. It's not Hierarchial data, its a flat grid. So...