Hi Team,
I need to set the selection mode in data grid as 'ListBox', I tried setting it using the advance options property of data grid but it was taking the default mode only i.e. 'CellRange'.
So, I tried replacing the JS code of the gridframework attached below :
To this :
and it worked.
In the current version code if we provide the selectionMode it was taking the default setting 'CellRange' only and if the selectionMode is not provided then it takes the defined selectionMode.
I guess this needs to be addressed in the next update of the forge component.
Thanks,
Dhanashri Jaiswal
Hi @Dhanashri Jaiswal ,
Can you please check the attached oml.
Please find the code I have placed in advanceformat value.
Hope this helps.
Regards,
Manish Jawla
Hi @Manish Jawla,
I have also used the same advance settings but it's not working for me. Please find below screenshot of it :
can you please share the oml.
Hello @Dhanashri Jaiswal
Unfortunately we do not support ListBox for selectionMode, currently only None and CellRange are supported options.
And forcing ListBox can end up with undesired issues.
Sorry for the bad news.
Ricardo Valim