Hi, I'm using Smartclient v12.1p_2023-08-16/Pro. I'm trying to make a feature that when selecting a selectItem in grid it will open automatically its picklist. Is that even possible? Because in my case by clicking first i select the cell and second time clicking i can open the picklist.
- not selected

- first click (cell selection)
- second click (opening the pick list)
Announcement
Collapse
No announcement yet.
X
-
Hi Isomorphic is it possible to identify record or cell that i'm clicking on? Because when i change selection to other cell the previous picklist opens for a second then closes.
Comment
-
It's not quite clear what you're asking, since you seem to already be identifying the cell correctly (you called getFieldName(), which is fine). getEventRow() would give you the index of the current Record if that's what you need, although getEditedRecord() also does that if you are looking for the value.
Also, you seem to have implemented cellClick, whereas editorEnter is probably more appropriate.
Comment
Comment