Skip to main content

All Questions

Tagged with
1 vote
2 answers
2k views

Wpf DataGrid hide rows when checkbox is true and bound data is true [duplicate]

I want to disable visibility(collapse) of certain rows when a checkbox is checked and the bound data that is on that row matches certain criteria. for example(pseudo code): If(...
user2311703's user avatar
1 vote
2 answers
1k views

Change visibility of one itemscontrol via checkbox in another

I have two ItemsControls with the same ItemsSource. One has some controls for each item, the other has a checkbox for each item. The controls in them are dynamically added. How can I bind the ...
pfinferno's user avatar
  • 1,925
1 vote
1 answer
1k views

How to hide a column inside a repeater when checkbox is checked?

What I am trying to do is access a column (which has the header title "Add to Shopping List") inside a repeater (areaRepeater) that is inside another repeater (locationRepeater). I want to hide it if ...
Dejsa Cocan's user avatar
  • 1,569
3 votes
4 answers
5k views

Change an object visibility with javascript using a checkbox?

i'm really sorry if this question have been asked before but I couldn't find it. Working on a ASP.NET/C# web application. i am creating a label in the code behind and adding it to the page (all ...
Y2theZ's user avatar
  • 10.3k