During OnInit of my page I programmatically create a RadGrid and create the columns to be added to the grid. Some of the columns being created are GridTemplateColumn's in which I have created my own ITemplate. The column show up fine and all the GridBonudColumns appear to be sorting, grouping, and filtering fine, however my ITemplate column results in a javascript error: Sys.WebForms.PageRequestManagerServerErrorException; Expression cannot be null or empty. I'm not sure what I need to do in order for this to work on my Template column. I looked over the programmatic creation example in the help document but I didn't see anything that I am not doing already.
Right now I am evaluating the trial download and looking to purchase the asp.net controls however the sorting and grouping of template columns needs to be supported so any help would be appreciated.
Thanks,
Jason
