Hi, I have a RadGrid setup using the CardView Demo. For each item/record I want to run some code and modify that item template contents based on the id field in that record during the OnItemDataBound. I'm grabbing stuff from a related table based on this records id and changing some values in the itemtemplate.
Since its just a itemtemplate in the mastertableview how do I referance the itemtemplate when its not a column and there is no uniqueid's. I have the single hidden column defined so I dont get the no records found issue. So im getting all of the records.
GridDataItem dataItem = e.Item as GridDataItem in my OnItemDataBound isnt null but how do I access the database records for this dataItem. For now I just want the id field but id also like to know how to access any of the fields.
Thanks
-Keith
Since its just a itemtemplate in the mastertableview how do I referance the itemtemplate when its not a column and there is no uniqueid's. I have the single hidden column defined so I dont get the no records found issue. So im getting all of the records.
GridDataItem dataItem = e.Item as GridDataItem in my OnItemDataBound isnt null but how do I access the database records for this dataItem. For now I just want the id field but id also like to know how to access any of the fields.
Thanks
-Keith