Metastorm grid row height
Hello,
Is it possible to change the default height of a metastorm grid row? If yes how?
Comments
-
I don't think if there is any possibility to do this. "Funny" thing is that grid row will have different hight on IE and FireFox
0 -
Hi Abhilash,
In theory you should be able to change the default row height on grids by modifying the CSS, although this type of modification is not officially supported. I would suggest making a backup of and documenting any changes to the default CSS file.
...\Metastorm\BPM\Web\app_themes\Default\CombinedCSSs.css
There is a section midway down commented as /*Telerik RadGrid Default Skin*/
Around line 5903 is the definition for the default height of TD grid row elements:
.RadGrid_Default .rgRow td,
.RadGrid_Default .rgAltRow td,
.RadGrid_Default .rgEditRow td,
.RadGrid_Default .rgFooter td,
.RadGrid_Default .rgFilterRow td,
.RadGrid_Default .rgHeader,
.RadGrid_Default .rgResizeCol,
.RadGrid_Default .rgGroupHeader td
{
height:20px !important;
}You can change the height attribute to whatever you please (30px instead of 20px in the following images). This would affect all grids (only tested in IE9). To dynamically change the row height I would look into javascript's ability to apply CSS. This would also be unsupported.
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories