kkelchev Posted October 3, 2017 Posted October 3, 2017 Hi , Please let me know what is right way to remove or hide column header in Vertical Grids For my particular screen (picture attached) it is enough informative to user only grid's Header-Title Thanks Quote
Sherzod Posted October 3, 2017 Posted October 3, 2017 Hi, Try this: function beforeInit(sender, config) { config.hideHeaders=true; } Best regards, Quote
kkelchev Posted October 3, 2017 Author Posted October 3, 2017 Thanks a lot that is it you are great . Additional question... please. What is right way to change color of selected row in grids. Now I can see only frame around record but that is not enough for my customers. Grid options are: Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgCheckSelectCheckOnly, dgAlwaysShowSelection, dgConfirmDelete, dgMultiSelect, dgFilterClearButton, dgAutoRefreshRow] Quote
Sherzod Posted October 3, 2017 Posted October 3, 2017 What is right way to change color of selected row in grids. Now I can see only frame around record but that is not enough for my customers. Grid options are: Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgCheckSelectCheckOnly, dgAlwaysShowSelection, dgConfirmDelete, dgMultiSelect, dgFilterClearButton, dgAutoRefreshRow] Can help you, try http://forums.unigui.com/index.php?/topic/5675-change-the-color-of-selected-row-in-unidbgrid/&do=findComment&comment=28973 http://forums.unigui.com/index.php?/topic/8208-change-background-color-of-selected-rows/&do=findComment&comment=41953 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.