Dec 19, 2007 #1 compu66 Programmer Dec 19, 2007 71 US Hi I would like to know how to hide a html control in datagrid header cell depending on the privilege. Thanks.
Hi I would like to know how to hide a html control in datagrid header cell depending on the privilege. Thanks.
Dec 19, 2007 #2 kaht Programmer Aug 18, 2003 4,156 US use css Code: input#checkboxId { [!]display:none;[/!] } -kaht Lisa, if you don't like your job you don't strike. You just go in every day and do it really half-assed. That's the American way. - Homer Simpson [small]<P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <.</B>[/small] Upvote 0 Downvote
use css Code: input#checkboxId { [!]display:none;[/!] } -kaht Lisa, if you don't like your job you don't strike. You just go in every day and do it really half-assed. That's the American way. - Homer Simpson [small]<P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <.</B>[/small]