B Binny Dec 12, 2003 #1 I have a DG with autogenerated columns. can i make a column readonly like the data key column. Thanks
I have a DG with autogenerated columns. can i make a column readonly like the data key column. Thanks
B Bin Song Dec 12, 2003 #2 try: <asp:BoundColumn DataField="KeyField" ReadOnly="True" /> Bin Song, MCP
B Binny Dec 12, 2003 #3 thanks for your reply I have autogenerated columns. how can i access readonly property of such columns. Thanks
thanks for your reply I have autogenerated columns. how can i access readonly property of such columns. Thanks
B Bin Song Dec 15, 2003 #4 Then better set Autogenerated = False, then you can customize the column. Bin Song, MCP