I've always added the bound column definitions to my markup then just accessed them in ItemDataBoud via item["COLUMNNAME"]
Is there some other way to do it without needing to add\reference the columns? Reason I'm asking is a grid I'm working on has a LOT of columns and Id like to not have to define each (bloaty markup).
Is there a way to just get at that columns data directly in code (without a secondary query on each row)?
Thanks,
Steve
Is there some other way to do it without needing to add\reference the columns? Reason I'm asking is a grid I'm working on has a LOT of columns and Id like to not have to define each (bloaty markup).
Is there a way to just get at that columns data directly in code (without a secondary query on each row)?
Thanks,
Steve