Sorry, but there are no more tags available to filter with.
-
Here is how I did it at the client side. My update splitter name is ItemsSplitter and it is in a content page. if (ctl00_ContentPlaceHolder1_ItemsSplitter_SplitContainer.Panel1Collapsed == true){ctl00_ContentPlaceHolder1_ItemsSplitter_SplitContainer.ToggleExpand();} I put this in a javascript function...
-
I have a update splitter that I want to expand on the clientside based on textchanged event of a textbox. I don't want to toggle it, but I want to expand the splitter. Is it possible to do this? - Saketh.
Page 1 of 1 (2 items)