0

cpe.Collapsed seems to be always set to the initial state and not reflect the current state. Is there a direct way to determine on the server if the panel is collapsed?

cdonner
  • 37,019
  • 22
  • 105
  • 153

1 Answers1

3
if (cpe.ClientState == "true") // panel is collapsed.
cdonner
  • 37,019
  • 22
  • 105
  • 153