I am rendering a RadGrid with column which contains a dynamically insert control depending on row data type (i.e. if a row contains a date, the edit column will have a datepicker injected into it on Item_databind). However, I want the control to load with its visibility set to false until the user clicks a radiobutton next to it.
I am trying to figure out how the telerik controls set visibility through jquery. I would ideally like the control to be invisible until some jquery is fired which i thought i could accomplish by setting the display style attribute to display:none or display:hidden when the control is rendered. This works, but the subsequent call to set_visible on the control does not make it visible again.
Could someone explain what selector and attribute is used when this method is called so that i can make the control invisible client side until i call set_visible on it?
I am trying to figure out how the telerik controls set visibility through jquery. I would ideally like the control to be invisible until some jquery is fired which i thought i could accomplish by setting the display style attribute to display:none or display:hidden when the control is rendered. This works, but the subsequent call to set_visible on the control does not make it visible again.
Could someone explain what selector and attribute is used when this method is called so that i can make the control invisible client side until i call set_visible on it?