Advanced Forum Search Results
-
Here's the modified project uploaded
http://cid-2dbf03829f442604.skydrive.live.com/self.aspx/.Public/TGridRowBGround.zip
As u can see, there are lots of work around i've to make, to set a simple row background color! but at leat it works.
since you're using scroll bar, right now scrolling and selecting a checkbox, selects changes ...
-
ok! I had so many issues using observablecollection and rowcolor change!! finally i used a regular collection with pagedCollectionView and call the refresh() method when data changes!
anyhow, see if u can create a sample project (& upload) that reproduces the issue...
-
Ref: your code Line #15 --> var b = new Binding("") --> this should be --> new Binding("YourBindingProperty")....
-
Jonathan,
Here is the test project zipped -->
http://cid-2dbf03829f442604.skydrive.live.com/self.aspx/.Public/IntraAlert.zip
In the MainPage.xaml, pls check Line# 103 (commented..)
Thanks for your Help
varadhg
-
I have tried the VisualTreeHelper ( in the checkbox event) but i can get only the cell or the datagrid, never get the row containing the checkbox cell !!
Same way Row.Background is available only on grid.LoadingRow event, but this event not firing on checkbox checked event (with twoway bind!)... again when i say Collectionviewsource.refresh ...
-
Jonathan,
Thanks for the info.
I tried your ref thread, but checkbox event updates the source (CollectionViewSource) but the grid row background wont change untill
we do a sort on any column!... alternatively viewSource.View.Refresh() works but the perf is horrible, for each checkbox click it takes > 10 sec and with 90% cpu.
Please ...
-
Hi,
Is their a way to highlight the row when we check the checkbox and revert back to original row color when the checkbox is un-checked?
Thanks,
Gopi
-
Can someone help me to fig this.. tried several combinations..
Datagrid with checkbox column, and when checked the row should be highlighted, un-checked it should go back to
default row color?
Thanks,
varadhg
-
Thanks, your demo looks fine.. Can u create the whole application as in this url
http://www.flashmaps.com/showcase/areaselector/samples/11/
in Silverlight? If so how long would it take?
-
Thanks for your prompt reply ! I was thinking it'd be $250..
All i need is the exact same as in the url..mouse over highlight and tool tip, click on neat navigation, back button (and mouse scroll zoom /pan) and adding push pins..
If u can add th 2d Perspective [in sl 3] for mouse over effects would be great addition :)