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
Silverlight UXGridView
Not seeing a straightforward way to do it, but has anyone found a way to hide/remove the Grid footer on a UXGridView. (The footer bar that also contains the refresh button at the bottom right by default).
Boss wants to end the grid after the last data row, no footer at all for the entire grid.
*incorrectly posted in webgrid earlier, yes, deleting that dupe
With ColumnFooterVisibility and StatusBarVisibility property set to Collapsed.
<Intersoft:UXGridView x:Name="SampleControl1" ColumnFooterVisibility="Visible" StatusBarVisibility="Visible" ... > <Intersoft:UXGridView.Columns> <Intersoft:UXGridViewTextColumn Header="Supplier ID" /> <Intersoft:UXGridViewTextColumn Header="Company Name" /> <Intersoft:UXGridViewTextColumn Header="Contact Name" /> <Intersoft:UXGridViewTextColumn Header="Contact Title" /> ... </Intersoft:UXGridView.Columns> </Intersoft:UXGridView>
ColumnFooterVisibility gets or sets a value that determines whether the column footer is visible.StatusBarVisibility gets or sets a value that determines whether the status bar is visible.
The UXGridView will look like following.
Hope this helps.
Exactly what I was after, I just wasn't finding that property as I searched through everything. Thanks Yudi, putting it into place now.
Glad to hear that ColumnFooterVisibility and StatusBarVisibility property helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
I previously achive the footer hiding in the calendar. Here for the gridview component, although I've read the gridview tutorial, I just got to know the ColumnFooterVisibility and StatusBarVisibility property works now.
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