Calendar Extended control problem

Posted by Naga116 under ASP.NET AJAX on 2/24/2015 | Points: 10 | Views : 1017 | Status : [Member] | Replies : 2
Hi Friends

I am having a grid control. In that grid control, having one of the column contains text box which is associated with calender extended control.

As per my requirement I would like to hide/show that column and to display the grid. But I am getting below error while doing the code


Error: Argument exception; values must not be null for controls and behaviours

Nagaraju


Responses

Posted by: A2H on: 2/25/2015 [Member] [MVP] Silver | Points: 25

Up
0
Down
Are you hiding column using the Visible property, if so then try hiding the columns using the css Display:none property.

Also if you have commented out code for any ajaxtoolkit controls in your page remove that also

Thanks,
A2H
My Blog

Naga116, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response