Hi!
I have a RadGrid on my page with two kinds of columns:
- One GridTemplateColumn that holds information about the items such as name and id.
- Numerous of GridButtonColumns, one column for each week for one year a head. These columns is created in the code-behind.
For each item in the grid i display an image in the correct column if a certified statement returns true.
Now for my question: Is it possible to move these images to another cell but in the same row (for the same item). If its possible i would like som kind of event to be triggered so I will be able to perform updates to the database.
Regards,
Johannes
I have a RadGrid on my page with two kinds of columns:
- One GridTemplateColumn that holds information about the items such as name and id.
- Numerous of GridButtonColumns, one column for each week for one year a head. These columns is created in the code-behind.
For each item in the grid i display an image in the correct column if a certified statement returns true.
Now for my question: Is it possible to move these images to another cell but in the same row (for the same item). If its possible i would like som kind of event to be triggered so I will be able to perform updates to the database.
Regards,
Johannes