<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Disabling Bound Fields through code</title><link>http://blogs.msdn.com/solutions/archive/2008/10/15/disabling-bound-fields-through-code.aspx</link><description>You can make a bound field as read only or hide the Lookupbutton of the bound field through code in the page load event. For example ... AxBoundField boundField = AxGridView1.Columns[i] as AxBoundField ; boundField.ReadOnly = true ; ... or ... AxBoundField</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Disabling Bound Fields through code</title><link>http://blogs.msdn.com/solutions/archive/2008/10/15/disabling-bound-fields-through-code.aspx#9001476</link><pubDate>Thu, 16 Oct 2008 08:51:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9001476</guid><dc:creator>pagermark</dc:creator><description>&lt;p&gt;Thank you for another good example. Keep them coming :-)&lt;/p&gt;
</description></item><item><title>re: Disabling Bound Fields through code</title><link>http://blogs.msdn.com/solutions/archive/2008/10/15/disabling-bound-fields-through-code.aspx#9001477</link><pubDate>Thu, 16 Oct 2008 08:51:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9001477</guid><dc:creator>pagermark</dc:creator><description>&lt;p&gt;Thank you for another good example. Keep them comming :-)&lt;/p&gt;
</description></item><item><title>re: Disabling Bound Fields through code</title><link>http://blogs.msdn.com/solutions/archive/2008/10/15/disabling-bound-fields-through-code.aspx#9009307</link><pubDate>Tue, 21 Oct 2008 15:00:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9009307</guid><dc:creator>Chandra Shekhar Mantha</dc:creator><description>&lt;p&gt;Can we show a custom lookup for a field whose AllowEdit Property is set to No at the AX table level????&lt;/p&gt;
&lt;p&gt;please help&lt;/p&gt;
</description></item></channel></rss>