the grid does not appear in Share Column Configuration - acumatica

What code do we need to enter to make the grid appear in the share?

To make it work you have to be Administrator. When you change the column configuration by adding/hiding a column in the Column Configuration) of a grid and save it; then, the modified table will appear as an option when you click share the column configuration option.

Thanks for you answer 👍 the grid update will active function.

Related

Edit Sharepoint List Column settings to add color style?

I am trying to create a Choice column in my Sharepoint list. Using Graph API, this works great: https://learn.microsoft.com/en-us/graph/api/list-post-columns?view=graph-rest-1.0
However, it creates the choices with no color. I would like to create these choices as labels with colors, as shown in the screenshot below, but I can't find any way to do it either at the creation or when editing the column, in both Graph APIs or Sharepoint CSOM.
Is this even doable programmatically? Thank you.
It is doable , if you click advanced mode. Then you should fill the JSON needed for formatting columns according to your needs.
Please refer to : https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting

Tabulator: Access to columns with keyboard

I am trying to create a table using the Tabulator library, and I'm encountering a problem with accessibility.
Using any of the examples on the Tabulator site which have column sorting, I need to tab into the column and use the space bar or enter key to sort the column (simulating a click or a touch). However, I am unable to use keyboard to access the columns - it appears that only a mouse click is possible.
Are there any settings when declaring my columns that I can use to gain keyboard accessibility to the columns?
This functionality is not built in at present, If you would like to see the functionality added to the library please create a Feature Request

EXCEL: Chart not Updating when Value on Dropdown changes

I created a chart which automatically updates ranges when data is added to the source table. I added a dropdown menu which tells the chart what data to display/show. My problem is, the chart doesnt automatically update when the dropdown value is changed, i need to press CTRL+SAVE for the data to match the value on the dropdown. Can someone please point me to the right direction?
here's an image of my graph. as you can see, the dropdown has three options. if i change the dropdown value, the chart wont update unless i press CTRL+S. Please note that I am not using vba/macro for this.
Thanks in advance.
Not sure but maybe automatic calculation is off

Default look of editable table cells in JavaFX

I would like to have first column in my table editable. That works fine. However table looks normal and only when I click on the editable cell, it looks like input box. I would like to have this look of inputbox as default on every editable column in my table, so user knows right away which cell he is able to modify and which one he cannot. I figured I will have to modify caspian.css, but I couldn't find anything there. Is there easier, programmatic way to do this?
Thanks
You need to set the cellFactory of your column, inside it you can specify what you want by default on your cell by setting is graphics
explanation
and here

How to enable a control after a row is selected in Radgrid

Im using a Radgrid. I have a Textbox that is disabled, but I would like to enable it when any row is selected in the Radgrid.
Please try with the below link. I have already given the answer for same.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-enable-a-control-after-a-row-is-selected-in-radgrid.aspx#2645690
Let me know if any concern.

Resources