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
Hi,
I am using the column actions, i would disable the possibility to hiding columns olny for subset of all columns because they are need for my application, could you have suggestions to do that?
Thanks,
Vince
If the requirement to ‘disable the possibility to hiding columns only for subset of all columns’ means that you would like to disable ‘Select Columns’ menu in WebGrid column action context menu, then you may simply set the value of ‘AllowSelectColumns’ property to ‘False’ in LayoutSettings tag.*AllowSelectColumns property specifies whether or not to allow users select columns from within WebGrid.
... <LayoutSettings AllowColumnMove="Yes" AllowGrouping="Yes" AllowSorting="Yes" AlternatingColors="false" ShowColumnAction="true" AllowSelectColumns="No" </LayoutSettings> ...
If you wish to disable only specific column to be available in ‘Select Columns’ menu in WebGrid column action context menu, then please try to set the value of ‘ShowInSelectColumns’ property to ‘No’ in the WebGridColumn tag.*ShowInSelectColumns specifies whether the column will be shown in Select Columns menu.
... <ISWebGrid:WebGridColumn Caption="Name" DataMember="Name" Name="Name" Width="220px" ColumnType="ImageAndText" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> ...
Please let us know if you have different scenario.
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