5 Answers, 1 is accepted
0
Hi,
Vlad
the Telerik team
You can check this demo for more info.
Regards,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Rama
Top achievements
Rank 1
answered on 09 Aug 2010, 02:41 PM
Hi Vlad,
Thank you for your response. The demo that you suggested has a class or type named "RowBackgroundPicker". What is the namespace for this class?
Thnx.
Thank you for your response. The demo that you suggested has a class or type named "RowBackgroundPicker". What is the namespace for this class?
Thnx.
0
Hi,
Vlad
the Telerik team
This is the color picker instance used in our example to change row background color. You can check the example code for reference.
Regards,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Rama
Top achievements
Rank 1
answered on 09 Aug 2010, 02:57 PM
Vlad,
If you are talking about "RadColorPicker", then it does not have a property named "RowBackgroundPicker". Give me a class that has the property named "RowBackgroundPicker".
Also, I followed your demo example of exporting footers and it does not work. I don't have group footer, I only have a footer row.
Thanks.
If you are talking about "RadColorPicker", then it does not have a property named "RowBackgroundPicker". Give me a class that has the property named "RowBackgroundPicker".
Also, I followed your demo example of exporting footers and it does not work. I don't have group footer, I only have a footer row.
Thanks.
0

Rama
Top achievements
Rank 1
answered on 09 Aug 2010, 03:16 PM
Vlad,
I had to do some workaround to get the footers working. But still have a question on "RowBackgroundPicker". It gives me an error that it cannot be used in current context. I am trying to use it in ElementExporting event with GridViewElementExportingEventArgs.
Thanks.