iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have an issue with the header and filter not sizing correctly when I use:
<html>
Please tell me how to fix. I have attached a screenshot. The header text should display "Reviewed Status" and you can't see the word "Status". The filter icon also looks like it is cut off.
Hi Jocelyn,
Here I attached my simple sample on how to make the header wrap. Basically you only need to set set HeaderWrapDefault="True" property. Hope this helps.
Regards,
Julia
I get an error when I add this property HeaderWrapDefault="True" . The error is this is not a valid Attribute in the LayoutSettings.
The property only exist in WebGrid 7. Do you use another version of WebGrid? If yes, you can follow the following description:
The properties that need to use is CustomRules. You can find it in WebGrid's Properties>LayoutSettings. However, using CustomRules will make WebGrid's style disappear. Therefore, you can use CssClass to keep persist the style.
Here are the properties that has to be set:
- RowHeightDefault = -1px
- HeaderStyle>CssClass = WG5-Header
- HeaderStyle>CustomRules = heigh: auto
Below is the WebGrid's tag sample:
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="250px" UseDefaultStyle="True" Width="500px"> <RootTable DataKeyField="CustomerID"> </RootTable> <LayoutSettings RowHeightDefault="-1px"> <HeaderStyle CssClass="WG5-Header" CustomRules="height: auto" /> </LayoutSettings></ISWebGrid:WebGrid>
Hope this help. Let me know if you need another help.
I actually have Webgird 7 installed. Not sure why I wouldn't have the property. The version is
WebGrid 7.0.7200.306. Have any ideas why I would not see this property HeaderWrapDefault="True"?
After I checked, property HeaderWrapDefault existed at our next hotfix. Right now, I am using the nightly build that I used for testing. I'm sorry for the inconvenience. I will inform you when the hotfix is ready.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname