Continuing my problem from yesterday, the Silverlight datagrid from this problem
now causes errors when sorting a column with a lot of data (for example, a text column containing a where clause for an SQL statement). When you sort, it will fire the SelectedIndexChanged event for the datagrid, and then try to stop anyway. If you click the title again, the stack will overflow.
Does anyone have an idea on how to stop the sorting of this control for a column? All other columns are sorted in order (but still getting ready for darn SelectedIndexChanged), but if I could turn off the whereClause column, that would be great.
Does anyone have a better idea on how to make this work?
source
share