I'm binding data on the Client Side using databind(). I have a client event for OnDataBound() that calls .showColumn or .hideColumn based on what type of user is currently logged in.
The problem is that when I call .showColumn(), it hides the column. Calling .hideColumn also hides the column.
I call the same JavaScript code from a button and it works fine.
What am I missing?
Thanks.
p.s. I'm using version 2008.3.1125.20 in Visual Studio 2008, IE 7, and Windows XP.
The problem is that when I call .showColumn(), it hides the column. Calling .hideColumn also hides the column.
I call the same JavaScript code from a button and it works fine.
What am I missing?
Thanks.
p.s. I'm using version 2008.3.1125.20 in Visual Studio 2008, IE 7, and Windows XP.