or

| if (button.get_commandName() == "PerformInsert") |
| { |
| var txtid = "ctl00_ctl00_cphContent2_cphAITContent_ctl00_rgdStatusList_ctl00_ctl02_ctl03_ctl01"; |
| var txt = $find(txtid); |
| if (txt.value.length == 0) |
| { |
| alert("You must type something in for Status Description field."); |
| } |
| } |
I saw the help topic about creating columns and headers that contains multiple fields using a template column (http://www.telerik.com/help/aspnet/grid/grdcustomizewithgridtemplatecolumn.html)
Is there a programmatic way to generate the code in the link above? I was able to do the header no problem. But I’m not sure about the databinders.