I have seen many postings explaining how to get the client ID for grid columns with embedded textboxes (or checkboxes) which can then be used in client-side script. For example: http://www.telerik.com/community/forums/aspnet/grid/multiplication-of-two-gridboundcolumn-in-editmode.aspx
What I need is to get the ClientID for a "normal" readonly GridBoundColumn such as is created when a grid is not in edit mode. This is being used for validation purposes and the column is never edited, so putting it in a textbox would be bad UI. I can't easly post working code as it is extremely dynamic and database driven. Is this possible?
Thanks,
James
What I need is to get the ClientID for a "normal" readonly GridBoundColumn such as is created when a grid is not in edit mode. This is being used for validation purposes and the column is never edited, so putting it in a textbox would be bad UI. I can't easly post working code as it is extremely dynamic and database driven. Is this possible?
Thanks,
James