Be sure your post includes:
1. SmartClient Version: SNAPSHOT_v8.3d_2012-07-18/LGPL Development Only (built 2012-07-18)
2. Browser: IE9
Some of my grids show a menu structure for selecting the fields to show (with the Column titles appearing in a submenu with check marks in front of them). Other grids show a "Columns..." menu item that brings up a dialog titled "Field Picker" for selecting the columns.
Question 1: Can you tell me what controls whether or not the dialog is used instead of a submenu? I can't figure out what's different between my two grids.
Issue 1: When saving the changes in the field picker dialog, the grid columns change and the view state changes, but the ViewStateChanged event is not fired so I don't know the state has changed and cannot save the user preferences.
Issue 2: The field picker dialog has left/right buttons in the middle. They are refering to graphical assets that do not appear to be in the smartgwt jar for the Enterprise theme so I don't get the graphics.
Issue 3: There is a button in the right-hand list in the dialog for editing the grid highlights (button is titled "Highlights..."). Is there a way to get the Field Picker dialog to NOT show this button if I don't want the user to be able to edit the grid highlights?
1. SmartClient Version: SNAPSHOT_v8.3d_2012-07-18/LGPL Development Only (built 2012-07-18)
2. Browser: IE9
Some of my grids show a menu structure for selecting the fields to show (with the Column titles appearing in a submenu with check marks in front of them). Other grids show a "Columns..." menu item that brings up a dialog titled "Field Picker" for selecting the columns.
Question 1: Can you tell me what controls whether or not the dialog is used instead of a submenu? I can't figure out what's different between my two grids.
Issue 1: When saving the changes in the field picker dialog, the grid columns change and the view state changes, but the ViewStateChanged event is not fired so I don't know the state has changed and cannot save the user preferences.
Issue 2: The field picker dialog has left/right buttons in the middle. They are refering to graphical assets that do not appear to be in the smartgwt jar for the Enterprise theme so I don't get the graphics.
Issue 3: There is a button in the right-hand list in the dialog for editing the grid highlights (button is titled "Highlights..."). Is there a way to get the Field Picker dialog to NOT show this button if I don't want the user to be able to edit the grid highlights?
Comment