This is a migrated thread and some comments may be shown as answers.

GridCalculatedColumn NOT WORKING

3 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 04 May 2010, 08:34 PM

It disappeared so I had to use this:

if (e.Item is GridGroupFooterItem)  
        {  
            GridGroupFooterItem groupedItem = e.Item as GridGroupFooterItem;  
            groupedItem.Style["width"] = "20px";  
            groupedItem.Style["height"] = "20px";  
            groupedItem.Style["background-color"] = "lightgray";  
            groupedItem.Style["font-size"] = "11px";  
            groupedItem.Style["font-family"] = "Verdana";  
            groupedItem.Style["text-align"] = "right";               
            groupedItem.Style["font-weight"] = "bold";  
            groupedItem.Style["vertical-align"] = "text-top";        } 

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 05 May 2010, 03:28 PM
Hello Mike,

Could you please show how you are binding the grid? Could you paste your whole aspx and code-behind?

Regards,
Pavlina
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
Mike
Top achievements
Rank 1
answered on 05 May 2010, 03:29 PM
I removed the ccs class that was hiding it.
0
Pavlina
Telerik team
answered on 05 May 2010, 03:49 PM
Hi Mike,

I am glad that you managed to solve the problem. In case you experience any further problems, do not hesitate to contact us again.

Sincerely yours,
Pavlina
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.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Mike
Top achievements
Rank 1
Share this question
or